:root {
  --ivory: #f3f0e9;
  --ivory-2: #ebe6dc;
  --paper: #faf9f6;
  --graphite: #171717;
  --graphite-2: #2a2a29;
  --muted: #6e6c67;
  --line: rgba(23, 23, 23, 0.14);
  --line-strong: rgba(23, 23, 23, 0.28);
  --platinum: #b7b5b0;
  --header-h: 84px;
  --shell: min(92vw, 1440px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); color: var(--graphite); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ivory);
  color: var(--graphite);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  background: #111;
  color: white;
  padding: 10px 14px;
  border-radius: 999px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(4vw, 28px);
  color: var(--graphite);
  transition: background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.site-header.scrolled {
  background: rgba(247,245,240,.82);
  backdrop-filter: blur(18px) saturate(135%);
  box-shadow: 0 1px 0 rgba(17,17,17,.08);
}
.brand {
  justify-self: start;
  display: inline-flex;
  align-items: baseline;
  letter-spacing: -.045em;
  line-height: 1;
  font-weight: 500;
  font-size: clamp(24px, 2.2vw, 34px);
}
.brand-word { font-weight: 400; }
.brand-x {
  margin-left: 4px;
  font-weight: 680;
  background: linear-gradient(112deg, #555 0%, #f2f1ed 27%, #73716d 53%, #e6e4de 74%, #4b4a48 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(255,255,255,.65);
}
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.1vw, 36px); }
.desktop-nav a, .header-link {
  font-size: 13px;
  letter-spacing: .015em;
  color: rgba(23,23,23,.78);
  transition: color .2s ease;
}
.desktop-nav a:hover, .header-link:hover { color: #000; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(17,17,17,.9);
  background: #151515;
  color: white;
  font-size: 13px;
  transition: transform .2s ease, background .2s ease;
}
.header-cta:hover { transform: translateY(-1px); background: #000; }
.menu-toggle { display: none; }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(245,242,235,.98);
  padding: calc(var(--header-h) + 46px) 7vw 48px;
}
.mobile-menu nav { display: grid; gap: 9px; }
.mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(24px, 7vw, 42px);
  letter-spacing: -.035em;
}
.mobile-menu .mobile-primary {
  margin-top: 18px;
  justify-content: center;
  background: #151515;
  color: #fff;
  border: 0;
  font-size: 17px;
  min-height: 58px;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #e9e5dd;
  isolation: isolate;
}
.hero-media, .hero-video, .hero-fallback, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; object-position: center center; z-index: -4; }
.hero-fallback {
  z-index: -6;
  background:
    radial-gradient(circle at 68% 40%, rgba(255,255,255,.92) 0 16%, transparent 46%),
    linear-gradient(135deg, #f8f6f1 0%, #e6e1d8 52%, #d8d2c7 100%);
}
.hero-wash {
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(246,244,238,.94) 0%, rgba(246,244,238,.75) 28%, rgba(246,244,238,.22) 50%, rgba(246,244,238,.02) 68%);
}
.hero-content {
  position: relative;
  z-index: 4;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: var(--header-h);
  padding-bottom: 100px;
}
.hero-copy { width: min(560px, 39vw); }
.eyebrow, .section-kicker {
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 600;
  color: rgba(23,23,23,.58);
}
.hero h1 {
  margin: 0;
  font-weight: 390;
  font-size: clamp(54px, 6.1vw, 104px);
  line-height: .95;
  letter-spacing: -.062em;
  max-width: 10ch;
}
.hero h1 span { color: rgba(23,23,23,.54); }
.hero-lead {
  max-width: 590px;
  margin: 30px 0 0;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.55;
  letter-spacing: -.018em;
  color: rgba(23,23,23,.72);
}
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgba(20,20,20,.14);
  font-size: 13px;
  letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { background: #151515; color: white; border-color: #151515; }
.button-light { background: rgba(255,255,255,.42); backdrop-filter: blur(12px); }
.hero-controls {
  position: absolute;
  z-index: 8;
  left: max(4vw, 28px);
  right: max(4vw, 28px);
  bottom: max(22px, env(safe-area-inset-bottom));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sound-toggle {
  height: 38px;
  border: 1px solid rgba(23,23,23,.18);
  background: rgba(248,246,241,.58);
  backdrop-filter: blur(14px);
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
  cursor: pointer;
  color: var(--graphite);
}
.sound-icon { height: 13px; display: inline-flex; align-items: end; gap: 2px; }
.sound-icon i { display: block; width: 2px; height: 4px; background: currentColor; transition: height .25s ease; }
.sound-toggle[aria-pressed="true"] .sound-icon i:nth-child(1) { height: 8px; animation: eq1 .75s ease-in-out infinite alternate; }
.sound-toggle[aria-pressed="true"] .sound-icon i:nth-child(2) { height: 13px; animation: eq2 .58s ease-in-out infinite alternate; }
.sound-toggle[aria-pressed="true"] .sound-icon i:nth-child(3) { height: 7px; animation: eq3 .9s ease-in-out infinite alternate; }
.sound-label { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
@keyframes eq1 { to { height: 13px; } }
@keyframes eq2 { to { height: 5px; } }
@keyframes eq3 { to { height: 11px; } }
.scroll-cue { display: grid; justify-items: center; gap: 9px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(23,23,23,.58); }
.scroll-cue i { width: 1px; height: 44px; background: linear-gradient(to bottom, rgba(23,23,23,.5), rgba(23,23,23,0)); }

.positioning {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #f4f1eb 0%, #f8f6f1 56%, #f3f0e9 100%);
  overflow: hidden;
}
.positioning-inner { padding: 150px 0 180px; text-align: center; }
.positioning h2 {
  margin: 0 auto;
  max-width: 1220px;
  font-weight: 390;
  font-size: clamp(46px, 5.7vw, 92px);
  line-height: 1.02;
  letter-spacing: -.057em;
}
.positioning h2 span { color: rgba(23,23,23,.42); }
.positioning-copy {
  max-width: 820px;
  margin: 36px auto 0;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
  letter-spacing: -.018em;
  color: rgba(23,23,23,.66);
}
.positioning-proof { margin-top: 42px; display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; }
.positioning-proof span { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; color: rgba(23,23,23,.58); }
.positioning-proof span + span::before { content: "·"; margin-right: 26px; color: rgba(23,23,23,.32); }
.titan-origin {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 1px;
  height: 112px;
  background: linear-gradient(to bottom, transparent, rgba(51,51,50,.34));
}
.titan-origin span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 9px;
  height: 9px;
  transform: translate(-50%,50%);
  border: 1px solid rgba(40,40,39,.46);
  background: #f3f0e9;
  border-radius: 50%;
}

.system { background: var(--paper); border-top: 1px solid rgba(23,23,23,.05); }
.system-shell { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.65fr); gap: clamp(70px, 9vw, 150px); }
.system-rail {
  position: sticky;
  top: calc(var(--header-h) + 46px);
  height: calc(100svh - var(--header-h) - 92px);
  padding: 58px 0 48px;
  align-self: start;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.rail-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.rail-label, .rail-count { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(23,23,23,.52); }
.rail-count b { color: var(--graphite); font-weight: 500; }
.rail-object { position: relative; display: grid; place-items: center; min-height: 380px; }
.rail-line {
  position: absolute;
  top: 9%; bottom: 9%; left: 50%; width: 1px;
  background: linear-gradient(to bottom, rgba(35,35,34,.05), rgba(35,35,34,.5) 16%, rgba(35,35,34,.5) 84%, rgba(35,35,34,.05));
}
.rail-node {
  position: absolute;
  left: 50%;
  width: 8px; height: 8px;
  border: 1px solid rgba(23,23,23,.36);
  background: var(--paper);
  border-radius: 50%;
  transform: translate(-50%,-50%) scale(.8);
  transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}
.rail-node.active { background: #1b1b1b; transform: translate(-50%,-50%) scale(1.25); box-shadow: 0 0 0 7px rgba(23,23,23,.06); }
.node-1 { top: 14%; } .node-2 { top: 38%; } .node-3 { top: 62%; } .node-4 { top: 86%; }
.rail-monogram {
  position: relative;
  z-index: 2;
  width: clamp(140px, 14vw, 218px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.95) 0 8%, transparent 30%),
    linear-gradient(145deg, #eceae5 0%, #8b8984 30%, #f7f5ef 48%, #74726e 64%, #d9d6ce 100%);
  box-shadow: 0 28px 70px rgba(21,21,21,.13), inset 0 0 0 1px rgba(255,255,255,.64);
  font-size: clamp(74px, 7vw, 112px);
  font-weight: 300;
  letter-spacing: -.08em;
  color: rgba(22,22,22,.72);
  transition: transform .5s cubic-bezier(.2,.75,.2,1), opacity .25s ease;
}
.rail-monogram.switching { transform: scale(.93) rotate(-2deg); opacity: .35; }
.rail-caption { margin: 0; max-width: 340px; font-size: 13px; line-height: 1.55; color: rgba(23,23,23,.55); }

.system-content { padding-bottom: 18vh; }
.system-heading { min-height: 58svh; display: flex; flex-direction: column; justify-content: end; padding: 150px 0 80px; }
.system-heading h2 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 390;
  letter-spacing: -.052em;
  line-height: 1.03;
}
.system-chapter {
  min-height: 78svh;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 34px;
  align-content: center;
  padding: 90px 0;
  border-top: 1px solid var(--line);
  opacity: .46;
  transform: translateY(18px);
  transition: opacity .45s ease, transform .45s ease;
}
.system-chapter.is-active { opacity: 1; transform: translateY(0); }
.chapter-number { padding-top: 7px; font-size: 11px; letter-spacing: .15em; color: rgba(23,23,23,.46); }
.chapter-kicker { margin: 0 0 15px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: rgba(23,23,23,.52); }
.chapter-body h3 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(40px, 4.35vw, 70px);
  line-height: 1.04;
  letter-spacing: -.052em;
  font-weight: 390;
}
.chapter-body > p:not(.chapter-kicker) {
  max-width: 720px;
  margin: 26px 0 0;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.62;
  letter-spacing: -.016em;
  color: rgba(23,23,23,.66);
}
.chapter-flow { margin-top: 34px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.chapter-flow span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: rgba(23,23,23,.6); }
.chapter-flow i { width: 42px; height: 1px; background: linear-gradient(to right, rgba(23,23,23,.35), rgba(23,23,23,.08)); }
.chapter-link {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line-strong);
  font-size: 13px;
}
.chapter-link span { transition: transform .2s ease; }
.chapter-link:hover span { transform: translate(2px,-2px); }

.next-scene {
  min-height: 88svh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #ebe7df 0%, #f5f2ec 100%);
  border-top: 1px solid rgba(23,23,23,.07);
}
.next-inner { padding: 140px 0; }
.next-inner h2 {
  margin: 0;
  max-width: 1100px;
  font-size: clamp(46px, 5.8vw, 90px);
  line-height: 1.02;
  letter-spacing: -.058em;
  font-weight: 390;
}
.next-inner h2 span { color: rgba(23,23,23,.42); }
.next-inner p:not(.section-kicker) { max-width: 760px; margin: 28px 0 34px; font-size: 18px; line-height: 1.65; color: rgba(23,23,23,.62); }
.anchor-placeholder { height: 1px; }

:focus-visible { outline: 2px solid #111; outline-offset: 4px; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-link { display: none; }
  .menu-toggle {
    width: 44px; height: 44px; display: grid; place-items: center; gap: 5px;
    border: 0; background: transparent; cursor: pointer;
  }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: #171717; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero-copy { width: min(600px, 54vw); }
  .system-shell { grid-template-columns: 300px minmax(0, 1fr); gap: 60px; }
}

@media (max-width: 820px) {
  :root { --header-h: 72px; --shell: min(88vw, 680px); }
  html { scroll-behavior: auto; }
  .site-header { padding-inline: 6vw; }
  .header-cta { display: none; }
  .brand { font-size: 25px; }
  .hero { min-height: 100svh; }
  .hero-video { object-position: 58% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(246,244,238,.88) 0%, rgba(246,244,238,.6) 31%, rgba(246,244,238,.05) 55%, rgba(246,244,238,.12) 100%); }
  .hero-content { align-items: flex-start; padding-top: 18svh; padding-bottom: 180px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); max-width: 9ch; }
  .hero-lead { max-width: 520px; font-size: 16px; line-height: 1.48; }
  .hero-actions { margin-top: 26px; }
  .button { min-height: 50px; }
  .hero-controls { left: 6vw; right: 6vw; bottom: max(18px, env(safe-area-inset-bottom)); }
  .scroll-cue { display: none; }

  .positioning { min-height: auto; }
  .positioning-inner { padding: 120px 0 150px; }
  .positioning h2 { font-size: clamp(43px, 12.5vw, 68px); }
  .positioning-copy { font-size: 17px; }
  .positioning-proof { display: grid; gap: 10px; }
  .positioning-proof span + span::before { content: none; }

  .system-shell { display: block; }
  .system-rail { display: none; }
  .system-content { padding-bottom: 50px; }
  .system-heading { min-height: auto; padding: 120px 0 80px; }
  .system-heading h2 { font-size: clamp(40px, 11.5vw, 60px); }
  .system-chapter {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 86px 0;
    opacity: 1;
    transform: none;
  }
  .chapter-body h3 { font-size: clamp(38px, 10.8vw, 58px); }
  .chapter-flow { gap: 10px; }
  .chapter-flow i { width: 24px; }
  .next-inner { padding: 110px 0; }
  .next-inner h2 { font-size: clamp(43px, 12vw, 66px); }
}

@media (max-width: 520px) {
  .hero-content { padding-top: 15svh; }
  .eyebrow { margin-bottom: 14px; font-size: 9px; }
  .hero h1 { font-size: clamp(46px, 13.3vw, 62px); }
  .hero-lead { max-width: 90%; font-size: 15px; }
  .hero-actions { display: grid; width: min(100%, 340px); }
  .button { width: 100%; justify-content: space-between; }
  .sound-label { font-size: 9px; }
  .positioning h2, .next-inner h2 { letter-spacing: -.05em; }
  .chapter-body h3 { letter-spacing: -.045em; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .system-chapter { opacity: 1; transform: none; }
}

/* Stage 02 · Command Proof */
.command-proof {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 74% 12%, rgba(0, 213, 255, .08), transparent 26%),
    radial-gradient(circle at 21% 48%, rgba(255, 255, 255, .045), transparent 30%),
    #050607;
  color: #f6f7f8;
  border-top: 1px solid rgba(255,255,255,.05);
}
.command-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
.proof-intro {
  position: relative;
  z-index: 2;
  min-height: 88svh;
  display: grid;
  grid-template-columns: minmax(210px, .52fr) minmax(0, 1.7fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
  padding: 150px 0 120px;
}
.proof-intro-label {
  align-self: start;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  letter-spacing: .16em;
  color: rgba(255,255,255,.48);
}
.proof-intro-copy { max-width: 1000px; }
.proof-kicker {
  margin: 0 0 22px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 600;
  color: rgba(57,224,255,.78);
}
.proof-intro h2,
.proof-outro h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 98px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 390;
}
.proof-intro-copy > p:last-child {
  max-width: 820px;
  margin: 30px 0 0;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.66;
  letter-spacing: -.015em;
  color: rgba(255,255,255,.61);
}
.proof-sequence {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(150px, .34fr) minmax(0, 1.9fr);
  gap: clamp(48px, 6vw, 96px);
  padding-bottom: 12vh;
}
.proof-progress {
  position: sticky;
  top: calc(var(--header-h) + 50px);
  align-self: start;
  height: calc(100svh - var(--header-h) - 100px);
  padding: 38px 0 44px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.proof-progress-label {
  font-size: 10px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.35);
}
.proof-progress-line {
  position: relative;
  width: 1px;
  margin: 34px 0 28px 18px;
  background: rgba(255,255,255,.12);
  overflow: hidden;
}
.proof-progress-line i {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to bottom, rgba(82,229,255,.35), #38dfff);
  box-shadow: 0 0 24px rgba(56,223,255,.42);
  transition: height .6s cubic-bezier(.2,.75,.2,1);
}
.proof-progress ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.proof-progress li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,.27);
  transition: color .35s ease, transform .35s ease;
}
.proof-progress li.active { color: #fff; transform: translateX(5px); }
.proof-progress li b { font-size: 11px; font-weight: 500; letter-spacing: .12em; }
.proof-progress li span { font-size: 12px; letter-spacing: .04em; }
.proof-steps { min-width: 0; }
.proof-step {
  min-height: 94svh;
  display: grid;
  grid-template-columns: minmax(290px, .62fr) minmax(0, 1.35fr);
  gap: clamp(45px, 6vw, 90px);
  align-items: center;
  padding: 80px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  opacity: .42;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
}
.proof-step.is-active { opacity: 1; transform: translateY(0); }
.proof-copy { max-width: 520px; }
.proof-number {
  display: block;
  margin-bottom: 26px;
  font-size: 10px;
  letter-spacing: .18em;
  color: rgba(74,225,255,.72);
}
.proof-copy h3 {
  margin: 0;
  font-size: clamp(38px, 4.15vw, 68px);
  line-height: 1.02;
  letter-spacing: -.052em;
  font-weight: 390;
}
.proof-copy > p {
  margin: 26px 0 0;
  font-size: clamp(16px, 1.12vw, 19px);
  line-height: 1.65;
  letter-spacing: -.012em;
  color: rgba(255,255,255,.58);
}
.proof-tags { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.proof-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: .08em;
  color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.018);
}
.proof-visual { min-width: 0; perspective: 1500px; }
.command-screen {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  overflow: hidden;
  background: #080a0b;
  box-shadow: 0 40px 110px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.02) inset;
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform .2s ease-out, border-color .35s ease, box-shadow .35s ease;
}
.proof-step.is-active .command-screen {
  border-color: rgba(65,226,255,.28);
  box-shadow: 0 44px 130px rgba(0,0,0,.56), 0 0 80px rgba(0,210,255,.08);
}
.screen-top {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
}
.screen-top > span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.24); }
.screen-top b {
  margin-left: auto;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255,255,255,.36);
}
.command-screen img { display: block; width: 100%; height: auto; background: #020303; }
.command-screen-audit img { aspect-ratio: 1680 / 649; object-fit: cover; object-position: top center; }
.screen-glow {
  position: absolute;
  inset: -25%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 28%, rgba(255,255,255,.08) 43%, rgba(92,225,255,.05) 48%, transparent 60%);
  transform: translateX(-42%);
  opacity: .25;
  transition: transform 1.15s cubic-bezier(.2,.7,.2,1), opacity .45s ease;
}
.proof-step.is-active .screen-glow { transform: translateX(26%); opacity: .52; }
.proof-outro {
  position: relative;
  z-index: 2;
  min-height: 78svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 0 160px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.proof-outro .section-kicker { color: rgba(62,224,255,.62); }
.proof-outro h2 { max-width: 1050px; }
.proof-outro > p:not(.section-kicker) {
  max-width: 760px;
  margin: 28px 0 34px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,.58);
}
.proof-button { align-self: flex-start; background: #f3f0e9; color: #111; border-color: #f3f0e9; }
.proof-button:hover { background: #fff; }

@media (max-width: 1100px) {
  .proof-intro { grid-template-columns: 1fr; gap: 44px; }
  .proof-intro-label { max-width: 480px; }
  .proof-sequence { grid-template-columns: 110px minmax(0,1fr); gap: 44px; }
  .proof-step { grid-template-columns: 1fr; gap: 42px; min-height: auto; padding: 100px 0; }
  .proof-copy { max-width: 760px; }
}

@media (max-width: 820px) {
  .command-proof::before { background-size: 38px 38px; }
  .proof-intro { min-height: auto; padding: 120px 0 90px; }
  .proof-intro h2, .proof-outro h2 { font-size: clamp(43px, 12vw, 66px); }
  .proof-sequence { display: block; padding-bottom: 40px; }
  .proof-progress { display: none; }
  .proof-step { opacity: 1; transform: none; padding: 82px 0; gap: 32px; }
  .proof-copy h3 { font-size: clamp(38px, 10.5vw, 58px); }
  .proof-copy > p { font-size: 16px; }
  .command-screen { border-radius: 13px; }
  .screen-top { height: 31px; }
  .proof-outro { min-height: auto; padding: 110px 0 125px; }
}

@media (max-width: 520px) {
  .proof-intro-label { display: grid; justify-content: start; gap: 8px; }
  .proof-tags { gap: 6px; }
  .proof-tags span { font-size: 9px; padding-inline: 9px; }
  .screen-top b { font-size: 8px; letter-spacing: .08em; }
}

/* =========================================================
   STAGE 03 — XELIA
   ========================================================= */
.xelia-stage {
  position: relative;
  background: var(--paper);
  overflow: clip;
}
.xelia-bridge {
  min-height: 64svh;
  display: flex;
  align-items: flex-end;
  color: #f7f7f5;
  background:
    radial-gradient(circle at 78% 38%, rgba(0,196,226,.08), transparent 30%),
    linear-gradient(180deg, #050606 0%, #0a0c0d 62%, #f8f7f3 100%);
}
.xelia-bridge-inner {
  padding-top: 130px;
  padding-bottom: clamp(130px, 15vw, 220px);
}
.xelia-bridge-kicker {
  margin: 0 0 24px;
  color: rgba(58,219,242,.72);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.xelia-bridge h2 {
  margin: 0;
  width: min(1100px, 84vw);
  font-size: clamp(52px, 6.2vw, 104px);
  font-weight: 360;
  line-height: .98;
  letter-spacing: -.056em;
}
.xelia-bridge h2 span { color: rgba(255,255,255,.42); }

.xelia-feature {
  position: relative;
  background:
    radial-gradient(circle at 77% 42%, rgba(255,255,255,.96) 0 14%, transparent 44%),
    linear-gradient(180deg, #f8f7f3 0%, #f2eee6 100%);
  padding: 80px 0 0;
}
.xelia-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0 49.9%, rgba(20,20,20,.05) 50%, transparent 50.1% 100%);
  opacity: .55;
}
.xelia-feature-grid {
  min-height: min(900px, 88svh);
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(520px,1.15fr);
  align-items: center;
  gap: clamp(30px, 5vw, 90px);
  position: relative;
  z-index: 2;
}
.xelia-copy { padding: 70px 0 90px; }
.xelia-copy .section-kicker { margin-bottom: 26px; }
.xelia-copy h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(62px, 6.8vw, 118px);
  font-weight: 360;
  line-height: .91;
  letter-spacing: -.065em;
}
.xelia-copy h2 span { color: rgba(23,23,23,.39); }
.xelia-lead {
  width: min(640px, 95%);
  margin: 34px 0 0;
  color: rgba(23,23,23,.68);
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.65;
  letter-spacing: -.018em;
}
.xelia-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 38px;
}
.xelia-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  border-bottom: 1px solid rgba(23,23,23,.25);
  font-size: 13px;
}
.xelia-visual {
  align-self: stretch;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.xelia-video-wrap {
  position: relative;
  width: min(760px, 100%);
  height: 100%;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  isolation: isolate;
}
.xelia-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(.92) contrast(1.01);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 11%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 11%, #000 90%, transparent 100%);
}
.xelia-video-haze {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(248,247,243,.18) 0%, transparent 28%, transparent 72%, rgba(242,238,230,.45) 100%),
    linear-gradient(90deg, #f5f2eb 0%, transparent 11%, transparent 89%, #f5f2eb 100%);
  mix-blend-mode: screen;
}
.xelia-sound-toggle {
  position: absolute;
  left: 8%;
  bottom: 24px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid rgba(23,23,23,.16);
  background: rgba(248,247,243,.82);
  color: #171717;
  font: inherit;
  font-size: 12px;
  letter-spacing: .055em;
  cursor: pointer;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 32px rgba(28,24,20,.08);
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.xelia-sound-toggle:hover {
  transform: translateY(-2px);
  background: rgba(23,23,23,.92);
  color: #fff;
  border-color: rgba(23,23,23,.92);
}
.xelia-sound-toggle[aria-pressed="true"] {
  background: rgba(23,23,23,.92);
  color: #fff;
  border-color: rgba(23,23,23,.92);
}
.xelia-sound-toggle:focus-visible {
  outline: 2px solid rgba(0,186,214,.85);
  outline-offset: 3px;
}
.xelia-sound-icon {
  font-size: 10px;
  line-height: 1;
}
.xelia-video-signature {
  position: absolute;
  right: 8%;
  bottom: 28px;
  z-index: 4;
  font-size: 9px;
  letter-spacing: .22em;
  color: rgba(23,23,23,.36);
}
.xelia-signal-row {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.xelia-signal-row span {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  font-size: 13px;
  border-right: 1px solid var(--line);
  color: rgba(23,23,23,.72);
}
.xelia-signal-row span:first-child { padding-left: 0; }
.xelia-signal-row span:last-child { border-right: 0; }
.xelia-signal-row b {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  color: rgba(23,23,23,.34);
}

.xelia-principles {
  padding-top: clamp(140px, 15vw, 240px);
  padding-bottom: clamp(130px, 14vw, 220px);
}
.xelia-principles-head { max-width: 1180px; }
.xelia-principles-head h3,
.xelia-outro h3 {
  margin: 0;
  font-size: clamp(58px, 6.4vw, 108px);
  line-height: .96;
  letter-spacing: -.058em;
  font-weight: 360;
}
.xelia-principles-head h3 span,
.xelia-outro h3 span { color: rgba(23,23,23,.38); }
.xelia-principle-list {
  margin-top: clamp(82px, 9vw, 130px);
  border-top: 1px solid var(--line-strong);
}
.xelia-principle-list article {
  display: grid;
  grid-template-columns: 80px minmax(190px,.45fr) 1fr;
  align-items: start;
  gap: 28px;
  padding: 34px 0 38px;
  border-bottom: 1px solid var(--line);
}
.xelia-principle-list article > span {
  padding-top: 8px;
  font-size: 10px;
  letter-spacing: .15em;
  color: rgba(23,23,23,.38);
}
.xelia-principle-list h4 {
  margin: 0;
  font-size: clamp(30px, 2.7vw, 44px);
  font-weight: 400;
  letter-spacing: -.04em;
}
.xelia-principle-list p {
  margin: 7px 0 0;
  max-width: 720px;
  color: rgba(23,23,23,.6);
  font-size: 17px;
  line-height: 1.62;
}
.xelia-outro {
  min-height: 88svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 150px;
  border-top: 1px solid var(--line);
}
.xelia-outro h3 { max-width: 1150px; }
.xelia-outro > p:not(.section-kicker) {
  width: min(760px, 92%);
  margin: 32px 0 38px;
  color: rgba(23,23,23,.62);
  font-size: 18px;
  line-height: 1.65;
}
.xelia-outro .button { align-self: flex-start; }

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1);
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .xelia-feature-grid { grid-template-columns: 1fr 1fr; }
  .xelia-copy h2 { font-size: clamp(62px, 8vw, 92px); }
  .xelia-principle-list article { grid-template-columns: 60px 220px 1fr; }
}

@media (max-width: 820px) {
  .xelia-bridge { min-height: 58svh; }
  .xelia-bridge-inner { padding-top: 120px; padding-bottom: 120px; }
  .xelia-bridge h2 { width: 100%; font-size: clamp(46px, 12vw, 70px); }
  .xelia-feature { padding-top: 20px; }
  .xelia-feature::before { display: none; }
  .xelia-feature-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .xelia-copy { padding: 110px 0 30px; }
  .xelia-copy h2 { font-size: clamp(60px, 17vw, 90px); }
  .xelia-visual { min-height: 620px; }
  .xelia-video-wrap { min-height: 620px; height: 72svh; max-height: 760px; }
  .xelia-signal-row { grid-template-columns: 1fr 1fr; }
  .xelia-signal-row span:nth-child(2) { border-right: 0; }
  .xelia-signal-row span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .xelia-signal-row span:first-child { padding-left: 18px; }
  .xelia-principles-head h3, .xelia-outro h3 { font-size: clamp(48px, 13vw, 72px); }
  .xelia-principle-list article {
    grid-template-columns: 48px 1fr;
    gap: 18px;
  }
  .xelia-principle-list article p { grid-column: 2; }
  .xelia-outro { min-height: auto; padding-top: 110px; padding-bottom: 120px; }
}

@media (max-width: 520px) {
  .xelia-lead { width: 100%; font-size: 16px; }
  .xelia-actions { align-items: stretch; gap: 16px; }
  .xelia-text-link { width: max-content; }
  .xelia-visual { min-height: 540px; }
  .xelia-video-wrap { min-height: 540px; height: 66svh; }
  .xelia-sound-toggle { left: 5%; bottom: 18px; }
  .xelia-video-signature { right: 5%; bottom: 20px; }
  .xelia-signal-row { grid-template-columns: 1fr; }
  .xelia-signal-row span { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; }
  .xelia-signal-row span:last-child { border-bottom: 0; }
  .xelia-principle-list article { grid-template-columns: 36px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .xelia-video { display: none; }
  .xelia-sound-toggle { display: none; }
  .xelia-video-wrap {
    background: url('/assets/media/xelia-startseite-poster.jpg') center / cover no-repeat;
  }
}


/* =========================================
   STAGE 04 · SELECTED WORK / REFERENZEN
   ========================================= */
.references-stage {
  position: relative;
  overflow: hidden;
  background: #f6f3ed;
  color: var(--graphite);
  padding: 150px 0 0;
}
.references-stage::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: var(--line);
}
.references-intro {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) 2.3fr;
  gap: clamp(40px, 8vw, 150px);
  align-items: start;
  padding-bottom: 90px;
}
.references-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 11px;
  letter-spacing: .18em;
  color: rgba(23,23,23,.52);
}
.references-head h2 {
  margin: 10px 0 28px;
  max-width: 1100px;
  font-size: clamp(64px, 7.8vw, 132px);
  line-height: .91;
  letter-spacing: -.065em;
  font-weight: 400;
}
.references-head h2 span {
  color: rgba(23,23,23,.32);
}
.references-head > p:not(.section-kicker) {
  width: min(720px, 92%);
  margin: 0;
  color: rgba(23,23,23,.62);
  font-size: 18px;
  line-height: 1.65;
}

.references-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(23,23,23,.13);
  border: 1px solid rgba(23,23,23,.13);
}
.reference-card {
  position: relative;
  min-height: 670px;
  display: grid;
  grid-template-rows: 1.35fr .65fr;
  background: #f8f6f1;
  overflow: hidden;
}
.reference-visual {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.96) 0%, rgba(232,229,222,.86) 34%, rgba(201,198,191,.36) 60%, rgba(23,23,23,.05) 100%),
    linear-gradient(135deg, #f7f4ee, #dedbd5);
}
.reference-visual::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(23,23,23,.12);
  border-radius: 50%;
  transform: scale(.92);
  transition: transform .9s cubic-bezier(.2,.7,.2,1), opacity .5s ease;
}
.reference-visual::after {
  content: "";
  position: absolute;
  width: 46%;
  height: 180%;
  left: 24%;
  top: -40%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform: rotate(24deg) translateX(-140%);
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.reference-card:hover .reference-visual::after { transform: rotate(24deg) translateX(250%); }
.reference-card:hover .reference-visual::before { transform: scale(1.02); }

.reference-index {
  position: absolute;
  top: 28px;
  left: 30px;
  z-index: 2;
  font-size: 11px;
  letter-spacing: .16em;
  color: rgba(23,23,23,.46);
}
.reference-mark {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  font-size: clamp(76px, 9vw, 154px);
  font-weight: 500;
  letter-spacing: -.07em;
  color: #242424;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.reference-card:hover .reference-mark { transform: scale(1.055); }
.reference-orbit {
  position: absolute;
  width: 54%;
  aspect-ratio: 1;
  left: 23%;
  top: 23%;
  border-radius: 50%;
  border: 1px solid rgba(23,23,23,.13);
  box-shadow:
    0 0 0 44px rgba(255,255,255,.12),
    0 0 80px rgba(255,255,255,.55);
  animation: referenceFloat 8s ease-in-out infinite alternate;
}
@keyframes referenceFloat {
  from { transform: translate3d(-2%, -1%, 0) scale(.96); }
  to { transform: translate3d(2%, 2%, 0) scale(1.03); }
}

.ref-praxis .reference-visual {
  background:
    radial-gradient(circle at 48% 42%, rgba(255,255,255,.96), rgba(224,229,226,.72) 35%, rgba(185,194,190,.38) 66%, rgba(23,23,23,.04)),
    linear-gradient(145deg, #f8f7f3, #dfe5e1);
}
.ref-hotel .reference-visual {
  background:
    radial-gradient(circle at 50% 44%, rgba(255,250,242,.96), rgba(225,214,199,.72) 37%, rgba(182,165,145,.35) 66%, rgba(23,23,23,.05)),
    linear-gradient(145deg, #f8f3eb, #ddd2c4);
}
.ref-auto .reference-visual {
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.96), rgba(222,224,226,.76) 36%, rgba(157,162,167,.38) 66%, rgba(23,23,23,.06)),
    linear-gradient(145deg, #f5f5f3, #d5d8db);
}
.ref-melena .reference-visual {
  background:
    radial-gradient(circle at 50% 44%, rgba(255,251,248,.98), rgba(236,224,217,.72) 36%, rgba(201,176,165,.35) 67%, rgba(23,23,23,.04)),
    linear-gradient(145deg, #fbf6f2, #e7d9d2);
}

.reference-copy {
  padding: 34px 36px 38px;
  border-top: 1px solid rgba(23,23,23,.12);
  background: rgba(250,249,246,.84);
}
.reference-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 23px;
  font-size: 10px;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: rgba(23,23,23,.48);
}
.reference-copy h3 {
  margin: 0 0 20px;
  font-size: clamp(39px, 4vw, 70px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 400;
}
.reference-copy p {
  width: min(650px, 100%);
  margin: 0;
  color: rgba(23,23,23,.58);
  font-size: 16px;
  line-height: 1.6;
}
.references-outro {
  min-height: 84svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 150px;
}
.references-outro h3 {
  max-width: 1200px;
  margin: 10px 0 46px;
  font-size: clamp(58px, 7.6vw, 122px);
  line-height: .93;
  letter-spacing: -.065em;
  font-weight: 400;
}
.references-outro h3 span { color: rgba(23,23,23,.32); }
.references-outro .button { align-self: flex-start; }

@media (max-width: 980px) {
  .references-stage { padding-top: 110px; }
  .references-intro { grid-template-columns: 1fr; gap: 44px; }
  .references-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .references-head h2 { font-size: clamp(54px, 16vw, 86px); }
  .reference-card { min-height: 600px; }
  .reference-visual { min-height: 350px; }
  .reference-copy { padding: 28px 24px 32px; }
  .references-outro { min-height: auto; padding-top: 110px; padding-bottom: 120px; }
}

@media (prefers-reduced-motion: reduce) {
  .reference-orbit { animation: none; }
  .reference-card:hover .reference-mark,
  .reference-card:hover .reference-visual::before,
  .reference-card:hover .reference-visual::after { transform: none; }
}


/* =========================================
   STAGE 04 FINAL · SHARP COMPACT PROJECT VISUALS
   ========================================= */

.references-grid .reference-card {
  min-height: 0;
  grid-template-rows: auto auto;
}

.references-grid .reference-visual {
  position: relative;
  height: clamp(250px, 19vw, 315px);
  min-height: 0;
  overflow: hidden;
  background: #ece9e3;
  isolation: isolate;
}

.references-grid .reference-visual::before,
.references-grid .reference-visual::after,
.references-grid .reference-orbit,
.references-grid .reference-mark {
  display: none !important;
}

.references-grid .reference-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  filter: saturate(.96) contrast(1.01);
  transition:
    transform .9s cubic-bezier(.2,.7,.2,1),
    filter .55s ease;
  backface-visibility: hidden;
}

.references-grid .reference-card:hover .reference-image {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.02);
}

.references-grid .reference-index {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 22px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .18em;
  color: rgba(20,20,20,.54);
  text-shadow: 0 1px 12px rgba(255,255,255,.65);
}

.references-grid .reference-sheen {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    108deg,
    transparent 17%,
    rgba(255,255,255,.16) 42%,
    transparent 61%
  );
  transform: translateX(-125%);
  transition: transform 1.05s cubic-bezier(.2,.7,.2,1);
}

.references-grid .reference-card:hover .reference-sheen {
  transform: translateX(125%);
}

.references-grid .reference-copy {
  min-height: 0;
  padding: 30px 34px 34px;
}

.references-grid .reference-copy > div {
  margin-bottom: 18px;
}

.references-grid .reference-copy h3 {
  margin-bottom: 16px;
}

@media (max-width: 980px) {
  .references-grid .reference-visual {
    height: clamp(250px, 48vw, 360px);
  }
}

@media (max-width: 620px) {
  .references-grid .reference-visual {
    height: 245px;
  }
  .references-grid .reference-copy {
    padding: 26px 24px 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .references-grid .reference-image,
  .references-grid .reference-sheen {
    transition: none;
  }
}




/* =========================================
   STAGE 05 V2 · WEBSITE INTELLIGENCE
   ========================================= */

.website-check-v2{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 78% 12%,rgba(229,214,190,.10),transparent 26%),radial-gradient(circle at 61% 46%,rgba(255,255,255,.045),transparent 24%),#070808;color:#f3f0e9;padding:150px 0 0}
.wc2-grid-bg{position:absolute;inset:0;opacity:.23;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000 0%,#000 48%,transparent 90%)}
.wc2-glow{position:absolute;border-radius:50%;filter:blur(12px);pointer-events:none}.wc2-glow-a{width:720px;height:720px;top:-270px;right:-160px;background:radial-gradient(circle,rgba(230,213,187,.13),transparent 66%)}.wc2-glow-b{width:520px;height:520px;top:460px;left:43%;background:radial-gradient(circle,rgba(255,255,255,.055),transparent 68%)}
.wc2-hero{position:relative;z-index:2;min-height:920px;display:grid;grid-template-columns:minmax(410px,.84fr) minmax(620px,1.16fr);gap:clamp(54px,6vw,108px);align-items:center;padding-bottom:130px}
.wc2-kicker{margin:0 0 26px;font-size:10px;line-height:1.4;letter-spacing:.22em;text-transform:uppercase;color:rgba(243,240,233,.48)}
.wc2-copy h2{margin:0;font-weight:400;font-size:clamp(68px,6.3vw,112px);line-height:.91;letter-spacing:-.066em}.wc2-copy h2 span{color:rgba(243,240,233,.34)}
.wc2-lead{margin:38px 0 0;font-size:clamp(24px,2vw,34px);line-height:1.18;letter-spacing:-.032em}.wc2-text{width:min(650px,100%);margin:22px 0 0;color:rgba(243,240,233,.57);font-size:16px;line-height:1.72}
.wc2-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.wc2-primary,.wc2-secondary{min-height:54px;display:inline-flex;align-items:center;gap:20px;padding:0 22px;text-decoration:none;font-size:13px;transition:transform .25s ease,border-color .25s ease,background .25s ease}.wc2-primary{background:#f3f0e9;color:#111;border:1px solid #f3f0e9}.wc2-secondary{color:#f3f0e9;border:1px solid rgba(243,240,233,.22);background:rgba(255,255,255,.025)}.wc2-primary:hover,.wc2-secondary:hover{transform:translateY(-2px)}.wc2-secondary:hover{border-color:rgba(243,240,233,.44)}
.wc2-trustline{margin-top:26px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:rgba(243,240,233,.39);font-size:10px;letter-spacing:.04em}.wc2-trustline i{width:20px;height:1px;background:rgba(243,240,233,.18)}
.wc2-core{--rx:0deg;--ry:0deg;position:relative;min-height:680px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(150deg,rgba(255,255,255,.035),rgba(255,255,255,.008) 42%,rgba(255,255,255,.018)),rgba(10,11,11,.64);box-shadow:0 50px 120px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.05);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transform:perspective(1500px) rotateX(var(--rx)) rotateY(var(--ry));transition:transform .18s ease-out}
.wc2-core:before,.wc2-core:after{content:"";position:absolute;pointer-events:none}.wc2-core:before{inset:7%;border:1px solid rgba(255,255,255,.05)}.wc2-core:after{width:1px;top:9%;bottom:9%;left:50%;background:linear-gradient(transparent,rgba(255,255,255,.09),transparent)}
.wc2-core-top,.wc2-core-footer{position:absolute;z-index:8;left:22px;right:22px;display:flex;justify-content:space-between;gap:18px;font-size:8px;letter-spacing:.19em;color:rgba(255,255,255,.36)}.wc2-core-top{top:18px}.wc2-core-footer{bottom:18px}
.wc2-status{display:inline-flex;align-items:center;gap:8px}.wc2-status b,.wc2-cta-panel-top b{width:6px;height:6px;display:inline-block;border-radius:50%;background:#f3f0e9;box-shadow:0 0 13px rgba(243,240,233,.75);animation:wc2Pulse 1.8s ease-in-out infinite}@keyframes wc2Pulse{0%,100%{opacity:.38;transform:scale(.8)}50%{opacity:1;transform:scale(1.12)}}
.wc2-browser{position:absolute;z-index:4;left:13%;right:13%;top:120px;border:1px solid rgba(255,255,255,.22);background:#111212;border-radius:13px;overflow:hidden;box-shadow:0 38px 80px rgba(0,0,0,.42)}
.wc2-browserbar{height:39px;padding:0 12px;display:flex;align-items:center;gap:7px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(#191a1a,#101111)}.wc2-browserbar>span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.28)}.wc2-browserbar>div{height:21px;flex:1;margin-left:9px;display:flex;align-items:center;padding:0 11px;border:1px solid rgba(255,255,255,.07);color:rgba(255,255,255,.28);font-size:8px}
.wc2-browserbody{position:relative;aspect-ratio:1.56;overflow:hidden;background:radial-gradient(circle at 72% 24%,rgba(230,213,190,.18),transparent 24%),linear-gradient(135deg,#ddd9d1,#bcb8b0 54%,#8d8b87)}
.wc2-wireframe{position:absolute;inset:0;color:#151515;background:linear-gradient(90deg,rgba(255,255,255,.83),rgba(245,242,236,.72) 48%,rgba(255,255,255,.12))}
.wc2-wire-logo{position:absolute;top:8%;left:7%;font-size:10px;letter-spacing:.16em;font-weight:650}.wc2-wire-nav{position:absolute;top:9%;right:7%;display:flex;gap:10px}.wc2-wire-nav span{width:34px;height:2px;background:rgba(20,20,20,.25)}
.wc2-wire-copy{position:absolute;left:8%;top:29%;width:42%}.wc2-wire-copy>*{display:block}.wc2-wire-eyebrow{width:42%;height:4px;background:rgba(20,20,20,.2);margin-bottom:18px}.wc2-wire-copy strong{width:100%;height:24px;margin-bottom:10px;background:rgba(20,20,20,.77)}.wc2-wire-copy strong.short{width:68%}.wc2-wire-copy p{width:88%;height:5px;margin:22px 0 8px;background:rgba(20,20,20,.22)}.wc2-wire-copy p.short{width:62%;margin-top:0}.wc2-wire-copy button{width:112px;height:30px;margin-top:24px;border:0;background:#171717}
.wc2-wire-media{position:absolute;right:8%;top:25%;width:31%;height:56%;border:1px solid rgba(20,20,20,.15);background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.82),transparent 24%),linear-gradient(145deg,rgba(255,255,255,.36),rgba(20,20,20,.11))}.wc2-wire-media div{position:absolute;inset:13%;border-radius:50%;border:1px solid rgba(20,20,20,.13)}
.wc2-scan-column{position:absolute;z-index:5;top:0;bottom:0;left:-14%;width:15%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),rgba(255,255,255,.06),transparent);animation:wc2Sweep 5.8s cubic-bezier(.45,0,.55,1) infinite}.wc2-scan-column span{position:absolute;right:10%;top:0;bottom:0;width:1px;background:rgba(255,255,255,.9);box-shadow:0 0 16px rgba(255,255,255,.85)}@keyframes wc2Sweep{0%,10%{left:-16%;opacity:0}17%{opacity:1}78%{left:105%;opacity:1}86%,100%{left:105%;opacity:0}}
.wc2-scan-crosshair{position:absolute;z-index:5;width:86px;height:86px;left:61%;top:48%;border:1px solid rgba(255,255,255,.48);border-radius:50%;box-shadow:0 0 0 22px rgba(255,255,255,.025)}.wc2-scan-crosshair:before,.wc2-scan-crosshair:after{content:"";position:absolute;background:rgba(255,255,255,.4)}.wc2-scan-crosshair:before{width:120px;height:1px;left:-18px;top:42px}.wc2-scan-crosshair:after{width:1px;height:120px;top:-18px;left:42px}
.wc2-scan-x{position:absolute;z-index:3;right:-4%;bottom:-20%;font-size:clamp(220px,23vw,380px);line-height:1;font-weight:650;color:rgba(255,255,255,.055);text-shadow:0 0 70px rgba(255,255,255,.04);user-select:none}
.wc2-orbit{position:absolute;z-index:2;border-radius:50%;border:1px solid rgba(255,255,255,.08);pointer-events:none}.wc2-orbit-1{width:76%;aspect-ratio:1;left:12%;top:1%;animation:wc2Orbit 14s linear infinite}.wc2-orbit-2{width:55%;aspect-ratio:1;left:23%;top:13%;animation:wc2Orbit 10s linear reverse infinite}@keyframes wc2Orbit{to{transform:rotate(360deg)}}
.wc2-signal{position:absolute;z-index:7;min-width:155px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid rgba(255,255,255,.13);background:rgba(12,13,13,.77);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 14px 36px rgba(0,0,0,.24);font-size:9px;animation:wc2Float 4.4s ease-in-out infinite alternate}.wc2-signal span{color:rgba(255,255,255,.34)}.wc2-signal b{font-weight:520}.wc2-signal em{font-style:normal;color:rgba(255,255,255,.38);letter-spacing:.1em}.wc2-signal-1{left:1%;top:113px}.wc2-signal-2{right:1%;top:160px;animation-delay:-.5s}.wc2-signal-3{left:-2%;top:330px;animation-delay:-1s}.wc2-signal-4{right:-3%;top:392px;animation-delay:-1.5s}.wc2-signal-5{left:35%;bottom:76px;animation-delay:-2s}@keyframes wc2Float{from{transform:translateY(-3px)}to{transform:translateY(7px)}}
.wc2-layers{position:relative;z-index:2;padding-top:120px;padding-bottom:145px;border-top:1px solid rgba(255,255,255,.09)}.wc2-layers-head{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);gap:clamp(40px,7vw,120px);align-items:end;margin-bottom:76px}.wc2-layers-head .wc2-kicker{align-self:start;margin-top:12px}.wc2-layers-head h3{margin:0;font-size:clamp(62px,6.4vw,110px);line-height:.92;letter-spacing:-.062em;font-weight:400}.wc2-layers-head h3 span{color:rgba(243,240,233,.34)}.wc2-layers-head>p:last-child{grid-column:2;width:min(680px,100%);margin:10px 0 0;color:rgba(243,240,233,.53);font-size:15px;line-height:1.68}
.wc2-matrix{border-top:1px solid rgba(255,255,255,.11)}.wc2-layer{position:relative;min-height:124px;display:grid;grid-template-columns:72px minmax(290px,1.15fr) minmax(240px,1fr) 95px;gap:28px;align-items:center;border-bottom:1px solid rgba(255,255,255,.11);transition:background .28s ease,padding .28s ease}.wc2-layer:hover{background:rgba(255,255,255,.025);padding-left:12px;padding-right:12px}.wc2-layer-no{font-size:9px;color:rgba(255,255,255,.3)}.wc2-layer-title b{display:block;font-size:clamp(25px,2vw,34px);font-weight:420;letter-spacing:-.025em}.wc2-layer-title small{display:block;margin-top:7px;font-size:11px;color:rgba(255,255,255,.39)}.wc2-layer-rail{height:1px;overflow:hidden;background:rgba(255,255,255,.11)}.wc2-layer-rail i{display:block;width:35%;height:100%;background:linear-gradient(90deg,transparent,#f3f0e9,transparent);animation:wc2Rail 3.2s ease-in-out infinite}.wc2-layer:nth-child(2) .wc2-layer-rail i{animation-delay:-.45s}.wc2-layer:nth-child(3) .wc2-layer-rail i{animation-delay:-.9s}.wc2-layer:nth-child(4) .wc2-layer-rail i{animation-delay:-1.35s}.wc2-layer:nth-child(5) .wc2-layer-rail i{animation-delay:-1.8s}@keyframes wc2Rail{from{transform:translateX(-120%);opacity:.2}50%{opacity:1}to{transform:translateX(390%);opacity:.2}}.wc2-layer-state{justify-self:end;font-size:9px;letter-spacing:.16em;color:rgba(255,255,255,.38)}
.wc2-cta{position:relative;z-index:3;min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(50px,7vw,120px);align-items:center;color:#171717;padding-top:110px;padding-bottom:110px}.wc2-cta:before{content:"";position:absolute;z-index:-1;inset:0 50%;margin-left:-50vw;margin-right:-50vw;background:radial-gradient(circle at 77% 20%,rgba(255,255,255,.92),transparent 24%),linear-gradient(135deg,#dedad1,#f5f2eb 48%,#cbc6bc)}.wc2-cta .wc2-kicker{color:rgba(23,23,23,.43)}.wc2-cta-copy h3{margin:0 0 28px;font-size:clamp(64px,6vw,104px);line-height:.92;letter-spacing:-.062em;font-weight:400}.wc2-cta-copy h3 span{color:rgba(23,23,23,.31)}.wc2-cta-copy>p:last-child{width:min(570px,100%);margin:0;color:rgba(23,23,23,.58);font-size:15px;line-height:1.65}
.wc2-cta-action{position:relative;min-height:420px;display:grid;place-items:center}.wc2-cta-panel{position:relative;z-index:3;width:min(480px,88%);padding:28px;border:1px solid rgba(23,23,23,.18);background:rgba(250,248,243,.66);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 35px 70px rgba(23,23,23,.12)}.wc2-cta-panel-top{display:flex;justify-content:space-between;gap:20px;margin-bottom:52px;font-size:8px;letter-spacing:.17em;color:rgba(23,23,23,.42)}.wc2-cta-panel-top span:last-child{display:inline-flex;align-items:center;gap:7px}.wc2-cta-panel-top b{background:#171717;box-shadow:0 0 10px rgba(23,23,23,.28)}.wc2-cta-panel>strong{display:block;font-size:clamp(42px,4vw,68px);line-height:.95;letter-spacing:-.05em;font-weight:420}.wc2-cta-panel>p{margin:18px 0 30px;color:rgba(23,23,23,.5);font-size:12px}.wc2-cta-panel>a{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 19px;background:#171717;color:#f4f1ea;text-decoration:none;font-size:12px}.wc2-cta-x{position:absolute;right:-3%;top:2%;font-size:clamp(260px,27vw,430px);line-height:1;font-weight:650;color:rgba(255,255,255,.37);text-shadow:1px 1px 0 rgba(255,255,255,.72),-1px -1px 0 rgba(23,23,23,.07),0 28px 45px rgba(23,23,23,.08);user-select:none}
@media (max-width:1180px){.wc2-hero{grid-template-columns:1fr;min-height:0}.wc2-copy{max-width:850px}.wc2-core{width:min(940px,100%);margin:0 auto}.wc2-layers-head{grid-template-columns:1fr}.wc2-layers-head>p:last-child{grid-column:1}}
@media (max-width:900px){.wc2-layer{grid-template-columns:46px 1fr 70px}.wc2-layer-rail{display:none}.wc2-cta{grid-template-columns:1fr}}
@media (max-width:720px){.website-check-v2{padding-top:108px}.wc2-copy h2{font-size:clamp(58px,15vw,86px)}.wc2-core{min-height:580px}.wc2-browser{left:5%;right:5%;top:125px}.wc2-signal{min-width:132px;font-size:8px}.wc2-signal-1{left:-1%;top:94px}.wc2-signal-2{right:-1%;top:160px}.wc2-signal-3{left:-1%;top:382px}.wc2-signal-4{right:-1%;top:430px}.wc2-signal-5{left:29%;bottom:54px}.wc2-layers{padding-top:95px;padding-bottom:105px}.wc2-layer{min-height:108px;gap:15px}.wc2-layer-title small{max-width:380px}.wc2-cta{min-height:0;padding-top:95px;padding-bottom:95px}}
@media (max-width:520px){.wc2-core{min-height:470px}.wc2-browser{top:104px}.wc2-signal{display:none}.wc2-orbit{opacity:.5}.wc2-core-footer{font-size:7px}.wc2-layer{grid-template-columns:36px 1fr;padding:22px 0}.wc2-layer-state{display:none}.wc2-layer-title b{font-size:24px}.wc2-cta-panel{width:100%}}
@media (prefers-reduced-motion:reduce){.wc2-status b,.wc2-cta-panel-top b,.wc2-scan-column,.wc2-orbit,.wc2-signal,.wc2-layer-rail i{animation:none}}


/* =========================================
   STAGE 05 V3 · WEBSITE CHECK / PLATINUM
   ========================================= */
.website-check-v3{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,#f1eee8 0%,#ebe6dd 18%,#e3ddd2 45%,#dbd4c8 70%,#f2eee7 100%);color:#171717;padding:148px 0 0}
.website-check-v3::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.82),transparent 22%),radial-gradient(circle at 85% 20%,rgba(255,255,255,.55),transparent 26%),linear-gradient(90deg,rgba(255,255,255,.3),transparent 35%,transparent 65%,rgba(255,255,255,.22));pointer-events:none}
.wc3-noise,.wc3-rings,.wc3-xbg{pointer-events:none;position:absolute}.wc3-noise{inset:0;opacity:.18;background-image:linear-gradient(rgba(23,23,23,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(23,23,23,.03) 1px,transparent 1px);background-size:68px 68px;mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%)}
.wc3-rings{border-radius:50%;border:1px solid rgba(97,97,97,.11)}.wc3-rings-a{width:920px;height:920px;right:-280px;top:-180px}.wc3-rings-b{width:640px;height:640px;left:52%;top:420px}
.wc3-xbg{right:2%;top:80px;font-size:clamp(260px,28vw,520px);line-height:1;font-weight:650;letter-spacing:-.08em;color:rgba(255,255,255,.42);text-shadow:0 24px 60px rgba(114,114,114,.14),0 0 0 1px rgba(255,255,255,.25)}
.wc3-hero{position:relative;z-index:2;min-height:920px;display:grid;grid-template-columns:minmax(420px,.86fr) minmax(620px,1.14fr);gap:clamp(52px,6vw,100px);align-items:center;padding-bottom:128px}
.wc3-kicker{margin:0 0 24px;font-size:10px;line-height:1.4;letter-spacing:.24em;text-transform:uppercase;color:rgba(23,23,23,.44)}
.wc3-copy h2{margin:0;font-weight:400;font-size:clamp(66px,6vw,110px);line-height:.92;letter-spacing:-.066em;color:#101010}.wc3-copy h2 span{color:rgba(23,23,23,.28)}
.wc3-lead{margin:34px 0 0;font-size:clamp(24px,1.95vw,34px);line-height:1.18;letter-spacing:-.03em;color:#1f1f1f}.wc3-text{width:min(650px,100%);margin:20px 0 0;color:rgba(23,23,23,.62);font-size:16px;line-height:1.72}
.wc3-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.wc3-primary,.wc3-secondary{min-height:54px;display:inline-flex;align-items:center;gap:18px;padding:0 22px;text-decoration:none;font-size:13px;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.wc3-primary{background:#171717;color:#f3f0e9;border:1px solid #171717;box-shadow:0 18px 40px rgba(23,23,23,.12)}.wc3-secondary{background:rgba(255,255,255,.45);color:#171717;border:1px solid rgba(23,23,23,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.wc3-primary:hover,.wc3-secondary:hover{transform:translateY(-2px)}.wc3-secondary:hover{box-shadow:0 18px 36px rgba(23,23,23,.08)}
.wc3-trustline{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:rgba(23,23,23,.42);font-size:10px;letter-spacing:.04em}.wc3-trustline i{width:20px;height:1px;background:rgba(23,23,23,.14)}
.wc3-core{--rx:0deg;--ry:0deg;position:relative;min-height:690px;border:1px solid rgba(90,90,90,.14);background:linear-gradient(155deg,rgba(255,255,255,.68),rgba(255,255,255,.26) 45%,rgba(214,207,196,.24)),rgba(247,244,239,.42);box-shadow:0 42px 100px rgba(42,42,42,.12),inset 0 1px rgba(255,255,255,.55);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);transform:perspective(1500px) rotateX(var(--rx)) rotateY(var(--ry));transition:transform .18s ease-out}
.wc3-core::before,.wc3-core::after{content:"";position:absolute;pointer-events:none}.wc3-core::before{inset:6.5%;border:1px solid rgba(63,63,63,.08)}.wc3-core::after{left:50%;top:9%;bottom:9%;width:1px;background:linear-gradient(transparent,rgba(23,23,23,.11),transparent)}
.wc3-core-top,.wc3-core-footer{position:absolute;left:22px;right:22px;display:flex;justify-content:space-between;gap:18px;font-size:8px;letter-spacing:.19em;color:rgba(23,23,23,.42);z-index:8}.wc3-core-top{top:18px}.wc3-core-footer{bottom:18px}
.wc3-status,.wc3-cta-panel-top span:last-child{display:inline-flex;align-items:center;gap:8px}.wc3-status b,.wc3-cta-panel-top b{width:6px;height:6px;border-radius:50%;display:inline-block;background:#1a1a1a;box-shadow:0 0 10px rgba(23,23,23,.3);animation:wc3Pulse 1.8s ease-in-out infinite}@keyframes wc3Pulse{0%,100%{opacity:.38;transform:scale(.8)}50%{opacity:1;transform:scale(1.12)}}
.wc3-browser{position:absolute;left:12.5%;right:12.5%;top:116px;z-index:4;border:1px solid rgba(73,73,73,.18);border-radius:14px;overflow:hidden;background:#faf8f4;box-shadow:0 30px 70px rgba(57,57,57,.13)}
.wc3-browserbar{height:39px;padding:0 12px;display:flex;align-items:center;gap:7px;border-bottom:1px solid rgba(23,23,23,.08);background:linear-gradient(#f8f6f1,#efe9e0)}.wc3-browserbar>span{width:6px;height:6px;border-radius:50%;background:rgba(23,23,23,.22)}.wc3-browserbar>div{height:21px;flex:1;margin-left:9px;display:flex;align-items:center;padding:0 11px;border:1px solid rgba(23,23,23,.08);color:rgba(23,23,23,.35);font-size:8px;background:rgba(255,255,255,.55)}
.wc3-browserbody{position:relative;aspect-ratio:1.56;overflow:hidden;background:radial-gradient(circle at 72% 24%,rgba(255,255,255,.95),transparent 20%),linear-gradient(135deg,#faf7f2,#e9e3d9 54%,#d5cec1)}
.wc3-wireframe{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(247,244,238,.9) 52%,rgba(255,255,255,.4));color:#151515}.wc3-wire-logo{position:absolute;top:8%;left:7%;font-size:10px;letter-spacing:.16em;font-weight:650}.wc3-wire-nav{position:absolute;top:9%;right:7%;display:flex;gap:10px}.wc3-wire-nav span{width:34px;height:2px;background:rgba(20,20,20,.24)}
.wc3-wire-copy{position:absolute;left:8%;top:29%;width:42%}.wc3-wire-copy>*{display:block}.wc3-wire-eyebrow{width:42%;height:4px;background:rgba(20,20,20,.18);margin-bottom:18px}.wc3-wire-copy strong{width:100%;height:24px;margin-bottom:10px;background:rgba(20,20,20,.78)}.wc3-wire-copy strong.short{width:68%}.wc3-wire-copy p{width:88%;height:5px;margin:22px 0 8px;background:rgba(20,20,20,.19)}.wc3-wire-copy p.short{width:62%;margin-top:0}.wc3-wire-copy button{width:112px;height:30px;margin-top:24px;border:0;background:#1a1a1a}
.wc3-wire-media{position:absolute;right:8%;top:25%;width:31%;height:56%;border:1px solid rgba(23,23,23,.11);background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.9),transparent 24%),linear-gradient(145deg,rgba(255,255,255,.54),rgba(52,52,52,.08))}.wc3-wire-media div{position:absolute;inset:13%;border-radius:50%;border:1px solid rgba(20,20,20,.12)}
.wc3-scan-column{position:absolute;z-index:5;top:0;bottom:0;left:-14%;width:15%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),rgba(255,255,255,.12),transparent);animation:wc3Sweep 5.8s cubic-bezier(.45,0,.55,1) infinite}.wc3-scan-column span{position:absolute;right:10%;top:0;bottom:0;width:1px;background:rgba(255,255,255,.95);box-shadow:0 0 14px rgba(255,255,255,.95)}@keyframes wc3Sweep{0%,10%{left:-16%;opacity:0}17%{opacity:1}78%{left:105%;opacity:1}86%,100%{left:105%;opacity:0}}
.wc3-scan-crosshair{position:absolute;z-index:5;width:86px;height:86px;left:61%;top:48%;border:1px solid rgba(23,23,23,.35);border-radius:50%;box-shadow:0 0 0 18px rgba(255,255,255,.14)}.wc3-scan-crosshair::before,.wc3-scan-crosshair::after{content:"";position:absolute;background:rgba(23,23,23,.27)}.wc3-scan-crosshair::before{width:120px;height:1px;left:-18px;top:42px}.wc3-scan-crosshair::after{width:1px;height:120px;top:-18px;left:42px}
.wc3-scan-focus{position:absolute;right:-6%;bottom:-16%;width:44%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(83,83,83,.09);box-shadow:inset 0 0 0 22px rgba(255,255,255,.1)}
.wc3-orbit{position:absolute;z-index:2;border-radius:50%;border:1px solid rgba(66,66,66,.08)}.wc3-orbit-1{width:76%;aspect-ratio:1;left:12%;top:1%;animation:wc3Orbit 14s linear infinite}.wc3-orbit-2{width:55%;aspect-ratio:1;left:23%;top:13%;animation:wc3Orbit 10s linear reverse infinite}@keyframes wc3Orbit{to{transform:rotate(360deg)}}
.wc3-signal{position:absolute;z-index:7;min-width:162px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid rgba(73,73,73,.12);background:rgba(255,255,255,.55);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 14px 34px rgba(57,57,57,.08);font-size:9px;color:#151515;animation:wc3Float 4.4s ease-in-out infinite alternate}.wc3-signal span{color:rgba(23,23,23,.38)}.wc3-signal b{font-weight:520}.wc3-signal em{font-style:normal;color:rgba(23,23,23,.42);letter-spacing:.1em}.wc3-signal-1{left:1%;top:112px}.wc3-signal-2{right:1%;top:160px;animation-delay:-.5s}.wc3-signal-3{left:-2%;top:332px;animation-delay:-1s}.wc3-signal-4{right:-3%;top:394px;animation-delay:-1.5s}.wc3-signal-5{left:35%;bottom:76px;animation-delay:-2s}@keyframes wc3Float{from{transform:translateY(-3px)}to{transform:translateY(7px)}}
.wc3-layers{position:relative;z-index:2;padding-top:112px;padding-bottom:132px;border-top:1px solid rgba(23,23,23,.08)}.wc3-layers-head{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);gap:clamp(40px,7vw,120px);align-items:end;margin-bottom:74px}.wc3-layers-head .wc3-kicker{align-self:start;margin-top:12px}.wc3-layers-head h3{margin:0;font-size:clamp(60px,6vw,106px);line-height:.92;letter-spacing:-.062em;font-weight:400}.wc3-layers-head h3 span{color:rgba(23,23,23,.28)}.wc3-layers-head>p:last-child{grid-column:2;width:min(720px,100%);margin:10px 0 0;color:rgba(23,23,23,.6);font-size:15px;line-height:1.68}
.wc3-matrix{border-top:1px solid rgba(23,23,23,.1)}.wc3-layer{position:relative;min-height:122px;display:grid;grid-template-columns:72px minmax(290px,1.15fr) minmax(240px,1fr) 95px;gap:28px;align-items:center;border-bottom:1px solid rgba(23,23,23,.1);transition:background .25s ease,padding .25s ease,box-shadow .25s ease}.wc3-layer:hover,.wc3-layer.is-active{background:rgba(255,255,255,.42);padding-left:12px;padding-right:12px;box-shadow:0 16px 30px rgba(57,57,57,.04)}.wc3-layer-no{font-size:9px;color:rgba(23,23,23,.35)}.wc3-layer-title b{display:block;font-size:clamp(25px,2vw,34px);font-weight:420;letter-spacing:-.025em}.wc3-layer-title small{display:block;margin-top:7px;font-size:11px;color:rgba(23,23,23,.46)}.wc3-layer-rail{height:1px;overflow:hidden;background:rgba(23,23,23,.12)}.wc3-layer-rail i{display:block;width:35%;height:100%;background:linear-gradient(90deg,transparent,#1a1a1a,transparent);animation:wc3Rail 3.2s ease-in-out infinite}.wc3-layer:nth-child(2) .wc3-layer-rail i{animation-delay:-.45s}.wc3-layer:nth-child(3) .wc3-layer-rail i{animation-delay:-.9s}.wc3-layer:nth-child(4) .wc3-layer-rail i{animation-delay:-1.35s}.wc3-layer:nth-child(5) .wc3-layer-rail i{animation-delay:-1.8s}@keyframes wc3Rail{from{transform:translateX(-120%);opacity:.2}50%{opacity:1}to{transform:translateX(390%);opacity:.2}}.wc3-layer-state{justify-self:end;font-size:9px;letter-spacing:.16em;color:rgba(23,23,23,.42)}
.wc3-cta{position:relative;z-index:2;min-height:620px;display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(48px,6vw,120px);align-items:center;padding-top:106px;padding-bottom:116px;border-top:1px solid rgba(23,23,23,.08)}.wc3-cta::before{content:"";position:absolute;inset:0;margin-left:-50vw;margin-right:-50vw;left:50%;right:50%;z-index:-1;background:linear-gradient(135deg,#faf8f3,#e7e1d6 50%,#d7d0c4),radial-gradient(circle at 72% 28%,rgba(255,255,255,.85),transparent 26%)}.wc3-cta-copy h3{margin:0 0 26px;font-size:clamp(60px,5.9vw,100px);line-height:.92;letter-spacing:-.062em;font-weight:400;color:#151515}.wc3-cta-copy h3 span{color:rgba(23,23,23,.3)}.wc3-cta-copy>p:last-child{width:min(580px,100%);margin:0;color:rgba(23,23,23,.6);font-size:15px;line-height:1.7}
.wc3-cta-action{position:relative;min-height:410px;display:grid;place-items:center}.wc3-cta-panel{position:relative;z-index:2;width:min(490px,88%);padding:30px;border:1px solid rgba(23,23,23,.14);background:rgba(255,255,255,.55);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 32px 68px rgba(57,57,57,.12)}.wc3-cta-panel-top{display:flex;justify-content:space-between;gap:20px;margin-bottom:52px;font-size:8px;letter-spacing:.17em;color:rgba(23,23,23,.44)}.wc3-cta-panel>strong{display:block;font-size:clamp(42px,4vw,68px);line-height:.95;letter-spacing:-.05em;font-weight:420;color:#171717}.wc3-cta-panel>p{margin:18px 0 30px;color:rgba(23,23,23,.54);font-size:12px}.wc3-cta-panel>a{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 19px;background:#171717;color:#f4f1ea;text-decoration:none;font-size:12px}.wc3-cta-x{position:absolute;right:-2%;top:-2%;font-size:clamp(250px,26vw,430px);line-height:1;font-weight:650;color:rgba(255,255,255,.52);text-shadow:0 20px 45px rgba(57,57,57,.08);user-select:none}
@media (max-width:1180px){.wc3-hero{grid-template-columns:1fr;min-height:0}.wc3-copy{max-width:860px}.wc3-core{width:min(940px,100%);margin:0 auto}.wc3-layers-head{grid-template-columns:1fr}.wc3-layers-head>p:last-child{grid-column:1}.wc3-cta{grid-template-columns:1fr}}
@media (max-width:900px){.wc3-layer{grid-template-columns:46px 1fr 70px}.wc3-layer-rail{display:none}.wc3-cta-x{opacity:.6}}
@media (max-width:720px){.website-check-v3{padding-top:110px}.wc3-copy h2{font-size:clamp(56px,15vw,84px)}.wc3-core{min-height:580px}.wc3-browser{left:5%;right:5%;top:122px}.wc3-signal{min-width:132px;font-size:8px}.wc3-signal-1{left:-1%;top:96px}.wc3-signal-2{right:-1%;top:162px}.wc3-signal-3{left:-1%;top:380px}.wc3-signal-4{right:-1%;top:430px}.wc3-signal-5{left:29%;bottom:54px}.wc3-layers{padding-top:90px;padding-bottom:100px}.wc3-layer{min-height:108px;gap:15px}.wc3-cta{min-height:0;padding-top:92px;padding-bottom:96px}}
@media (max-width:520px){.wc3-core{min-height:470px}.wc3-browser{top:104px}.wc3-signal{display:none}.wc3-orbit{opacity:.5}.wc3-core-footer{font-size:7px}.wc3-layer{grid-template-columns:36px 1fr;padding:22px 0}.wc3-layer-state{display:none}.wc3-layer-title b{font-size:24px}.wc3-cta-panel{width:100%}.wc3-xbg,.wc3-cta-x{display:none}}
@media (prefers-reduced-motion:reduce){.wc3-status b,.wc3-cta-panel-top b,.wc3-scan-column,.wc3-orbit,.wc3-signal,.wc3-layer-rail i{animation:none}}


/* =========================================
   STAGE 05 V4 · SHOWCASE VISUAL UPGRADE
   ========================================= */
.website-check-v3 .wc3-core{display:flex;flex-direction:column;justify-content:center;padding:70px 26px 62px;overflow:hidden}
.website-check-v3 .wc3-core::after{display:none}
.website-check-v3 .wc3-copy h2{font-size:clamp(64px,5.6vw,98px);max-width:11ch}
.website-check-v3 .wc3-copy h2 span{color:rgba(23,23,23,.31)}
.website-check-v3 .wc3-lead{max-width:700px}
.website-check-v3 .wc3-showcase{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:54px 40px 42px}
.website-check-v3 .wc3-showcase-glow{position:absolute;inset:10% 14%;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.84),rgba(255,255,255,0) 55%);filter:blur(20px);pointer-events:none}
.website-check-v3 .wc3-showcase-frame{position:relative;z-index:3;width:min(100%,680px);border:1px solid rgba(48,48,48,.12);background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,.42));box-shadow:0 34px 80px rgba(37,37,37,.16),inset 0 1px rgba(255,255,255,.7);overflow:hidden}
.website-check-v3 .wc3-showcase-browserbar{height:40px;padding:0 14px;display:flex;align-items:center;gap:7px;border-bottom:1px solid rgba(23,23,23,.08);background:linear-gradient(#f7f5f0,#ece4d8)}
.website-check-v3 .wc3-showcase-browserbar>span{width:6px;height:6px;border-radius:50%;background:rgba(23,23,23,.2)}
.website-check-v3 .wc3-showcase-browserbar>div{height:22px;flex:1;margin-left:8px;display:flex;align-items:center;padding:0 12px;border:1px solid rgba(23,23,23,.08);background:rgba(255,255,255,.55);color:rgba(23,23,23,.34);font-size:8px;letter-spacing:.02em}
.website-check-v3 .wc3-showcase-image{display:block;width:100%;height:auto;aspect-ratio:1.14;object-fit:cover;object-position:center top}
.website-check-v3 .wc3-float-card{position:absolute;z-index:5;min-width:174px;padding:14px 16px;border:1px solid rgba(49,49,49,.12);background:rgba(255,255,255,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 18px 38px rgba(44,44,44,.12);display:grid;gap:4px;animation:wc4Lift 4.8s ease-in-out infinite alternate}
.website-check-v3 .wc3-float-card span{font-size:9px;color:rgba(23,23,23,.35);letter-spacing:.14em}
.website-check-v3 .wc3-float-card strong{font-size:17px;font-weight:450;letter-spacing:-.03em;color:#141414}
.website-check-v3 .wc3-float-card b{font-size:10px;font-weight:400;color:rgba(23,23,23,.45)}
.website-check-v3 .wc3-float-a{left:2%;top:10%}
.website-check-v3 .wc3-float-b{right:0;top:19%;animation-delay:-1.2s}
.website-check-v3 .wc3-float-c{left:8%;bottom:9%;animation-delay:-2.1s}
@keyframes wc4Lift{from{transform:translateY(-4px)}to{transform:translateY(8px)}}
.website-check-v3 .wc3-kpi-panel{position:absolute;z-index:5;right:5%;bottom:3%;width:min(300px,42%);padding:18px 18px 16px;border:1px solid rgba(49,49,49,.11);background:rgba(255,255,255,.58);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 20px 42px rgba(44,44,44,.1)}
.website-check-v3 .wc3-kpi-panel small{display:block;margin-bottom:12px;font-size:9px;letter-spacing:.16em;color:rgba(23,23,23,.35)}
.website-check-v3 .wc3-kpi-panel strong{display:block;font-size:28px;line-height:1;letter-spacing:-.04em;font-weight:430;color:#141414}
.website-check-v3 .wc3-kpi-panel p{margin:12px 0 16px;font-size:11px;line-height:1.55;color:rgba(23,23,23,.55)}
.website-check-v3 .wc3-chip-row{display:flex;flex-wrap:wrap;gap:8px}.website-check-v3 .wc3-chip-row span{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border:1px solid rgba(23,23,23,.08);background:rgba(255,255,255,.5);font-size:9px;color:rgba(23,23,23,.58)}
@media (max-width:1180px){.website-check-v3 .wc3-showcase{padding:46px 24px 30px}.website-check-v3 .wc3-kpi-panel{right:2%;bottom:2%}.website-check-v3 .wc3-float-a{left:0}.website-check-v3 .wc3-float-b{right:-1%}}
@media (max-width:900px){.website-check-v3 .wc3-showcase{padding:42px 8px 24px}.website-check-v3 .wc3-float-card{min-width:146px;padding:12px 13px}.website-check-v3 .wc3-float-card strong{font-size:15px}.website-check-v3 .wc3-kpi-panel{width:min(280px,48%)} }
@media (max-width:720px){.website-check-v3 .wc3-copy h2{font-size:clamp(54px,13vw,78px)}.website-check-v3 .wc3-showcase{padding:28px 0 16px}.website-check-v3 .wc3-showcase-frame{width:100%}.website-check-v3 .wc3-kpi-panel{position:relative;right:auto;bottom:auto;width:100%;margin-top:14px}.website-check-v3 .wc3-float-a{left:0;top:6%}.website-check-v3 .wc3-float-b{right:0;top:18%}.website-check-v3 .wc3-float-c{left:4%;bottom:24%}}
@media (max-width:560px){.website-check-v3 .wc3-showcase-image{aspect-ratio:1}.website-check-v3 .wc3-float-card{display:none}.website-check-v3 .wc3-core{padding-left:18px;padding-right:18px}}


/* =========================================
   STAGE 05 V5 · FINAL TYPO / SPACING / MARKETING
   ========================================= */

.website-check-v3 {
  padding-top: 118px;
}

.website-check-v3 .wc3-hero {
  min-height: 790px;
  grid-template-columns: minmax(500px, .94fr) minmax(650px, 1.06fr);
  gap: clamp(46px, 4.5vw, 82px);
  padding-bottom: 96px;
}

.website-check-v3 .wc3-copy {
  align-self: center;
}

.website-check-v3 .wc3-copy h2 {
  max-width: none;
  font-size: clamp(62px, 4.8vw, 86px);
  line-height: .94;
  letter-spacing: -.06em;
}

.website-check-v3 .wc3-copy h2 span {
  display: inline-block;
  margin-top: 7px;
  color: rgba(23,23,23,.30);
}

.website-check-v3 .wc3-lead {
  max-width: none;
  margin-top: 31px;
  font-size: clamp(21px, 1.65vw, 28px);
  line-height: 1.15;
  letter-spacing: -.025em;
  color: #1a1a1a;
}

.website-check-v3 .wc3-text {
  max-width: 610px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.68;
}

.website-check-v3 .wc3-actions {
  margin-top: 30px;
}

.website-check-v3 .wc3-trustline {
  margin-top: 21px;
}

.website-check-v3 .wc3-core {
  min-height: 635px;
  padding-top: 62px;
  padding-bottom: 54px;
}

.website-check-v3 .wc3-showcase {
  padding-top: 42px;
  padding-bottom: 30px;
}

.website-check-v3 .wc3-showcase-frame {
  width: min(100%, 650px);
}

.website-check-v3 .wc3-float-card {
  box-shadow: 0 15px 32px rgba(44,44,44,.10);
}

.website-check-v3 .wc3-kpi-panel {
  bottom: 1%;
}

/* Prüffelder: 15–20 % kompakter als V4 */
.website-check-v3 .wc3-layers {
  padding-top: 88px;
  padding-bottom: 102px;
}

.website-check-v3 .wc3-layers-head {
  margin-bottom: 52px;
  align-items: start;
}

.website-check-v3 .wc3-layers-head h3 {
  font-size: clamp(56px, 5.2vw, 88px);
  line-height: .93;
}

.website-check-v3 .wc3-layers-head > p:last-child {
  margin-top: 4px;
  max-width: 690px;
}

.website-check-v3 .wc3-layer {
  min-height: 106px;
}

/* Abschluss kompakter und conversion-stärker */
.website-check-v3 .wc3-cta {
  min-height: 560px;
  padding-top: 86px;
  padding-bottom: 92px;
}

.website-check-v3 .wc3-cta-copy h3 {
  font-size: clamp(58px, 5vw, 88px);
  line-height: .93;
}

.website-check-v3 .wc3-cta-copy > p:last-child {
  max-width: 570px;
}

.website-check-v3 .wc3-cta-action {
  min-height: 360px;
}

.website-check-v3 .wc3-cta-panel {
  box-shadow: 0 26px 58px rgba(57,57,57,.10);
}

@media (max-width: 1180px) {
  .website-check-v3 .wc3-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .website-check-v3 .wc3-copy {
    max-width: 900px;
  }

  .website-check-v3 .wc3-copy h2 {
    font-size: clamp(64px, 8vw, 92px);
  }
}

@media (max-width: 720px) {
  .website-check-v3 {
    padding-top: 92px;
  }

  .website-check-v3 .wc3-hero {
    padding-bottom: 76px;
  }

  .website-check-v3 .wc3-copy h2 {
    font-size: clamp(52px, 13vw, 76px);
  }

  .website-check-v3 .wc3-lead {
    font-size: 21px;
  }

  .website-check-v3 .wc3-layers {
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .website-check-v3 .wc3-layers-head {
    margin-bottom: 40px;
  }

  .website-check-v3 .wc3-cta {
    padding-top: 72px;
    padding-bottom: 78px;
  }
}


/* =========================================
   STAGE 06 · ECHELONX POSITIONING + FINALE
   ========================================= */

.ex6-stage {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 8%, rgba(255,255,255,.95), transparent 23%),
    radial-gradient(circle at 15% 18%, rgba(255,255,255,.62), transparent 28%),
    linear-gradient(180deg, #f5f2ec 0%, #e9e4db 42%, #f4f1eb 100%);
  color: #171717;
}

.ex6-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23,23,23,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,23,23,.026) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}

.ex6-orbit {
  position: absolute;
  border: 1px solid rgba(23,23,23,.07);
  border-radius: 50%;
  pointer-events: none;
}

.ex6-orbit-a {
  width: 900px;
  height: 900px;
  right: -250px;
  top: 120px;
}

.ex6-orbit-b {
  width: 520px;
  height: 520px;
  left: -180px;
  top: 720px;
}

.ex6-hero {
  position: relative;
  z-index: 2;
  min-height: 960px;
  padding-top: 150px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: minmax(440px, .92fr) minmax(620px, 1.08fr);
  gap: clamp(60px, 6vw, 120px);
  align-items: center;
}

.ex6-kicker {
  margin: 0 0 25px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(23,23,23,.44);
}

.ex6-copy h2 {
  margin: 0;
  font-size: clamp(64px, 5.45vw, 98px);
  line-height: .92;
  letter-spacing: -.064em;
  font-weight: 400;
}

.ex6-copy h2 span {
  color: rgba(23,23,23,.30);
}

.ex6-lead {
  max-width: 670px;
  margin: 35px 0 0;
  font-size: clamp(23px, 1.75vw, 31px);
  line-height: 1.2;
  letter-spacing: -.028em;
}

.ex6-text {
  max-width: 630px;
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(23,23,23,.60);
}

.ex6-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  margin-top: 31px;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(23,23,23,.42);
}

.ex6-meta i {
  width: 24px;
  height: 1px;
  background: rgba(23,23,23,.16);
}

.ex6-visual {
  --ex6-shift: 0px;
  position: relative;
  min-height: 690px;
  transform: translateY(var(--ex6-shift));
  transition: transform .12s linear;
}

.ex6-floor {
  position: absolute;
  z-index: 0;
  left: 8%;
  right: 2%;
  bottom: 6%;
  height: 31%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(255,255,255,.85) 0%, rgba(190,185,176,.23) 38%, transparent 70%);
  transform: perspective(700px) rotateX(70deg);
  filter: blur(3px);
}

.ex6-x-wrap {
  position: absolute;
  z-index: 3;
  inset: 7% 8% 7% 14%;
}

.ex6-x,
.ex6-x-reflection {
  position: absolute;
  inset: 0;
}

.ex6-x-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 112px;
  height: 560px;
  border-radius: 3px;
  transform-origin: center;
  background:
    linear-gradient(90deg,
      #85817a 0%,
      #e7e3dc 10%,
      #faf9f6 21%,
      #a4a099 42%,
      #f6f4ef 57%,
      #76726c 83%,
      #dcd8d0 100%);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow:
    inset 12px 0 17px rgba(255,255,255,.46),
    inset -14px 0 18px rgba(42,42,42,.18),
    0 30px 55px rgba(56,56,56,.18);
}

.ex6-x-bar-a {
  transform: translate(-50%, -50%) rotate(38deg);
}

.ex6-x-bar-b {
  transform: translate(-50%, -50%) rotate(-38deg);
}

.ex6-x-main {
  filter: drop-shadow(0 35px 26px rgba(49,49,49,.12));
}

.ex6-x-reflection {
  transform: translateY(590px) scaleY(-.35);
  opacity: .15;
  filter: blur(4px);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 75%);
}

.ex6-x-shadow {
  position: absolute;
  left: 18%;
  right: 10%;
  bottom: 4%;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(45,45,45,.17), transparent 68%);
  filter: blur(17px);
}

.ex6-layer {
  position: absolute;
  z-index: 5;
  min-width: 170px;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  border: 1px solid rgba(23,23,23,.11);
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 14px 34px rgba(44,44,44,.08);
  font-size: 10px;
  letter-spacing: .13em;
}

.ex6-layer small {
  color: rgba(23,23,23,.33);
}

.ex6-layer span {
  font-weight: 550;
}

.ex6-layer-design { left: 0; top: 15%; }
.ex6-layer-software { right: 0; top: 28%; }
.ex6-layer-ai { left: 3%; bottom: 27%; }
.ex6-layer-auto { right: 1%; bottom: 16%; }

.ex6-visual-label {
  position: absolute;
  z-index: 6;
  left: 7%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  letter-spacing: .18em;
  color: rgba(23,23,23,.34);
}

.ex6-visual-label b {
  font-weight: 450;
}

.ex6-vl-top { top: 2%; }
.ex6-vl-bottom { bottom: 1%; }

.ex6-principles {
  position: relative;
  z-index: 2;
  padding-top: 115px;
  padding-bottom: 145px;
  border-top: 1px solid rgba(23,23,23,.09);
}

.ex6-principles-head {
  display: grid;
  grid-template-columns: minmax(260px, .58fr) minmax(600px, 1.42fr);
  gap: clamp(50px, 7vw, 130px);
  margin-bottom: 70px;
}

.ex6-principles-head h3 {
  margin: 0;
  font-size: clamp(58px, 5.6vw, 96px);
  line-height: .92;
  letter-spacing: -.062em;
  font-weight: 400;
}

.ex6-principles-head h3 span {
  color: rgba(23,23,23,.28);
}

.ex6-principles-list {
  border-top: 1px solid rgba(23,23,23,.11);
}

.ex6-principle {
  min-height: 126px;
  display: grid;
  grid-template-columns: 70px minmax(300px, .9fr) minmax(460px, 1.1fr) 170px;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid rgba(23,23,23,.11);
  transition: background .28s ease, padding .28s ease, box-shadow .28s ease;
}

.ex6-principle:hover {
  padding-left: 12px;
  padding-right: 12px;
  background: rgba(255,255,255,.38);
  box-shadow: 0 18px 38px rgba(44,44,44,.035);
}

.ex6-principle-no,
.ex6-principle-mark {
  font-size: 9px;
  letter-spacing: .13em;
  color: rgba(23,23,23,.35);
}

.ex6-principle h4 {
  margin: 0;
  font-size: clamp(26px, 2vw, 35px);
  line-height: 1.05;
  letter-spacing: -.033em;
  font-weight: 430;
}

.ex6-principle p {
  margin: 0;
  max-width: 700px;
  font-size: 14px;
  line-height: 1.62;
  color: rgba(23,23,23,.57);
}

.ex6-principle-mark {
  justify-self: end;
}

.ex6-finale {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 25%, rgba(255,255,255,.92), transparent 26%),
    linear-gradient(135deg, #d8d2c7 0%, #f7f4ee 48%, #d4cdc1 100%);
  border-top: 1px solid rgba(23,23,23,.08);
}

.ex6-finale-grid {
  position: relative;
  z-index: 2;
  min-height: 760px;
  padding-top: 130px;
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: minmax(600px, 1.04fr) minmax(520px, .96fr);
  gap: clamp(50px, 6vw, 110px);
  align-items: center;
}

.ex6-finale-copy h3 {
  margin: 0;
  font-size: clamp(67px, 6vw, 108px);
  line-height: .91;
  letter-spacing: -.064em;
  font-weight: 400;
}

.ex6-finale-copy h3 span {
  color: rgba(23,23,23,.29);
}

.ex6-finale-copy > p:last-of-type {
  max-width: 650px;
  margin: 30px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(23,23,23,.59);
}

.ex6-finale-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ex6-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 0 22px;
  text-decoration: none;
  font-size: 13px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.ex6-btn-primary {
  min-width: 225px;
  background: #171717;
  color: #f6f3ec;
  box-shadow: 0 20px 45px rgba(23,23,23,.13);
}

.ex6-btn-secondary {
  min-width: 180px;
  border: 1px solid rgba(23,23,23,.14);
  color: #171717;
  background: rgba(255,255,255,.45);
}

.ex6-btn:hover {
  transform: translateY(-2px);
}

.ex6-finale-visual {
  position: relative;
  min-height: 560px;
}

.ex6-final-x {
  position: absolute;
  inset: -4% -20% -2% 6%;
  opacity: .85;
}

.ex6-final-bar {
  position: absolute;
  left: 53%;
  top: 49%;
  width: 128px;
  height: 650px;
  border-radius: 4px;
  background:
    linear-gradient(90deg,
      rgba(128,124,117,.72) 0%,
      rgba(255,255,255,.95) 14%,
      rgba(188,183,175,.84) 42%,
      rgba(255,255,255,.98) 56%,
      rgba(106,103,97,.68) 86%,
      rgba(231,227,218,.9) 100%);
  box-shadow:
    inset 14px 0 22px rgba(255,255,255,.48),
    inset -18px 0 24px rgba(60,60,60,.13),
    0 45px 75px rgba(57,57,57,.12);
}

.ex6-final-bar-a {
  transform: translate(-50%, -50%) rotate(37deg);
}

.ex6-final-bar-b {
  transform: translate(-50%, -50%) rotate(-37deg);
}

.ex6-final-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23,23,23,.16), transparent);
}

.ex6-final-line-a {
  left: 2%;
  right: 2%;
  top: 25%;
}

.ex6-final-line-b {
  left: 14%;
  right: -10%;
  bottom: 24%;
}

.ex6-final-caption {
  position: absolute;
  right: 1%;
  bottom: 4%;
  display: grid;
  justify-items: end;
  gap: 6px;
  font-size: 9px;
  letter-spacing: .18em;
  color: rgba(23,23,23,.40);
}

.ex6-final-caption b {
  font-weight: 450;
}

.ex6-footer {
  position: relative;
  z-index: 3;
  background: #f8f6f1;
  border-top: 1px solid rgba(23,23,23,.10);
}

.ex6-footer-inner {
  min-height: 215px;
  padding-top: 50px;
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: .8fr 1.35fr .85fr;
  gap: 48px;
  align-items: start;
}

.ex6-footer-brand > a {
  display: inline-block;
  color: #151515;
  text-decoration: none;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.055em;
}

.ex6-footer-brand > a span {
  color: #c1beb8;
  text-shadow: 0 1px 0 #fff;
}

.ex6-footer-brand p {
  margin: 15px 0 0;
  font-size: 11px;
  color: rgba(23,23,23,.43);
}

.ex6-footer-nav {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 15px 30px;
}

.ex6-footer-nav a,
.ex6-footer-legal a {
  color: rgba(23,23,23,.65);
  text-decoration: none;
  font-size: 11px;
  transition: color .2s ease;
}

.ex6-footer-nav a:hover,
.ex6-footer-legal a:hover {
  color: #171717;
}

.ex6-footer-legal {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 18px;
  font-size: 10px;
  color: rgba(23,23,23,.39);
}

@media (max-width: 1180px) {
  .ex6-hero,
  .ex6-finale-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ex6-copy {
    max-width: 900px;
  }

  .ex6-visual,
  .ex6-finale-visual {
    width: min(900px, 100%);
    margin: 0 auto;
  }

  .ex6-principles-head {
    grid-template-columns: 1fr;
  }

  .ex6-principle {
    grid-template-columns: 55px minmax(260px,.9fr) 1.1fr;
  }

  .ex6-principle-mark {
    display: none;
  }

  .ex6-footer-inner {
    grid-template-columns: 1fr 1.5fr;
  }

  .ex6-footer-legal {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .ex6-hero {
    padding-top: 105px;
    padding-bottom: 85px;
  }

  .ex6-copy h2 {
    font-size: clamp(56px, 12vw, 82px);
  }

  .ex6-visual {
    min-height: 590px;
  }

  .ex6-layer {
    min-width: 145px;
  }

  .ex6-principles {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .ex6-principle {
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .ex6-principle p {
    grid-column: 2;
  }

  .ex6-finale-grid {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .ex6-finale-copy h3 {
    font-size: clamp(58px, 12vw, 84px);
  }

  .ex6-footer-inner {
    grid-template-columns: 1fr;
  }

  .ex6-footer-nav {
    grid-template-columns: repeat(2, max-content);
  }

  .ex6-footer-legal {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .ex6-visual {
    min-height: 470px;
  }

  .ex6-x-bar {
    width: 80px;
    height: 390px;
  }

  .ex6-x-reflection {
    display: none;
  }

  .ex6-layer {
    min-width: 116px;
    padding: 10px;
    font-size: 8px;
  }

  .ex6-layer-design { top: 12%; }
  .ex6-layer-software { top: 30%; }
  .ex6-layer-ai { bottom: 25%; }
  .ex6-layer-auto { bottom: 12%; }

  .ex6-visual-label {
    font-size: 6px;
  }

  .ex6-finale-visual {
    min-height: 380px;
  }

  .ex6-final-bar {
    width: 86px;
    height: 440px;
  }

  .ex6-footer-nav {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ex6-visual {
    transform: none !important;
  }
}


/* =========================================
   STAGE 06 V2 · ECHELONX BRAND-X KORREKTUR
   ========================================= */

.ex6-stage .ex6-brand-x-wrap {
  position: absolute;
  z-index: 3;
  inset: 2% 1% 3% 9%;
  overflow: visible;
}

.ex6-brand-x-svg {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ex6-brand-x-svg .ex6-plate {
  fill: url(#ex6Titan);
  stroke: rgba(255,255,255,.68);
  stroke-width: 1;
}

.ex6-brand-x-svg .ex6-plate-2 {
  fill: url(#ex6TitanAlt);
}

.ex6-brand-x-svg .ex6-brand-seams path {
  fill: none;
  stroke: rgba(222,189,132,.72);
  stroke-width: 4;
  stroke-linecap: round;
  opacity: .62;
  filter: url(#ex6SoftGlow);
}

.ex6-brand-shine {
  animation: ex6BrandShine 7.4s ease-in-out infinite;
}

@keyframes ex6BrandShine {
  0%, 12% { transform: translateX(0); opacity: 0; }
  22% { opacity: .72; }
  63% { transform: translateX(910px); opacity: .78; }
  74%, 100% { transform: translateX(910px); opacity: 0; }
}

.ex6-brand-x-shadow {
  position: absolute;
  z-index: 1;
  left: 17%;
  right: 7%;
  bottom: 5%;
  height: 74px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(42,42,42,.19), transparent 68%);
  filter: blur(18px);
}

.ex6-brand-x-reflection {
  position: absolute;
  z-index: 2;
  left: 7%;
  right: 0;
  top: 79%;
  height: 29%;
  overflow: hidden;
  transform: scaleY(-1);
  transform-origin: top;
  opacity: .11;
  filter: blur(3px);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.70), transparent 82%);
}

.ex6-brand-x-reflection svg {
  width: 100%;
  height: 260%;
  transform: translateY(-59%);
  fill: #8d8881;
}

/* Das falsche "Rohr-X" aus V1 wird vollständig deaktiviert. */
.ex6-stage .ex6-x,
.ex6-stage .ex6-x-reflection,
.ex6-stage .ex6-x-shadow {
  display: none !important;
}

.ex6-final-brand-x {
  position: absolute;
  z-index: 1;
  inset: -14% -24% -11% 3%;
  opacity: .90;
}

.ex6-final-brand-x svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ex6-layer-design { left: 3%; top: 16%; }
.ex6-layer-software { right: 1%; top: 29%; }
.ex6-layer-ai { left: 6%; bottom: 27%; }
.ex6-layer-auto { right: 2%; bottom: 16%; }

@media (max-width: 820px) {
  .ex6-stage .ex6-brand-x-wrap {
    inset: 3% -2% 4% 3%;
  }

  .ex6-final-brand-x {
    inset: -8% -18% -7% -2%;
  }
}

@media (max-width: 560px) {
  .ex6-brand-x-reflection {
    display: none;
  }

  .ex6-stage .ex6-brand-x-wrap {
    inset: 4% -10% 4% -8%;
  }

  .ex6-final-brand-x {
    inset: 0 -22% 0 -12%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ex6-brand-shine {
    animation: none;
  }
}


/* =========================================
   STAGE 06 V3 · EXACT APPROVED ECHELONX X
   ========================================= */

.ex6-visual {
  min-height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ex6-approved-visual {
  position: relative;
  width: 100%;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ex6-approved-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  aspect-ratio: 950 / 895;
  overflow: hidden;
  background: rgba(255,255,255,.28);
  box-shadow:
    0 34px 74px rgba(50,50,50,.10),
    inset 0 1px rgba(255,255,255,.8);
}

.ex6-approved-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(70,70,70,.08);
}

.ex6-approved-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ex6-approved-topline,
.ex6-approved-bottomline {
  position: absolute;
  z-index: 4;
  left: 1%;
  right: 1%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  letter-spacing: .18em;
  color: rgba(23,23,23,.34);
  pointer-events: none;
}

.ex6-approved-topline { top: 1%; }
.ex6-approved-bottomline { bottom: 1%; }

.ex6-approved-topline b,
.ex6-approved-bottomline b {
  font-weight: 450;
}

/* Disable all former constructed X visuals */
.ex6-stage .ex6-brand-x-wrap,
.ex6-stage .ex6-brand-x-svg,
.ex6-stage .ex6-brand-x-reflection,
.ex6-stage .ex6-brand-x-shadow,
.ex6-stage .ex6-x-wrap,
.ex6-stage .ex6-x,
.ex6-stage .ex6-x-reflection,
.ex6-stage .ex6-x-shadow {
  display: none !important;
}

.ex6-final-approved-x {
  position: absolute;
  z-index: 1;
  inset: -12% -18% -8% 2%;
  overflow: hidden;
  opacity: .24;
  mix-blend-mode: multiply;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.68) 65%, transparent 100%);
}

.ex6-final-approved-x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.45) contrast(.92) brightness(1.08);
}

@media (max-width: 1180px) {
  .ex6-approved-frame { width: min(860px, 100%); }
}

@media (max-width: 820px) {
  .ex6-approved-visual { min-height: 570px; }
  .ex6-approved-frame { width: min(700px, 100%); }
  .ex6-final-approved-x { inset: -4% -16% -4% -6%; }
}

@media (max-width: 560px) {
  .ex6-approved-visual { min-height: 430px; }
  .ex6-approved-topline,
  .ex6-approved-bottomline { font-size: 6px; }
  .ex6-final-approved-x { inset: 0 -22% 0 -12%; }
}


/* ============================================================
   STAGE 06 V4 · DESIGNER FINAL
   - Original freigegebenes EchelonX-X
   - kein sichtbarer Bildrahmen
   - reduzierte Mikrotypografie
   - kompaktere Dramaturgie
   - klarere Unternehmenspositionierung
   ============================================================ */

.ex6-stage {
  background:
    radial-gradient(circle at 74% 16%, rgba(255,255,255,.98), transparent 25%),
    radial-gradient(circle at 12% 30%, rgba(255,255,255,.70), transparent 28%),
    linear-gradient(180deg, #f7f4ef 0%, #ebe6dd 47%, #f5f2ec 100%);
}

/* HERO 10–15 % kompakter */
.ex6-hero {
  min-height: 830px;
  padding-top: 118px;
  padding-bottom: 88px;
  grid-template-columns: minmax(500px,.92fr) minmax(650px,1.08fr);
  gap: clamp(46px, 4.8vw, 88px);
}

.ex6-copy h2 {
  font-size: clamp(62px, 5vw, 88px);
  line-height: .925;
  max-width: 8.7ch;
}

.ex6-copy h2 span {
  display: inline-block;
  margin-top: 7px;
  color: rgba(23,23,23,.29);
}

.ex6-lead {
  max-width: 620px;
  margin-top: 31px;
  font-size: clamp(22px, 1.55vw, 28px);
}

.ex6-text {
  max-width: 610px;
  margin-top: 18px;
  line-height: 1.68;
}

.ex6-meta {
  margin-top: 27px;
}

/* ------------------------------------------------------------
   SEAMLESS BRAND-X
   ------------------------------------------------------------ */
.ex6-visual {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.ex6-v4-xstage {
  position: relative;
  width: 100%;
  min-height: 630px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

/* Kein Kasten, kein Border, kein Bildkarten-Schatten */
.ex6-v4-ximage {
  position: relative;
  z-index: 3;
  display: block;
  width: min(780px, 112%);
  max-width: none;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 30px 32px rgba(55,55,55,.10))
    saturate(.94)
    contrast(1.015);
  transform: translateX(1.5%);
}

/* nur EIN technisches Label außerhalb des bereits beschrifteten Bildes */
.ex6-v4-caption {
  position: absolute;
  z-index: 6;
  top: 5.5%;
  left: 5%;
  font-size: 8px;
  letter-spacing: .19em;
  color: rgba(23,23,23,.30);
}

/* subtile Lichtflächen integrieren das Bild in den Seitenraum */
.ex6-v4-light {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.ex6-v4-light-a {
  width: 520px;
  height: 520px;
  right: 3%;
  top: 8%;
  background: radial-gradient(circle, rgba(255,255,255,.83), rgba(255,255,255,0) 70%);
}

.ex6-v4-light-b {
  width: 430px;
  height: 150px;
  left: 19%;
  bottom: 4%;
  background: radial-gradient(ellipse, rgba(80,80,80,.08), rgba(80,80,80,0) 70%);
  filter: blur(10px);
}

/* Alte V3-Bildkarte sicher entfernen */
.ex6-approved-visual,
.ex6-approved-frame,
.ex6-approved-topline,
.ex6-approved-bottomline {
  display: none !important;
}

/* ------------------------------------------------------------
   PRINZIPIEN: unverändert inhaltlich, minimal kompakter
   ------------------------------------------------------------ */
.ex6-principles {
  padding-top: 98px;
  padding-bottom: 120px;
}

.ex6-principles-head {
  margin-bottom: 58px;
}

.ex6-principle {
  min-height: 116px;
}

/* ------------------------------------------------------------
   FINALE: nur Claim + CTA + ein groß angeschnittenes X
   ------------------------------------------------------------ */
.ex6-finale-grid {
  min-height: 680px;
  padding-top: 108px;
  padding-bottom: 108px;
  grid-template-columns: minmax(620px,1.08fr) minmax(470px,.92fr);
}

.ex6-finale-copy h3 {
  font-size: clamp(64px, 5.6vw, 98px);
}

.ex6-finale-visual {
  min-height: 500px;
  overflow: visible;
}

.ex6-v4-final-x {
  position: absolute;
  z-index: 1;
  inset: -22% -36% -18% -2%;
  opacity: .31;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.ex6-v4-final-x img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter:
    grayscale(.18)
    saturate(.52)
    contrast(.93)
    brightness(1.08);
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0,0,0,.35) 14%,
    rgba(0,0,0,.95) 46%,
    rgba(0,0,0,.75) 80%,
    transparent 100%
  );
}

/* sämtliche alten Finale-Dekorationen aus V1–V3 aus */
.ex6-final-approved-x,
.ex6-final-brand-x,
.ex6-final-x,
.ex6-final-line,
.ex6-final-caption {
  display: none !important;
}

@media (max-width: 1180px) {
  .ex6-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 105px;
  }

  .ex6-copy h2 {
    max-width: 10ch;
    font-size: clamp(62px, 8vw, 92px);
  }

  .ex6-visual {
    min-height: 620px;
  }

  .ex6-v4-ximage {
    width: min(850px, 100%);
    transform: none;
  }

  .ex6-finale-grid {
    grid-template-columns: 1fr;
  }

  .ex6-finale-visual {
    min-height: 420px;
  }

  .ex6-v4-final-x {
    inset: -25% -12% -30% 18%;
  }
}

@media (max-width: 820px) {
  .ex6-hero {
    padding-top: 92px;
    padding-bottom: 72px;
  }

  .ex6-copy h2 {
    font-size: clamp(54px, 12vw, 80px);
  }

  .ex6-visual,
  .ex6-v4-xstage {
    min-height: 520px;
  }

  .ex6-principles {
    padding-top: 78px;
    padding-bottom: 90px;
  }

  .ex6-finale-grid {
    min-height: 0;
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media (max-width: 560px) {
  .ex6-visual,
  .ex6-v4-xstage {
    min-height: 410px;
  }

  .ex6-v4-ximage {
    width: 108%;
  }

  .ex6-v4-caption {
    left: 2%;
    top: 2%;
    font-size: 6px;
  }

  .ex6-finale-visual {
    min-height: 330px;
  }

  .ex6-v4-final-x {
    inset: -10% -24% -14% 6%;
  }
}


/* ============================================================
   STAGE 07 · RESPONSIVE + UX FINAL
   Ziel: Desktop, Laptop, Tablet und Smartphone bewusst komponiert
   ============================================================ */

html {
  scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
  overscroll-behavior-x: none;
}

section[id],
article[id] {
  scroll-margin-top: calc(var(--header-h) + 18px);
}

img,
video {
  max-width: 100%;
}

.desktop-nav a,
.header-link,
.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

/* Header: auf kleineren Geräten bewusst kompakter und stabiler */
.site-header {
  padding-left: max(28px, env(safe-area-inset-left));
  padding-right: max(28px, env(safe-area-inset-right));
}

.mobile-menu {
  padding-bottom: max(48px, calc(28px + env(safe-area-inset-bottom)));
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mobile-menu nav {
  width: min(100%, 720px);
  margin-inline: auto;
}

/* Große Texte: Schutz vor problematischen Überläufen */
.hero h1,
.positioning h2,
.system-heading h2,
.chapter-body h3,
.proof-intro h2,
.proof-outro h2,
.proof-copy h3,
.xelia-bridge h2,
.xelia-copy h2,
.xelia-principles-head h3,
.xelia-outro h3,
.references-head h2,
.references-outro h3,
.website-check-v3 h2,
.website-check-v3 h3,
.ex6-copy h2,
.ex6-principles-head h3,
.ex6-finale-copy h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* Touch-Ziele */
.button,
.wc3-primary,
.wc3-secondary,
.ex6-btn,
.xelia-text-link {
  min-height: 48px;
}

/* =========================================
   LAPTOP / SMALL DESKTOP
   ========================================= */
@media (max-width: 1180px) {
  :root {
    --shell: min(90vw, 980px);
  }

  .site-header {
    padding-inline: 5vw;
  }

  .header-actions {
    gap: 10px;
  }

  .hero-copy {
    width: min(620px, 58vw);
  }

  .positioning-inner {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .proof-intro {
    padding-top: 125px;
    padding-bottom: 95px;
  }

  .xelia-feature-grid {
    gap: 34px;
  }

  .references-intro {
    padding-bottom: 70px;
  }

  .website-check-v3 .wc3-hero {
    gap: 68px;
  }

  .ex6-hero {
    gap: 52px;
  }
}

/* =========================================
   TABLET / PORTRAIT LAPTOP
   ========================================= */
@media (max-width: 900px) {
  :root {
    --shell: min(88vw, 760px);
  }

  .site-header {
    padding-inline: 6vw;
  }

  .header-cta {
    min-height: 44px;
  }

  /* Hero */
  .hero {
    min-height: 100dvh;
  }

  .hero-content {
    min-height: 100dvh;
  }

  .hero-copy {
    width: 100%;
    max-width: 610px;
  }

  /* System */
  .system-heading {
    padding-top: 102px;
    padding-bottom: 66px;
  }

  .system-chapter {
    padding-block: 72px;
  }

  /* Command */
  .proof-intro {
    padding-top: 105px;
    padding-bottom: 76px;
  }

  .proof-step {
    padding-block: 70px;
  }

  .proof-visual {
    width: 100%;
  }

  /* Xelia */
  .xelia-copy {
    padding-top: 90px;
  }

  .xelia-visual,
  .xelia-video-wrap {
    min-height: 570px;
  }

  .xelia-principles {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  /* Referenzen */
  .references-stage {
    padding-top: 98px;
  }

  .references-intro {
    gap: 34px;
    padding-bottom: 56px;
  }

  .references-grid .reference-visual {
    height: clamp(260px, 47vw, 350px);
  }

  /* Website Check */
  .website-check-v3 .wc3-hero {
    gap: 58px;
  }

  .website-check-v3 .wc3-copy {
    max-width: 720px;
  }

  .website-check-v3 .wc3-core {
    width: 100%;
  }

  /* Über EchelonX */
  .ex6-hero {
    padding-top: 92px;
    padding-bottom: 72px;
  }

  .ex6-v4-ximage {
    width: min(760px, 100%);
  }
}

/* =========================================
   MOBILE
   ========================================= */
@media (max-width: 720px) {
  :root {
    --header-h: 68px;
    --shell: min(89vw, 620px);
  }

  html {
    scroll-padding-top: calc(var(--header-h) + 12px);
  }

  section[id],
  article[id] {
    scroll-margin-top: calc(var(--header-h) + 12px);
  }

  .site-header {
    height: var(--header-h);
    padding-inline: 5.5vw;
    background: rgba(247,245,240,.76);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
    box-shadow: 0 1px 0 rgba(17,17,17,.07);
  }

  .brand {
    font-size: 24px;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    margin-right: -10px;
  }

  .mobile-menu {
    inset: var(--header-h) 0 0;
    z-index: 95;
    padding: 24px 5.5vw max(34px, calc(24px + env(safe-area-inset-bottom)));
    background:
      radial-gradient(circle at 92% 8%, rgba(255,255,255,.92), transparent 32%),
      rgba(245,242,235,.985);
  }

  .mobile-menu a {
    min-height: 54px;
    font-size: clamp(27px, 8.5vw, 38px);
  }

  .mobile-menu .mobile-primary {
    margin-top: 22px;
    min-height: 58px;
    font-size: 15px;
  }

  /* ---------- HERO ---------- */
  .hero,
  .hero-content {
    min-height: 100dvh;
  }

  .hero-video {
    object-position: 61% center;
  }

  .hero-wash {
    background:
      linear-gradient(180deg,
        rgba(247,245,240,.93) 0%,
        rgba(247,245,240,.78) 34%,
        rgba(247,245,240,.20) 59%,
        rgba(247,245,240,.06) 73%,
        rgba(247,245,240,.20) 100%);
  }

  .hero-content {
    align-items: flex-start;
    padding-top: max(118px, 15dvh);
    padding-bottom: 142px;
  }

  .hero h1 {
    font-size: clamp(49px, 14.1vw, 68px);
    line-height: .94;
    max-width: 8.9ch;
  }

  .hero-lead {
    max-width: 95%;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.48;
  }

  .hero-actions {
    width: min(100%, 355px);
    display: grid;
    gap: 9px;
    margin-top: 24px;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: space-between;
  }

  .hero-controls {
    left: 5.5vw;
    right: 5.5vw;
    bottom: max(16px, env(safe-area-inset-bottom));
  }

  .sound-toggle {
    min-height: 42px;
  }

  /* ---------- POSITIONIERUNG ---------- */
  .positioning-inner {
    padding-top: 92px;
    padding-bottom: 116px;
  }

  .positioning h2 {
    font-size: clamp(43px, 12.3vw, 62px);
    line-height: 1;
  }

  .positioning-copy {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.58;
  }

  .positioning-proof {
    margin-top: 32px;
  }

  .titan-origin {
    height: 75px;
  }

  /* ---------- SYSTEM ---------- */
  .system-heading {
    padding-top: 88px;
    padding-bottom: 54px;
  }

  .system-heading h2 {
    font-size: clamp(40px, 11.2vw, 56px);
  }

  .system-chapter {
    padding-block: 62px;
  }

  .chapter-number {
    padding-top: 0;
  }

  .chapter-body h3 {
    font-size: clamp(37px, 10.5vw, 53px);
    line-height: 1.02;
  }

  .chapter-body > p:not(.chapter-kicker) {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.56;
  }

  .chapter-flow {
    margin-top: 27px;
  }

  /* ---------- COMMAND ---------- */
  .next-inner {
    padding-block: 84px;
  }

  .next-inner h2,
  .proof-intro h2,
  .proof-outro h2 {
    font-size: clamp(43px, 11.7vw, 62px);
  }

  .proof-intro {
    padding-top: 92px;
    padding-bottom: 64px;
  }

  .proof-intro-label {
    margin-top: 0;
  }

  .proof-step {
    padding-block: 62px;
  }

  .proof-copy h3 {
    font-size: clamp(38px, 10.4vw, 52px);
  }

  .proof-copy > p {
    margin-top: 20px;
    line-height: 1.55;
  }

  .command-screen {
    width: calc(100% + 18px);
    margin-left: -9px;
    border-radius: 11px;
  }

  .proof-outro {
    padding-top: 86px;
    padding-bottom: 100px;
  }

  /* ---------- XELIA ---------- */
  .xelia-bridge {
    min-height: auto;
  }

  .xelia-bridge-inner {
    padding-top: 92px;
    padding-bottom: 94px;
  }

  .xelia-bridge h2 {
    font-size: clamp(45px, 11.8vw, 64px);
  }

  .xelia-copy {
    padding-top: 82px;
    padding-bottom: 24px;
  }

  .xelia-copy h2 {
    font-size: clamp(55px, 15vw, 78px);
    line-height: .92;
  }

  .xelia-lead {
    margin-top: 26px;
    line-height: 1.56;
  }

  .xelia-actions {
    margin-top: 28px;
  }

  .xelia-visual {
    min-height: 500px;
  }

  .xelia-video-wrap {
    min-height: 500px;
    height: min(66dvh, 620px);
  }

  .xelia-video {
    object-position: 50% 44%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
  }

  .xelia-sound-toggle {
    left: 4%;
    bottom: 16px;
    min-height: 46px;
  }

  .xelia-video-signature {
    right: 4%;
    bottom: 18px;
  }

  .xelia-signal-row span {
    min-height: 68px;
    padding-block: 12px;
  }

  .xelia-principles {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .xelia-principle-list {
    margin-top: 58px;
  }

  .xelia-principle-list article {
    padding-block: 27px;
  }

  .xelia-principle-list p {
    font-size: 16px;
  }

  .xelia-outro {
    padding-top: 88px;
    padding-bottom: 98px;
  }

  /* ---------- REFERENZEN ---------- */
  .references-stage {
    padding-top: 86px;
  }

  .references-intro {
    gap: 28px;
    padding-bottom: 46px;
  }

  .references-meta {
    font-size: 9px;
  }

  .references-head h2 {
    margin-top: 3px;
    font-size: clamp(52px, 14.6vw, 76px);
    line-height: .93;
  }

  .references-head > p:not(.section-kicker) {
    width: 100%;
    font-size: 16px;
    line-height: 1.56;
  }

  .references-grid .reference-visual {
    height: 230px;
  }

  .references-grid .reference-copy {
    padding: 24px 21px 27px;
  }

  .references-grid .reference-copy h3 {
    font-size: clamp(37px, 11vw, 52px);
    overflow-wrap: anywhere;
  }

  .references-grid .reference-copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .references-outro {
    padding-top: 86px;
    padding-bottom: 96px;
  }

  .references-outro h3 {
    font-size: clamp(50px, 13.5vw, 70px);
  }

  /* ---------- WEBSITE CHECK ---------- */
  .website-check-v3 {
    padding-top: 86px;
  }

  .website-check-v3 .wc3-hero {
    gap: 48px;
    padding-bottom: 82px;
  }

  .website-check-v3 .wc3-copy h2 {
    font-size: clamp(51px, 13.1vw, 70px);
    line-height: .94;
  }

  .website-check-v3 .wc3-lead {
    margin-top: 25px;
    font-size: 20px;
  }

  .website-check-v3 .wc3-text {
    font-size: 15px;
    line-height: 1.58;
  }

  .website-check-v3 .wc3-actions {
    display: grid;
    width: 100%;
    gap: 9px;
  }

  .website-check-v3 .wc3-primary,
  .website-check-v3 .wc3-secondary {
    width: 100%;
    justify-content: space-between;
  }

  .website-check-v3 .wc3-trustline {
    gap: 8px 10px;
  }

  .website-check-v3 .wc3-core {
    min-height: 0 !important;
    padding: 20px 14px 18px !important;
  }

  .website-check-v3 .wc3-core-top,
  .website-check-v3 .wc3-core-footer {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    font-size: 7px;
  }

  .website-check-v3 .wc3-core-top {
    margin-bottom: 16px;
  }

  .website-check-v3 .wc3-core-footer {
    margin-top: 15px;
  }

  .website-check-v3 .wc3-showcase {
    display: block;
    padding: 0;
  }

  .website-check-v3 .wc3-showcase-frame {
    width: 100%;
  }

  .website-check-v3 .wc3-showcase-image {
    aspect-ratio: 1.08;
    object-position: center top;
  }

  .website-check-v3 .wc3-kpi-panel {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
  }

  .website-check-v3 .wc3-kpi-panel strong {
    font-size: 25px;
  }

  .website-check-v3 .wc3-float-card {
    display: none;
  }

  .website-check-v3 .wc3-layers {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .website-check-v3 .wc3-layers-head {
    margin-bottom: 36px;
  }

  .website-check-v3 .wc3-layers-head h3 {
    font-size: clamp(48px, 12.5vw, 66px);
  }

  .website-check-v3 .wc3-layer {
    min-height: 92px;
    padding-block: 20px;
  }

  .website-check-v3 .wc3-cta {
    padding-top: 78px;
    padding-bottom: 84px;
  }

  .website-check-v3 .wc3-cta-copy h3 {
    font-size: clamp(49px, 12.7vw, 68px);
  }

  .website-check-v3 .wc3-cta-action {
    min-height: 300px;
  }

  /* ---------- ECHELONX / ABOUT ---------- */
  .ex6-hero {
    padding-top: 82px;
    padding-bottom: 66px;
  }

  .ex6-copy h2 {
    max-width: 10ch;
    font-size: clamp(50px, 12.7vw, 70px);
    line-height: .94;
  }

  .ex6-lead {
    margin-top: 26px;
    font-size: 20px;
  }

  .ex6-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .ex6-meta {
    gap: 9px;
    margin-top: 23px;
  }

  .ex6-visual,
  .ex6-v4-xstage {
    min-height: 470px;
  }

  .ex6-v4-ximage {
    width: 105%;
  }

  .ex6-v4-caption {
    font-size: 6px;
  }

  .ex6-principles {
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .ex6-principles-head {
    margin-bottom: 36px;
  }

  .ex6-principles-head h3 {
    font-size: clamp(47px, 12.4vw, 65px);
  }

  .ex6-principle {
    min-height: 0;
    padding-block: 24px;
  }

  .ex6-principle h4 {
    font-size: 27px;
  }

  .ex6-principle p {
    font-size: 15px;
    line-height: 1.56;
  }

  .ex6-finale-grid {
    padding-top: 80px;
    padding-bottom: 84px;
  }

  .ex6-finale-copy h3 {
    font-size: clamp(49px, 12.6vw, 68px);
  }

  .ex6-finale-copy > p:last-of-type {
    font-size: 15px;
    line-height: 1.58;
  }

  .ex6-finale-actions {
    display: grid;
    width: 100%;
  }

  .ex6-btn {
    width: 100%;
  }

  .ex6-finale-visual {
    min-height: 310px;
  }

  .ex6-footer-inner {
    padding-top: 38px;
    padding-bottom: max(34px, calc(22px + env(safe-area-inset-bottom)));
    gap: 34px;
  }
}

/* =========================================
   SMALL PHONES
   ========================================= */
@media (max-width: 430px) {
  :root {
    --shell: min(90vw, 390px);
  }

  .hero h1 {
    font-size: clamp(47px, 13.5vw, 59px);
  }

  .hero-content {
    padding-top: max(108px, 14dvh);
  }

  .sound-toggle {
    padding-inline: 11px;
  }

  .sound-label {
    letter-spacing: .10em;
  }

  .positioning h2,
  .next-inner h2,
  .proof-intro h2,
  .proof-outro h2,
  .xelia-bridge h2,
  .xelia-principles-head h3,
  .xelia-outro h3 {
    letter-spacing: -.048em;
  }

  .command-screen {
    width: calc(100% + 12px);
    margin-left: -6px;
  }

  .xelia-visual,
  .xelia-video-wrap {
    min-height: 470px;
  }

  .xelia-video-wrap {
    height: min(62dvh, 560px);
  }

  .references-grid .reference-visual {
    height: 214px;
  }

  .website-check-v3 .wc3-copy h2,
  .ex6-copy h2 {
    letter-spacing: -.052em;
  }

  .website-check-v3 .wc3-chip-row {
    gap: 6px;
  }

  .website-check-v3 .wc3-chip-row span {
    padding-inline: 8px;
    font-size: 8px;
  }

  .ex6-v4-ximage {
    width: 112%;
  }

  .ex6-footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 13px 22px;
  }

  .ex6-footer-legal {
    gap: 10px 14px;
  }
}

/* =========================================
   MOBILE LANDSCAPE / SHORT VIEWPORTS
   ========================================= */
@media (max-height: 650px) and (orientation: landscape) {
  .hero,
  .hero-content {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 110px;
    padding-bottom: 105px;
  }

  .hero-controls {
    position: absolute;
  }

  .xelia-video-wrap {
    height: 620px;
  }
}

/* =========================================
   POINTER / HOVER FALLBACKS
   ========================================= */
@media (hover: none) {
  .reference-card:hover .reference-image,
  .reference-card:hover .reference-sheen,
  .ex6-principle:hover,
  .button:hover,
  .ex6-btn:hover {
    transform: none;
  }
}

/* =========================================
   REDUCED MOTION
   ========================================= */
@media (prefers-reduced-motion: reduce) {
  .hero-video {
    animation: none !important;
  }

  .reference-sheen,
  .screen-glow,
  .ex6-v4-light {
    animation: none !important;
    transition: none !important;
  }
}


/* ============================================================
   STAGE 07 V2 · SCROLLFIX
   Sticky-Rails wieder wie vor Stage 07.
   ============================================================ */

html,
body {
  overflow-x: visible;
}

/* Überbreite Dekoration nur lokal begrenzen. */
.hero,
.xelia-stage,
.references-stage,
.website-check-v3,
.ex6-stage {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .xelia-stage,
  .references-stage,
  .website-check-v3 {
    overflow-x: hidden;
  }
}


/* ============================================================
   STAGE 08 · WEBSEITEN + KI-AGENTEN SUBPAGES
   ============================================================ */

.offer-subpage {
  --offer-shell: min(92vw, 1320px);
  background:
    radial-gradient(circle at 84% 10%, rgba(255,255,255,.9), transparent 24%),
    radial-gradient(circle at 10% 22%, rgba(255,255,255,.72), transparent 18%),
    linear-gradient(180deg, #f7f4ef 0%, #ece6de 52%, #f7f4ef 100%);
  color: #171717;
}

.offer-page-main {
  overflow-x: clip;
}

.offer-subpage .shell {
  width: var(--offer-shell);
  max-width: 100%;
}

.subpage-header .desktop-nav a[aria-current="page"],
.mobile-menu a[aria-current="page"] {
  color: #171717;
  opacity: 1;
}

.subpage-header .desktop-nav a[aria-current="page"]::after {
  width: 100%;
  opacity: 1;
}

.offer-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(430px, .95fr) minmax(520px, 1.05fr);
  gap: clamp(44px, 5vw, 90px);
  align-items: center;
  padding-top: max(130px, 16vh);
  padding-bottom: 110px;
}

.offer-copy h1 {
  margin: 0;
  font-size: clamp(66px, 6.2vw, 108px);
  line-height: .92;
  letter-spacing: -.052em;
  max-width: 8.2ch;
}

.offer-copy h1 span {
  color: rgba(23,23,23,.34);
}

.offer-kicker {
  margin: 0 0 16px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(23,23,23,.48);
}

.offer-lead {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.48;
  color: rgba(23,23,23,.88);
}

.offer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.offer-badges span,
.offer-note {
  color: rgba(23,23,23,.62);
}

.offer-badges span {
  padding: 10px 14px;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.54);
  backdrop-filter: blur(10px);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.offer-note {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: .03em;
}

.offer-visual {
  position: relative;
  min-height: 720px;
  isolation: isolate;
}

.offer-x-backdrop {
  position: absolute;
  inset: 4% 8% 10% 8%;
  background: center / contain no-repeat url('../img/echelonx-stage06-x-seamless.webp');
  opacity: .22;
  filter: saturate(.6) contrast(.92) brightness(1.05);
  z-index: 1;
}

.offer-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  width: 250px;
  min-height: 210px;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(239,233,224,.82));
  box-shadow:
    0 32px 65px rgba(50,50,50,.12),
    inset 0 1px 0 rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.82);
  transform-style: preserve-3d;
}

.offer-card-primary {
  left: 0;
  top: 10%;
}

.offer-card-copy {
  display: grid;
  gap: 8px;
}

.offer-mini-label {
  font-size: 10px;
  letter-spacing: .22em;
  color: rgba(23,23,23,.42);
}

.offer-card strong {
  font-size: 52px;
  line-height: .95;
  letter-spacing: -.05em;
}

.offer-card strong small {
  font-size: 18px;
  color: rgba(23,23,23,.54);
}

.offer-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(23,23,23,.72);
}

.offer-shot {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 32px 72px rgba(50,50,50,.13);
  border: 1px solid rgba(255,255,255,.82);
}

.offer-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-shot-a {
  right: 0;
  top: 0;
  width: min(100%, 430px);
  height: 500px;
  z-index: 3;
}

.offer-shot-b {
  left: 18%;
  bottom: 3%;
  width: min(100%, 310px);
  height: 250px;
  z-index: 4;
}

.offer-shot-c {
  right: 8%;
  bottom: 10%;
  width: min(100%, 270px);
  height: 210px;
  z-index: 2;
}

.offer-hero-ai .offer-copy h1 {
  max-width: 8.8ch;
}

.offer-visual-ai .offer-card-primary {
  left: auto;
  right: -1%;
  top: 14%;
}

.offer-explainer,
.offer-plans,
.offer-included,
.offer-faq,
.offer-cross,
.agent-grid-shell {
  padding-top: 110px;
}

.offer-explainer {
  padding-bottom: 34px;
}

.offer-section-head h2,
.offer-explainer-head h2 {
  margin: 0;
  font-size: clamp(54px, 5.3vw, 86px);
  line-height: .94;
  letter-spacing: -.05em;
  max-width: 11ch;
}

.offer-section-head > p:last-child,
.offer-explainer-head + p,
.offer-section-head + p {
  color: rgba(23,23,23,.72);
}

.offer-explainer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.offer-explainer-grid article,
.offer-included-grid article,
.agent-card {
  padding: 26px 24px 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.8), rgba(244,238,230,.7));
  border: 1px solid rgba(255,255,255,.84);
  box-shadow:
    0 18px 40px rgba(55,55,55,.08),
    inset 0 1px 0 rgba(255,255,255,.85);
}

.offer-explainer-grid h3,
.offer-included-grid h3,
.agent-card strong {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.02;
  letter-spacing: -.03em;
}

.offer-explainer-grid p,
.offer-included-grid p,
.agent-card p {
  margin: 0;
  color: rgba(23,23,23,.72);
  line-height: 1.58;
}

.offer-band {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(460px, 1.1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 26px;
  padding: 18px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(242,235,227,.76));
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 24px 54px rgba(55,55,55,.09);
}

.offer-band-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 28px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 80% 12%, rgba(255,255,255,.88), transparent 34%),
    linear-gradient(180deg, rgba(233,228,220,.9), rgba(250,248,244,.8));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}

.offer-band-label {
  font-size: 11px;
  letter-spacing: .24em;
  color: rgba(23,23,23,.46);
}

.offer-band-price strong {
  margin-top: 10px;
  font-size: clamp(52px, 4vw, 74px);
  line-height: .92;
  letter-spacing: -.06em;
}

.offer-band-price small,
.offer-band-price p,
.offer-band-price em {
  font-style: normal;
  color: rgba(23,23,23,.62);
}

.offer-band-price em {
  margin-top: 8px;
  font-weight: 600;
  color: #171717;
}

.offer-band-content {
  padding: 12px 10px 12px 6px;
}

.offer-band-content h3 {
  margin: 4px 0 18px;
  font-size: clamp(32px, 2.6vw, 44px);
  line-height: .99;
  letter-spacing: -.04em;
  max-width: 16ch;
}

.offer-band-content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-band-content li {
  position: relative;
  padding-left: 20px;
  color: rgba(23,23,23,.8);
  line-height: 1.45;
}

.offer-band-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #b7b2aa, #736d65);
}

.offer-band-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
}

.offer-band-actions span {
  color: rgba(23,23,23,.6);
  font-size: 14px;
  line-height: 1.45;
}

.offer-buy {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(300px, .8fr);
  gap: 30px;
  align-items: center;
  padding-top: 110px;
}

.offer-buy-copy h2,
.offer-cross-copy h2 {
  margin: 0;
  font-size: clamp(54px, 5.3vw, 86px);
  line-height: .94;
  letter-spacing: -.05em;
  max-width: 8.6ch;
}

.offer-buy-copy p,
.offer-cross-copy p {
  max-width: 60ch;
  color: rgba(23,23,23,.74);
  line-height: 1.62;
}

.offer-buy-panel {
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(242,235,227,.76));
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 24px 54px rgba(55,55,55,.09);
}

.offer-buy-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(23,23,23,.08);
}

.offer-buy-line:last-child {
  border-bottom: 0;
}

.offer-buy-line span {
  color: rgba(23,23,23,.58);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}

.offer-buy-line strong {
  font-size: 30px;
  letter-spacing: -.04em;
}

.offer-included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.offer-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.offer-faq-list details {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.84);
  box-shadow: 0 14px 34px rgba(55,55,55,.06);
}

.offer-faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -.02em;
}

.offer-faq-list summary::-webkit-details-marker {
  display: none;
}

.offer-faq-list p {
  margin: 12px 0 0;
  color: rgba(23,23,23,.72);
  line-height: 1.58;
}

.offer-cross {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(360px, .95fr);
  gap: 30px;
  align-items: center;
  padding-bottom: 120px;
}

.offer-cross-card {
  display: grid;
  gap: 10px;
  padding: 30px 30px 32px;
  text-decoration: none;
  color: #171717;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255,255,255,.95), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(240,233,225,.8));
  border: 1px solid rgba(255,255,255,.88);
  box-shadow: 0 28px 60px rgba(55,55,55,.10);
  transform-style: preserve-3d;
}

.offer-cross-card span,
.agent-card span {
  font-size: 10px;
  letter-spacing: .22em;
  color: rgba(23,23,23,.46);
  text-transform: uppercase;
}

.offer-cross-card strong {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.04em;
}

.offer-cross-card em,
.agent-card em {
  font-style: normal;
  color: rgba(23,23,23,.62);
}

.agent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.agent-card strong {
  display: block;
  margin-top: 10px;
  font-size: 34px;
}

.agent-card em {
  display: block;
  margin-top: 14px;
  font-size: 14px;
}

/* ------------------------------------------------------------
   Responsive for subpages
   ------------------------------------------------------------ */
@media (max-width: 1180px) {
  .offer-hero,
  .offer-buy,
  .offer-cross {
    grid-template-columns: 1fr;
  }

  .offer-hero {
    min-height: auto;
    padding-top: 120px;
  }

  .offer-visual {
    min-height: 640px;
  }

  .offer-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agent-grid,
  .offer-explainer-grid {
    grid-template-columns: 1fr;
  }

  .offer-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .offer-copy h1 {
    font-size: clamp(54px, 10vw, 82px);
    max-width: 10ch;
  }

  .offer-lead {
    font-size: 19px;
  }

  .offer-shot-a {
    width: min(100%, 390px);
    height: 440px;
  }

  .offer-shot-b {
    left: 8%;
  }

  .offer-card-primary {
    left: 2%;
  }

  .offer-visual-ai .offer-card-primary {
    right: 1%;
  }

  .offer-band-content ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .offer-hero {
    padding-top: max(110px, 14svh);
    padding-bottom: 80px;
    gap: 34px;
  }

  .offer-kicker {
    font-size: 10px;
  }

  .offer-copy h1,
  .offer-section-head h2,
  .offer-explainer-head h2,
  .offer-buy-copy h2,
  .offer-cross-copy h2 {
    font-size: clamp(42px, 12vw, 60px);
    max-width: 100%;
  }

  .offer-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .offer-badges {
    margin-top: 22px;
  }

  .offer-badges span {
    padding: 9px 12px;
    font-size: 10px;
  }

  .offer-actions {
    display: grid;
    width: 100%;
  }

  .offer-actions .button {
    width: 100%;
    justify-content: space-between;
  }

  .offer-visual {
    min-height: 480px;
  }

  .offer-card {
    width: 190px;
    min-height: 155px;
    padding: 18px;
    border-radius: 22px;
  }

  .offer-card strong {
    font-size: 36px;
  }

  .offer-card strong small {
    font-size: 14px;
  }

  .offer-card p {
    font-size: 12px;
  }

  .offer-shot {
    border-radius: 22px;
  }

  .offer-shot-a {
    width: 72%;
    height: 320px;
  }

  .offer-shot-b {
    width: 46%;
    height: 150px;
    left: 0;
    bottom: 2%;
  }

  .offer-shot-c {
    width: 42%;
    height: 126px;
    right: 3%;
    bottom: 5%;
  }

  .offer-card-primary {
    top: 8%;
    left: 0;
  }

  .offer-visual-ai .offer-card-primary {
    right: 0;
    left: auto;
  }

  .offer-explainer,
  .offer-plans,
  .offer-included,
  .offer-faq,
  .offer-cross,
  .agent-grid-shell,
  .offer-buy {
    padding-top: 78px;
  }

  .offer-band {
    margin-top: 18px;
    padding: 14px;
    border-radius: 24px;
  }

  .offer-band-price,
  .offer-buy-panel,
  .offer-cross-card,
  .offer-explainer-grid article,
  .offer-included-grid article,
  .agent-card {
    border-radius: 20px;
  }

  .offer-band-price {
    padding: 22px 20px;
  }

  .offer-band-content {
    padding: 4px 6px 8px;
  }

  .offer-band-content h3 {
    font-size: 28px;
    max-width: 100%;
  }

  .offer-band-actions {
    display: grid;
  }

  .offer-band-actions .button {
    width: 100%;
  }

  .offer-buy-panel {
    padding: 22px;
  }

  .offer-buy-line strong {
    font-size: 24px;
  }

  .offer-included-grid {
    grid-template-columns: 1fr;
  }

  .offer-faq-list summary {
    font-size: 18px;
  }

  .offer-cross {
    padding-bottom: 92px;
  }

  .offer-cross-card strong,
  .agent-card strong {
    font-size: 28px;
  }
}

@media (max-width: 430px) {
  .offer-hero {
    padding-top: max(100px, 12svh);
  }

  .offer-copy h1 {
    font-size: clamp(38px, 11.6vw, 54px);
    letter-spacing: -.048em;
  }

  .offer-visual {
    min-height: 420px;
  }

  .offer-x-backdrop {
    inset: 10% -6% 14% -6%;
  }

  .offer-card {
    width: 170px;
    min-height: 144px;
  }

  .offer-card strong {
    font-size: 31px;
  }

  .offer-shot-a {
    width: 74%;
    height: 280px;
  }

  .offer-shot-b {
    width: 50%;
    height: 138px;
  }

  .offer-shot-c {
    width: 44%;
    height: 110px;
  }
}


/* STAGE 08 V2 · Preisfelder mit dezenten Website-Beispielen */
.offer-band-price {
  justify-content: flex-start;
}

.offer-band-price small {
  margin-top: 10px;
}

.offer-band-price em {
  margin-top: 24px;
}

.offer-band-price > p {
  margin-top: auto;
}

.offer-price-gallery {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  grid-template-rows: repeat(2, 88px);
  gap: 10px;
  margin-top: 22px;
  min-height: 186px;
}

.offer-price-thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: 0 14px 30px rgba(55,55,55,.08);
  background: rgba(255,255,255,.68);
}

.offer-price-thumb.is-large {
  grid-row: 1 / span 2;
}

.offer-price-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(0,0,0,.18) 100%);
  pointer-events: none;
}

.offer-price-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) brightness(1.02);
  transform: scale(1.01);
}

.offer-price-thumb figcaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 1;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(10px);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(23,23,23,.72);
}

@media (max-width: 720px) {
  .offer-price-gallery {
    grid-template-rows: repeat(2, 72px);
    min-height: 154px;
  }

  .offer-price-thumb {
    border-radius: 16px;
  }

  .offer-price-thumb figcaption {
    left: 10px;
    bottom: 8px;
    font-size: 9px;
    letter-spacing: .13em;
  }
}


/* ============================================================
   STAGE 08 V3 · DESIGNER PRICING
   Editoriale Pricing-Flächen statt SaaS-Tarifkarten
   ============================================================ */

/* Subpage-Header: stabiler bei breiten Desktop-Auflösungen */
.subpage-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: clamp(22px, 2.2vw, 42px);
}

.subpage-header .desktop-nav {
  justify-self: center;
  min-width: 0;
}

.subpage-header .header-actions {
  white-space: nowrap;
}

/* CTAs auf Angebotsseiten klarer und verkaufsstärker */
.offer-subpage .button-primary {
  background: #151515;
  border-color: #151515;
  color: #fff;
}

.offer-subpage .button-primary:hover {
  background: #000;
  border-color: #000;
}

.offer-subpage .button-secondary {
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(12px);
}

/* Paketsektion: weniger SaaS, mehr Editorial / Platinum */
.offer-plans {
  padding-top: 122px;
}

.offer-band {
  position: relative;
  grid-template-columns: minmax(335px, .88fr) minmax(520px, 1.12fr);
  gap: 0;
  margin-top: 24px;
  padding: 1px;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.93), rgba(205,198,189,.30) 52%, rgba(255,255,255,.74));
  border: 1px solid rgba(23,23,23,.075);
  box-shadow:
    0 24px 54px rgba(55,55,55,.075),
    inset 0 1px 0 rgba(255,255,255,.86);
}

.offer-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 39%, rgba(255,255,255,.36) 48%, transparent 57%);
  opacity: .45;
}

.offer-band-price {
  position: relative;
  z-index: 2;
  min-height: 520px;
  padding: 30px 30px 26px;
  border-radius: 20px 0 0 20px;
  background:
    radial-gradient(circle at 74% 8%, rgba(255,255,255,.96), transparent 30%),
    linear-gradient(180deg, rgba(235,230,223,.92), rgba(247,244,239,.84));
  box-shadow: inset -1px 0 0 rgba(23,23,23,.07);
}

.offer-band-price strong {
  margin-top: 18px;
  font-size: clamp(56px, 4.6vw, 78px);
}

.offer-band-price small {
  margin-top: 10px;
}

.offer-band-price em {
  margin-top: 18px;
}

.offer-band-price > p {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 14px;
}

.offer-band-content {
  position: relative;
  z-index: 2;
  padding: 34px 34px 30px;
  background: rgba(255,255,255,.50);
  backdrop-filter: blur(16px);
}

.offer-band-content h3,
.offer-band-headline {
  margin-top: 0;
  max-width: 18ch;
  font-size: clamp(30px, 2.35vw, 39px);
  line-height: 1.015;
  letter-spacing: -.042em;
}

.offer-band-content ul {
  margin-top: 26px;
  gap: 11px 24px;
}

.offer-band-content li {
  font-size: 15px;
}

.offer-band-actions {
  margin-top: 30px;
}

.offer-band-actions .button {
  min-width: 190px;
  min-height: 50px;
}

.offer-band-actions > span {
  max-width: 310px;
  font-size: 13px;
  text-align: right;
}

/* Business subtil als Empfehlung, ohne SaaS-Sticker-Look */
.offer-band.is-recommended {
  border-color: rgba(23,23,23,.14);
  box-shadow:
    0 34px 76px rgba(55,55,55,.105),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.offer-recommended {
  position: absolute;
  top: 19px;
  right: 24px;
  z-index: 8;
  padding: 7px 10px;
  border: 1px solid rgba(23,23,23,.10);
  background: rgba(247,244,239,.70);
  backdrop-filter: blur(10px);
  font-size: 8px;
  letter-spacing: .20em;
  color: rgba(23,23,23,.53);
}

/* ------------------------------------------------------------
   Mini-Website-Kompositionen im Preisfeld
   ------------------------------------------------------------ */
.offer-site-stack {
  position: relative;
  height: 235px;
  margin-top: 22px;
  perspective: 900px;
}

.offer-site-mock {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #f8f6f2;
  border: 1px solid rgba(255,255,255,.86);
  box-shadow:
    0 19px 38px rgba(53,53,53,.14),
    0 1px 0 rgba(255,255,255,.95) inset;
  transform-origin: center;
}

.offer-site-mock-1 {
  z-index: 4;
  left: 1%;
  top: 13px;
  width: 74%;
  height: 185px;
  transform: rotate(-2.1deg);
}

.offer-site-mock-2 {
  z-index: 3;
  right: 0;
  top: 3px;
  width: 50%;
  height: 126px;
  transform: rotate(3deg);
}

.offer-site-mock-3 {
  z-index: 5;
  right: 2%;
  bottom: 2px;
  width: 54%;
  height: 118px;
  transform: rotate(1.4deg);
}

.offer-site-chrome {
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 8px;
  background: rgba(250,249,247,.93);
  border-bottom: 1px solid rgba(23,23,23,.065);
  color: rgba(23,23,23,.38);
}

.offer-site-dots {
  font-size: 8px;
  letter-spacing: 2px;
}

.offer-site-mark {
  font-size: 6px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.offer-site-preview {
  position: relative;
  height: calc(100% - 22px);
  overflow: hidden;
}

.offer-site-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(12,12,12,.30));
  pointer-events: none;
}

.offer-site-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(.98) brightness(1.03);
  transform: scale(1.025);
}

.offer-site-overlay {
  position: absolute;
  z-index: 2;
  left: 12px;
  right: 12px;
  bottom: 10px;
  display: grid;
  gap: 3px;
  color: #fff;
  text-shadow: 0 1px 12px rgba(0,0,0,.24);
}

.offer-site-overlay span {
  font-size: 6px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .78;
}

.offer-site-overlay strong {
  margin: 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -.025em;
}

/* subtile individuelle Variation pro Paket */
.offer-band:nth-of-type(2) .offer-site-mock-1 {
  transform: rotate(-1.1deg) translateY(2px);
}

.offer-band:nth-of-type(2) .offer-site-mock-2 {
  transform: rotate(2.1deg) translateX(-3px);
}

.offer-band:nth-of-type(3) .offer-site-mock-1 {
  transform: rotate(-2.7deg) translateX(2px);
}

.offer-band:nth-of-type(3) .offer-site-mock-3 {
  transform: rotate(2.5deg);
}

/* ------------------------------------------------------------
   Header-Fix zwischen großem Desktop und Mobile
   ------------------------------------------------------------ */
@media (max-width: 1500px) and (min-width: 1181px) {
  .subpage-header {
    padding-inline: 24px;
    column-gap: 20px;
  }

  .subpage-header .desktop-nav {
    gap: 17px;
  }

  .subpage-header .desktop-nav a,
  .subpage-header .header-link,
  .subpage-header .header-cta {
    font-size: 12px;
  }

  .subpage-header .header-actions {
    gap: 9px;
  }

  .subpage-header .header-cta {
    padding-inline: 14px;
  }
}

@media (max-width: 1320px) and (min-width: 1181px) {
  .subpage-header .desktop-nav {
    gap: 12px;
  }

  .subpage-header .header-link {
    display: none;
  }
}

/* ------------------------------------------------------------
   Responsive Pricing
   ------------------------------------------------------------ */
@media (max-width: 1180px) {
  .offer-band {
    grid-template-columns: 1fr;
  }

  .offer-band-price {
    min-height: 0;
    border-radius: 20px 20px 0 0;
    box-shadow: inset 0 -1px 0 rgba(23,23,23,.07);
  }

  .offer-site-stack {
    max-width: 560px;
  }

  .offer-band-content {
    padding-top: 30px;
  }
}

@media (max-width: 720px) {
  .offer-band {
    border-radius: 18px;
  }

  .offer-band-price {
    padding: 24px 20px 22px;
    border-radius: 17px 17px 0 0;
  }

  .offer-band-content {
    padding: 25px 20px 24px;
  }

  .offer-band-content h3,
  .offer-band-headline {
    font-size: clamp(27px, 8vw, 36px);
  }

  .offer-site-stack {
    height: 205px;
    margin-top: 18px;
  }

  .offer-site-mock-1 {
    width: 76%;
    height: 160px;
  }

  .offer-site-mock-2 {
    width: 49%;
    height: 108px;
  }

  .offer-site-mock-3 {
    width: 56%;
    height: 103px;
  }

  .offer-recommended {
    top: 16px;
    right: 18px;
  }

  .offer-band-actions > span {
    text-align: left;
  }
}

@media (max-width: 430px) {
  .offer-site-stack {
    height: 186px;
  }

  .offer-site-mock-1 {
    height: 145px;
  }

  .offer-site-mock-2 {
    height: 96px;
  }

  .offer-site-mock-3 {
    height: 92px;
  }

  .offer-site-overlay strong {
    font-size: 11px;
  }
}


/* ============================================================
   STAGE 08 V4 · KI-AGENTEN DESIGNER PASS
   ============================================================ */

.offer-subpage-ai .offer-visual {
  min-height: 740px;
}

.offer-subpage-ai .offer-card-ai {
  background:
    radial-gradient(circle at 80% 12%, rgba(255,255,255,.95), transparent 34%),
    linear-gradient(180deg, rgba(245,242,237,.92), rgba(222,216,207,.86));
}

/* Phone-Pricing: visuell stärker, gleiche Designsprache wie Webseiten */
.offer-subpage-ai .offer-band {
  grid-template-columns: minmax(355px,.9fr) minmax(520px,1.1fr);
}

.offer-subpage-ai .offer-band-price {
  min-height: 560px;
}

.ai-price-visual {
  position: relative;
  margin-top: 20px;
  padding: 12px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.84), rgba(238,232,224,.74));
  border: 1px solid rgba(255,255,255,.86);
  box-shadow:
    0 18px 36px rgba(55,55,55,.10),
    inset 0 1px 0 rgba(255,255,255,.92);
  overflow: hidden;
}

.ai-price-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 3px 11px;
  font-size: 7px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(23,23,23,.44);
}

.ai-price-status {
  position: relative;
  padding-left: 12px;
}

.ai-price-status::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #151515;
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(23,23,23,.06);
}

.ai-price-screen {
  position: relative;
  height: 165px;
  overflow: hidden;
  border-radius: 13px;
  background: #171717;
}

.ai-price-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.70) contrast(.98) brightness(.78);
  transform: scale(1.02);
}

.ai-price-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12,12,12,.62), transparent 68%),
    linear-gradient(180deg, transparent 40%, rgba(12,12,12,.30));
}

.ai-price-overlay {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 15px;
  max-width: 72%;
  color: #fff;
}

.ai-price-overlay span {
  display: block;
  margin-bottom: 5px;
  font-size: 6px;
  letter-spacing: .18em;
  opacity: .72;
}

.ai-price-overlay strong {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.03em;
}

.ai-price-overlay p {
  margin: 7px 0 0;
  font-size: 10px;
  line-height: 1.35;
  color: rgba(255,255,255,.76);
}

.ai-waveform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 36px;
  margin-top: 9px;
  padding: 0 10px;
  border-radius: 10px;
  background: rgba(23,23,23,.035);
}

.ai-waveform i {
  width: 2px;
  height: var(--h);
  min-height: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, #5f5b55, #c9c4bb);
  animation: aiWave 1.35s ease-in-out infinite alternate;
  animation-delay: var(--d);
}

@keyframes aiWave {
  from { transform: scaleY(.55); opacity: .45; }
  to { transform: scaleY(1); opacity: .95; }
}

.ai-price-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.ai-price-chips span {
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(23,23,23,.06);
  font-size: 8px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(23,23,23,.60);
}

/* Business etwas stärker, aber nicht laut */
.offer-subpage-ai .offer-band.ai-recommended {
  border-color: rgba(23,23,23,.14);
  box-shadow:
    0 34px 72px rgba(55,55,55,.11),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.ai-recommended-badge {
  background: rgba(238,234,228,.86);
}

/* Weitere Agenten: aus simplen Cards werden visuelle Produktflächen */
.offer-subpage-ai .agent-grid {
  gap: 20px;
}

.agent-card-visual {
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.84);
  box-shadow: 0 22px 50px rgba(55,55,55,.09);
}

.agent-card-media {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #e9e4dd;
}

.agent-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(.96) brightness(.90);
  transform: scale(1.015);
}

.agent-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.28));
}

.agent-card-media-top {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 15px;
  font-size: 7px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.82);
}

.agent-card-tags {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  bottom: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.agent-card-tags span {
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(10px);
  font-size: 7px;
  letter-spacing: .12em;
  color: rgba(23,23,23,.68);
}

.agent-card-body {
  padding: 24px 24px 26px;
}

.agent-card-body > span {
  display: block;
  font-size: 9px;
  letter-spacing: .19em;
  color: rgba(23,23,23,.46);
}

.agent-card-body strong {
  display: block;
  margin-top: 9px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.045em;
}

.agent-card-body p {
  margin-top: 14px;
  min-height: 72px;
}

.agent-card-body em {
  display: block;
  margin-top: 17px;
  padding-top: 16px;
  border-top: 1px solid rgba(23,23,23,.07);
}

/* Workflow */
.ai-workflow {
  padding-top: 112px;
}

.ai-workflow-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(23,23,23,.10);
  border-bottom: 1px solid rgba(23,23,23,.10);
}

.ai-workflow-track article {
  position: relative;
  padding: 30px 24px 34px 0;
  min-height: 210px;
}

.ai-workflow-track article:not(:last-child) {
  border-right: 1px solid rgba(23,23,23,.09);
  padding-right: 24px;
  margin-right: 24px;
}

.ai-workflow-track span {
  font-size: 10px;
  letter-spacing: .18em;
  color: rgba(23,23,23,.42);
}

.ai-workflow-track h3 {
  margin: 46px 0 10px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.04em;
}

.ai-workflow-track p {
  margin: 0;
  color: rgba(23,23,23,.66);
  line-height: 1.52;
}

/* KI-Seite Headlines analog zur Website-Seite etwas ruhiger */
.offer-subpage-ai .offer-band-content h3 {
  max-width: 18ch;
  font-size: clamp(30px,2.35vw,39px);
}

@media (max-width: 1180px) {
  .offer-subpage-ai .offer-band {
    grid-template-columns: 1fr;
  }

  .offer-subpage-ai .offer-band-price {
    min-height: 0;
  }

  .ai-price-visual {
    max-width: 560px;
  }

  .ai-workflow-track {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .ai-workflow-track article:nth-child(2) {
    border-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .offer-subpage-ai .offer-visual {
    min-height: 500px;
  }

  .ai-price-screen {
    height: 150px;
  }

  .agent-card-media {
    height: 210px;
  }

  .agent-card-body p {
    min-height: 0;
  }

  .ai-workflow {
    padding-top: 82px;
  }

  .ai-workflow-track {
    grid-template-columns: 1fr;
  }

  .ai-workflow-track article,
  .ai-workflow-track article:not(:last-child) {
    min-height: 0;
    padding: 26px 0 28px;
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23,23,23,.08);
  }

  .ai-workflow-track article:last-child {
    border-bottom: 0;
  }

  .ai-workflow-track h3 {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-waveform i {
    animation: none;
  }
}


/* ============================================================
   STAGE 08 V5 · FINAL KI-AGENTEN PAGE
   Nach freigegebenem Mockup, mit offizieller/freigegebener Xelia
   ============================================================ */

.kia-v5 {
  overflow-x: clip;
  background:
    radial-gradient(circle at 84% 12%, rgba(255,255,255,.98), transparent 24%),
    linear-gradient(180deg, #f7f4ef 0%, #eee8df 55%, #f8f5f0 100%);
  color: #171717;
}

.kia-v5 .shell {
  width: min(92vw, 1360px);
}

/* HERO */
.kia-v5-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(460px,.82fr) minmax(560px,1.18fr);
  align-items: stretch;
  padding-top: 72px;
}

.kia-v5-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px 52px 78px 0;
}

.kia-v5-kicker,
.kia-v5-section-label {
  margin: 0;
  font-size: 10px;
  letter-spacing: .23em;
  color: rgba(23,23,23,.50);
}

.kia-v5-hero-copy h1 {
  margin: 18px 0 0;
  font-size: clamp(62px,5.4vw,94px);
  line-height: .91;
  letter-spacing: -.052em;
  max-width: 8.5ch;
}

.kia-v5-lead {
  max-width: 590px;
  margin: 27px 0 0;
  font-size: clamp(18px,1.5vw,25px);
  line-height: 1.48;
  color: rgba(23,23,23,.82);
}

.kia-v5-checks,
.kia-v5-package ul,
.kia-v5-agent-card ul {
  list-style: none;
  padding: 0;
}

.kia-v5-checks {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

.kia-v5-checks li,
.kia-v5-package li,
.kia-v5-agent-card li {
  position: relative;
  padding-left: 24px;
}

.kia-v5-checks li::before,
.kia-v5-package li::before,
.kia-v5-agent-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.kia-v5-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.kia-v5-micro {
  margin-top: 22px;
  font-size: 9px;
  letter-spacing: .20em;
  color: rgba(23,23,23,.42);
}

.kia-v5-hero-media {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: #d7cdbf;
}

.kia-v5-hero-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247,244,239,.34) 0%, transparent 18%),
    linear-gradient(180deg, transparent 68%, rgba(20,18,15,.10));
  pointer-events: none;
}

.kia-v5-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}

.kia-v5-quote {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 17%;
  display: grid;
  gap: 2px;
  max-width: 220px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.24);
}

.kia-v5-quote span,
.kia-v5-quote strong {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.18;
}

.kia-v5-quote em {
  margin-top: 12px;
  font-size: 8px;
  letter-spacing: .22em;
  font-style: normal;
}

/* CAPABILITIES */
.kia-v5-capabilities {
  border-top: 1px solid rgba(23,23,23,.07);
  border-bottom: 1px solid rgba(23,23,23,.07);
  background: rgba(255,255,255,.42);
}

.kia-v5-cap-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.kia-v5-cap-grid article {
  min-height: 102px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border-right: 1px solid rgba(23,23,23,.07);
}

.kia-v5-cap-grid article:last-child {
  border-right: 0;
}

.kia-v5-cap-icon {
  font-size: 31px;
  line-height: 1;
}

.kia-v5-cap-grid strong,
.kia-v5-cap-grid small {
  display: block;
}

.kia-v5-cap-grid strong {
  font-size: 16px;
}

.kia-v5-cap-grid small {
  margin-top: 4px;
  color: rgba(23,23,23,.58);
}

/* PHONE PACKAGES */
.kia-v5-packages {
  padding-top: 54px;
}

.kia-v5-package-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}

.kia-v5-package {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px,1.05fr) minmax(190px,.95fr);
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 8%, rgba(255,255,255,.98), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.83), rgba(240,234,226,.78));
  box-shadow: 0 24px 50px rgba(50,50,50,.08);
}

.kia-v5-package-recommended {
  border-color: rgba(23,23,23,.14);
  box-shadow: 0 30px 70px rgba(50,50,50,.11);
}

.kia-v5-recommended {
  position: absolute;
  z-index: 5;
  top: 18px;
  left: 26px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(72,72,72,.72);
  color: #fff;
  font-size: 8px;
  letter-spacing: .16em;
}

.kia-v5-package-copy {
  position: relative;
  z-index: 2;
  padding: 36px 18px 28px 28px;
}

.kia-v5-package-recommended .kia-v5-package-copy {
  padding-top: 58px;
}

.kia-v5-package-kicker {
  margin: 0;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.kia-v5-package-copy h2 {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.32;
  color: rgba(23,23,23,.72);
}

.kia-v5-price {
  display: grid;
  margin-top: 20px;
}

.kia-v5-price strong {
  font-size: 58px;
  line-height: .9;
  letter-spacing: -.055em;
}

.kia-v5-price span {
  margin-top: 8px;
  font-size: 15px;
}

.kia-v5-setup {
  margin: 18px 0 0;
  font-size: 17px;
}

.kia-v5-package ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 24px;
}

.kia-v5-package li {
  font-size: 13px;
  line-height: 1.35;
}

.kia-v5-package-media {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 40px;
}

.kia-v5-package-media::before {
  content: "";
  position: absolute;
  inset: 8% 0 4% -14%;
  background: radial-gradient(circle, rgba(255,255,255,.88), transparent 62%);
}

.kia-v5-package-media img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 86%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

/* OTHER AGENTS */
.kia-v5-more {
  padding-top: 42px;
  padding-bottom: 40px;
}

.kia-v5-section-label {
  text-align: center;
}

.kia-v5-agent-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
  margin-top: 25px;
}

.kia-v5-agent-card {
  padding: 25px 22px 22px;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 16px 36px rgba(50,50,50,.055);
}

.kia-v5-agent-card h3 {
  margin: 0;
  font-size: 23px;
  letter-spacing: -.03em;
}

.kia-v5-agent-card > p {
  margin: 3px 0 18px;
  color: rgba(23,23,23,.60);
}

.kia-v5-agent-body {
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  gap: 14px;
  min-height: 170px;
}

.kia-v5-agent-body img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.kia-v5-agent-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
}

.kia-v5-agent-card li {
  font-size: 12px;
  line-height: 1.35;
}

.kia-v5-agent-card > a {
  display: inline-flex;
  margin-top: 18px;
  padding: 11px 18px;
  border: 1px solid rgba(23,23,23,.16);
  border-radius: 999px;
  color: #171717;
  text-decoration: none;
}

/* CTA */
.kia-v5-cta {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  background:
    radial-gradient(circle at 17% 38%, rgba(255,255,255,.65), transparent 25%),
    linear-gradient(180deg,#f3eee6,#ebe4da);
  border-top: 1px solid rgba(23,23,23,.07);
}

.kia-v5-cta::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -40px;
  height: 180px;
  border-radius: 50%;
  border-top: 1px solid rgba(196,144,82,.52);
  transform: rotate(-4deg);
  pointer-events: none;
}

.kia-v5-cta-inner {
  min-height: 270px;
  display: grid;
  grid-template-columns: 240px minmax(420px,1fr) auto;
  align-items: center;
  gap: 32px;
}

.kia-v5-cta-media {
  align-self: end;
  height: 235px;
  overflow: hidden;
}

.kia-v5-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  mix-blend-mode: multiply;
}

.kia-v5-cta-copy h2 {
  margin: 0;
  font-size: clamp(28px,2.5vw,43px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.kia-v5-cta-copy p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(23,23,23,.72);
  line-height: 1.5;
}

.kia-v5-cta-copy span {
  display: block;
  margin-top: 17px;
  font-size: 9px;
  letter-spacing: .20em;
  color: rgba(23,23,23,.48);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .kia-v5-hero {
    grid-template-columns: 1fr;
    padding-top: 96px;
  }

  .kia-v5-hero-copy {
    padding-right: 0;
    padding-bottom: 44px;
  }

  .kia-v5-hero-media {
    min-height: 620px;
  }

  .kia-v5-package-grid {
    grid-template-columns: 1fr;
  }

  .kia-v5-package {
    grid-template-columns: minmax(360px,1fr) minmax(300px,.8fr);
  }

  .kia-v5-agent-grid {
    grid-template-columns: 1fr;
  }

  .kia-v5-agent-body {
    grid-template-columns: 220px 1fr;
  }

  .kia-v5-cta-inner {
    grid-template-columns: 210px 1fr;
  }

  .kia-v5-cta-inner > .button {
    grid-column: 2;
    justify-self: start;
    margin-bottom: 28px;
  }
}

@media (max-width: 760px) {
  .kia-v5 .shell {
    width: min(90vw,620px);
  }

  .kia-v5-hero {
    padding-top: 84px;
  }

  .kia-v5-hero-copy h1 {
    font-size: clamp(48px,13vw,70px);
  }

  .kia-v5-hero-media {
    min-height: 470px;
  }

  .kia-v5-quote {
    right: 4%;
    bottom: 9%;
  }

  .kia-v5-cap-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .kia-v5-cap-grid article:nth-child(2) {
    border-right: 0;
  }

  .kia-v5-package {
    grid-template-columns: 1fr;
  }

  .kia-v5-package-copy {
    padding: 30px 22px 10px;
  }

  .kia-v5-package-media {
    min-height: 330px;
    padding: 0 16px 10px;
  }

  .kia-v5-package-media img {
    height: 330px;
    object-fit: contain;
    mix-blend-mode: normal;
  }

  .kia-v5-agent-body {
    grid-template-columns: 1fr;
  }

  .kia-v5-agent-body img {
    height: 170px;
  }

  .kia-v5-cta-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 45px;
    padding-bottom: 38px;
  }

  .kia-v5-cta-media {
    height: 210px;
    max-width: 240px;
  }

  .kia-v5-cta-inner > .button {
    grid-column: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 460px) {
  .kia-v5-cap-grid {
    grid-template-columns: 1fr;
  }

  .kia-v5-cap-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(23,23,23,.07);
  }

  .kia-v5-cap-grid article:last-child {
    border-bottom: 0;
  }

  .kia-v5-package-kicker {
    font-size: 25px;
  }

  .kia-v5-price strong {
    font-size: 52px;
  }
}


/* ============================================================
   STAGE 08 V6 · VERTRAGS- UND LEISTUNGSANGABEN
   ============================================================ */

.kia-v5-contract {
  margin-top: 16px;
  padding: 14px 15px 15px;
  border: 1px solid rgba(23,23,23,.075);
  border-radius: 14px;
  background: rgba(255,255,255,.50);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
}

.kia-v5-contract strong {
  display: block;
  font-size: 13px;
  letter-spacing: .01em;
}

.kia-v5-contract p {
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(23,23,23,.72);
}

.kia-v5-contract small {
  display: block;
  margin-top: 7px;
  font-size: 10px;
  line-height: 1.45;
  color: rgba(23,23,23,.52);
}

.kia-v5-price-note {
  margin: 18px 0 0;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: rgba(23,23,23,.48);
}

@media (max-width: 760px) {
  .kia-v5-contract {
    margin-top: 14px;
  }

  .kia-v5-price-note {
    text-align: left;
  }
}


/* ============================================================
   STAGE 08 V7 · PROFESSIONAL FINALIZATION
   ============================================================ */

/* Hero: hochauflösende Xelia sauber integrieren */
.kia-v5-hero-media img {
  object-position: 48% center;
}

/* ------------------------------------------------------------
   Hochauflösende Phone-Mockups statt kleiner Screenshot-Crops
   ------------------------------------------------------------ */
.kia-v5-package-media {
  overflow: visible;
  align-items: center;
  justify-content: center;
  padding: 34px 22px 26px 8px;
}

.kia-v5-package-media::before {
  inset: 6% -4% 5% -18%;
}

.kia-v5-package-media > img {
  display: none !important;
}

.kia-v7-phone {
  position: relative;
  z-index: 3;
  width: min(245px, 86%);
  aspect-ratio: 9 / 18.8;
  padding: 7px;
  border-radius: 32px;
  background:
    linear-gradient(145deg, #1c1c1d, #5d5954 28%, #111 54%, #8b857c 75%, #181818);
  box-shadow:
    0 32px 48px rgba(28,28,28,.23),
    inset 0 0 0 1px rgba(255,255,255,.20);
  transform: rotate(1.2deg);
}

.kia-v7-phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: #151515;
}

.kia-v7-phone-screen::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 9px;
  left: 50%;
  width: 70px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #090909;
}

.kia-v7-phone-screen::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,10,.08), rgba(10,10,10,.58) 72%, rgba(8,8,8,.88));
}

.kia-v7-phone-screen > img {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 49% center;
  filter: saturate(.93) contrast(1.02);
}

.kia-v7-phone-top,
.kia-v7-phone-identity,
.kia-v7-phone-bubble,
.kia-v7-phone-controls {
  position: absolute;
  z-index: 5;
}

.kia-v7-phone-top {
  top: 36px;
  left: 14px;
  font-size: 6px;
  letter-spacing: .16em;
  color: rgba(255,255,255,.62);
}

.kia-v7-phone-identity {
  left: 14px;
  right: 14px;
  bottom: 92px;
  text-align: center;
  color: #fff;
}

.kia-v7-phone-identity strong,
.kia-v7-phone-identity span {
  display: block;
}

.kia-v7-phone-identity strong {
  font-size: 20px;
  line-height: 1;
}

.kia-v7-phone-identity span {
  margin-top: 4px;
  font-size: 9px;
  color: rgba(255,255,255,.72);
}

.kia-v7-phone-bubble {
  right: -8%;
  bottom: 122px;
  width: 118px;
  padding: 10px 11px;
  border-radius: 12px;
  background: rgba(30,30,30,.82);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 9px;
  line-height: 1.32;
  box-shadow: 0 12px 28px rgba(0,0,0,.20);
}

.kia-v7-phone-controls {
  left: 50%;
  bottom: 28px;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.kia-v7-phone-controls span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 11px;
  backdrop-filter: blur(10px);
}

.kia-v7-phone-controls .end {
  background: #ef5147;
}

.kia-v7-phone-controls .ok {
  background: #3bb78b;
}

.kia-v7-phone-panel {
  position: absolute;
  z-index: 5;
  right: -2px;
  top: 39%;
  width: 136px;
  display: grid;
  gap: 7px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(248,246,242,.86);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 20px 36px rgba(44,44,44,.12);
}

.kia-v7-phone-panel span {
  position: relative;
  padding-left: 18px;
  font-size: 8px;
  line-height: 1.25;
  color: rgba(23,23,23,.74);
}

.kia-v7-phone-panel span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #171717;
  font-weight: 700;
}

.kia-v7-phone-wave {
  position: absolute;
  z-index: 6;
  left: 3%;
  bottom: 18%;
  width: 108px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 7px;
  border-radius: 12px;
  background: rgba(248,246,242,.80);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 28px rgba(44,44,44,.10);
}

.kia-v7-phone-wave i {
  width: 2px;
  height: var(--h);
  min-height: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg,#55514c,#b8b2aa);
  animation: kiaV7Wave 1.4s ease-in-out infinite alternate;
  animation-delay: var(--d);
}

@keyframes kiaV7Wave {
  from { transform: scaleY(.55); opacity: .45; }
  to { transform: scaleY(1); opacity: .92; }
}

/* ------------------------------------------------------------
   Weitere Agenten: klare Preise + Editorial-Zwischenüberschrift
   ------------------------------------------------------------ */
.kia-v7-more-head {
  max-width: 820px;
  margin: 22px auto 34px;
  text-align: center;
}

.kia-v7-more-head h2 {
  margin: 0;
  font-size: clamp(44px,4.5vw,72px);
  line-height: .94;
  letter-spacing: -.05em;
}

.kia-v7-more-head p {
  margin: 16px 0 0;
  font-size: 16px;
  color: rgba(23,23,23,.62);
}

.kia-v7-agent-price {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.kia-v7-agent-price strong {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.035em;
}

.kia-v7-agent-price span {
  font-size: 11px;
  color: rgba(23,23,23,.55);
}

.kia-v5-agent-body img {
  object-fit: contain;
  filter: none;
}

/* ------------------------------------------------------------
   Vertrags-/FAQ-Modul
   ------------------------------------------------------------ */
.kia-v7-terms {
  padding-top: 92px;
  padding-bottom: 100px;
}

.kia-v7-terms-head {
  max-width: 760px;
}

.kia-v7-terms-head h2 {
  margin: 12px 0 0;
  font-size: clamp(48px,4.7vw,78px);
  line-height: .95;
  letter-spacing: -.05em;
}

.kia-v7-terms-grid {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.kia-v7-terms-grid details {
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid rgba(23,23,23,.075);
  background: rgba(255,255,255,.60);
  box-shadow: 0 12px 28px rgba(50,50,50,.045);
}

.kia-v7-terms-grid summary {
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.kia-v7-terms-grid summary::-webkit-details-marker {
  display: none;
}

.kia-v7-terms-grid p {
  margin: 10px 0 0;
  max-width: 76ch;
  color: rgba(23,23,23,.68);
  line-height: 1.55;
}

/* CTA-Portrait aus der HQ-Xelia-Quelle */
.kia-v5-cta-media img {
  object-position: 48% 18%;
  mix-blend-mode: normal;
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */
@media (max-width: 1180px) {
  .kia-v7-phone {
    width: min(255px,72%);
  }

  .kia-v7-phone-panel {
    right: 7%;
  }

  .kia-v7-phone-wave {
    left: 8%;
  }
}

@media (max-width: 760px) {
  .kia-v7-phone {
    width: 225px;
  }

  .kia-v7-phone-panel {
    right: 4%;
    top: 38%;
    width: 128px;
  }

  .kia-v7-phone-wave {
    left: 3%;
  }

  .kia-v7-more-head {
    text-align: left;
  }

  .kia-v7-more-head h2,
  .kia-v7-terms-head h2 {
    font-size: clamp(40px,11vw,58px);
  }

  .kia-v7-terms {
    padding-top: 72px;
    padding-bottom: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kia-v7-phone-wave i {
    animation: none;
  }
}


/* ============================================================
   STAGE 08 V8 · FREIGEGEBENES TELEFONVISUAL
   ============================================================ */

.kia-v5-package-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 14px 18px 0;
  overflow: visible;
}

.kia-v5-package-media::before {
  inset: 5% -5% 4% -14%;
  background: radial-gradient(circle, rgba(255,255,255,.92), transparent 64%);
}

/* Alte CSS-Telefonmockups vollständig ausblenden */
.kia-v7-phone,
.kia-v7-phone-panel,
.kia-v7-phone-wave {
  display: none !important;
}

.kia-v8-phone-wrap {
  position: relative;
  z-index: 3;
  width: min(330px, 100%);
  aspect-ratio: 0.78;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kia-v8-phone-wrap > img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 26px 38px rgba(40,40,40,.18));
}

.kia-v8-phone-badge {
  position: absolute;
  z-index: 4;
  left: 12px;
  top: 22px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(247,244,239,.82);
  border: 1px solid rgba(255,255,255,.84);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(30,30,30,.10);
  font-size: 7px;
  letter-spacing: .14em;
  color: rgba(23,23,23,.64);
}

.kia-v8-phone-badge-business {
  left: auto;
  right: 12px;
}

.kia-v8-business-panel {
  position: absolute;
  z-index: 5;
  right: -22px;
  bottom: 80px;
  width: 142px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(248,246,242,.87);
  border: 1px solid rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 38px rgba(38,38,38,.14);
}

.kia-v8-business-panel span {
  position: relative;
  display: block;
  padding: 7px 0 7px 18px;
  border-bottom: 1px solid rgba(23,23,23,.065);
  font-size: 8px;
  color: rgba(23,23,23,.72);
}

.kia-v8-business-panel span:last-child {
  border-bottom: 0;
}

.kia-v8-business-panel span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: 700;
  color: #171717;
}

@media (max-width: 1180px) {
  .kia-v8-phone-wrap {
    width: min(360px, 78%);
  }

  .kia-v8-business-panel {
    right: 3%;
  }
}

@media (max-width: 760px) {
  .kia-v8-phone-wrap {
    width: 285px;
  }

  .kia-v8-business-panel {
    right: -2%;
    bottom: 52px;
    width: 130px;
  }

  .kia-v8-phone-badge {
    top: 12px;
  }
}


/* ============================================================
   STAGE 09 · KONTAKT / PROJEKTANFRAGE
   ============================================================ */

.contact-subpage {
  background: #f3efe9;
}

.contact-v1 {
  overflow-x: clip;
  color: #171717;
  background:
    radial-gradient(circle at 85% 4%, rgba(255,255,255,.96), transparent 24%),
    linear-gradient(180deg, #f7f4ef 0%, #efe9e1 53%, #f7f4ef 100%);
}

.contact-v1 .shell {
  width: min(92vw, 1380px);
}

.contact-v1-kicker {
  margin: 0;
  font-size: 9px;
  letter-spacing: .23em;
  color: rgba(23,23,23,.46);
}

/* HERO */
.contact-v1-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(520px,.92fr) minmax(520px,1.08fr);
  gap: clamp(30px,4vw,80px);
  align-items: center;
  padding-top: 112px;
  padding-bottom: 72px;
}

.contact-v1-copy h1 {
  margin: 18px 0 0;
  max-width: 10ch;
  font-size: clamp(70px,6.5vw,112px);
  line-height: .88;
  letter-spacing: -.062em;
  font-weight: 500;
}

.contact-v1-lead {
  max-width: 660px;
  margin: 30px 0 0;
  font-size: clamp(18px,1.45vw,24px);
  line-height: 1.52;
  color: rgba(23,23,23,.74);
}

.contact-v1-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.contact-v1-trust span {
  padding: 9px 12px;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.47);
  font-size: 10px;
  letter-spacing: .08em;
  color: rgba(23,23,23,.63);
}

.contact-v1-direct {
  display: grid;
  grid-template-columns: auto;
  gap: 5px;
  margin-top: 34px;
}

.contact-v1-direct > span {
  margin-bottom: 4px;
  font-size: 8px;
  letter-spacing: .20em;
  color: rgba(23,23,23,.40);
}

.contact-v1-direct a {
  width: fit-content;
  color: #171717;
  text-decoration: none;
  font-size: 16px;
}

.contact-v1-visual {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(23,23,23,.075);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.95), transparent 38%),
    linear-gradient(145deg, rgba(238,233,226,.93), rgba(255,255,255,.72));
  box-shadow:
    0 42px 80px rgba(45,45,45,.075),
    inset 0 1px 0 rgba(255,255,255,.84);
}

.contact-v1-visual::before,
.contact-v1-visual::after {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(23,23,23,.06);
  border-radius: 50%;
}

.contact-v1-visual::before {
  top: -19%;
  right: -18%;
}

.contact-v1-visual::after {
  bottom: -28%;
  left: -18%;
}

.contact-v1-visual > img {
  width: min(74%,560px);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 30px 34px rgba(38,38,38,.14));
}

.contact-v1-visual > p {
  position: absolute;
  bottom: 26px;
  left: 30px;
  margin: 0;
  font-size: 7px;
  letter-spacing: .20em;
  color: rgba(23,23,23,.35);
}

.contact-v1-visual-label {
  position: absolute;
  z-index: 4;
  min-width: 152px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 13px;
  border: 1px solid rgba(23,23,23,.075);
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 28px rgba(50,50,50,.07);
}

.contact-v1-visual-label span {
  font-size: 7px;
  color: rgba(23,23,23,.35);
}

.contact-v1-visual-label strong {
  font-size: 8px;
  letter-spacing: .16em;
}

.contact-v1-label-a { left: 4%; top: 23%; }
.contact-v1-label-b { right: 3%; top: 47%; }
.contact-v1-label-c { left: 12%; bottom: 13%; }

/* MAIN / FORM */
.contact-v1-main {
  display: grid;
  grid-template-columns: minmax(360px,.72fr) minmax(620px,1.28fr);
  gap: clamp(40px,6vw,100px);
  padding-top: 105px;
  padding-bottom: 120px;
}

.contact-v1-side {
  position: sticky;
  top: 118px;
  align-self: start;
}

.contact-v1-side h2 {
  margin: 15px 0 0;
  font-size: clamp(46px,4vw,68px);
  line-height: .96;
  letter-spacing: -.05em;
  font-weight: 500;
}

.contact-v1-side > p {
  margin: 24px 0 0;
  max-width: 48ch;
  color: rgba(23,23,23,.66);
  line-height: 1.58;
}

.contact-v1-process {
  margin-top: 42px;
  border-top: 1px solid rgba(23,23,23,.10);
}

.contact-v1-process article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(23,23,23,.09);
}

.contact-v1-process article > span {
  font-size: 9px;
  letter-spacing: .15em;
  color: rgba(23,23,23,.39);
}

.contact-v1-process strong {
  display: block;
  font-size: 18px;
}

.contact-v1-process p {
  margin: 6px 0 0;
  color: rgba(23,23,23,.61);
  line-height: 1.45;
  font-size: 13px;
}

.contact-v1-form-wrap {
  padding: clamp(28px,3vw,48px);
  border-radius: 24px;
  border: 1px solid rgba(23,23,23,.08);
  background:
    radial-gradient(circle at 88% 4%, rgba(255,255,255,.98), transparent 28%),
    rgba(255,255,255,.62);
  box-shadow: 0 35px 80px rgba(45,45,45,.08);
}

.contact-v1-form-head > span {
  font-size: 8px;
  letter-spacing: .20em;
  color: rgba(23,23,23,.42);
}

.contact-v1-form-head h2 {
  margin: 11px 0 0;
  font-size: clamp(38px,3.2vw,56px);
  line-height: .98;
  letter-spacing: -.048em;
}

.contact-v1-form-head p {
  margin: 12px 0 0;
  font-size: 12px;
  color: rgba(23,23,23,.50);
}

.contact-v1-form {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.contact-v1-field-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}

.contact-v1-form label > span,
.contact-v1-package-title {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: .09em;
  color: rgba(23,23,23,.60);
}

.contact-v1-form input,
.contact-v1-form select,
.contact-v1-form textarea {
  width: 100%;
  border: 1px solid rgba(23,23,23,.11);
  border-radius: 12px;
  outline: none;
  background: rgba(250,248,245,.82);
  color: #171717;
  font: inherit;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.contact-v1-form input,
.contact-v1-form select {
  min-height: 54px;
  padding: 0 15px;
}

.contact-v1-form textarea {
  min-height: 170px;
  padding: 15px;
  resize: vertical;
  line-height: 1.48;
}

.contact-v1-form input:focus,
.contact-v1-form select:focus,
.contact-v1-form textarea:focus {
  border-color: rgba(23,23,23,.36);
  background: rgba(255,255,255,.94);
  box-shadow: 0 0 0 4px rgba(23,23,23,.035);
}

.contact-v1-message small {
  display: block;
  margin-top: 7px;
  font-size: 9px;
  color: rgba(23,23,23,.42);
}

.contact-v1-package {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(23,23,23,.07);
  background: rgba(242,238,232,.60);
}

.contact-v1-package-options {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}

.contact-v1-package-options label {
  position: relative;
  cursor: pointer;
}

.contact-v1-package-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-v1-package-options label > span {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 5px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(23,23,23,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.62);
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

.contact-v1-package-options strong {
  font-size: 13px;
}

.contact-v1-package-options small {
  color: rgba(23,23,23,.51);
  font-size: 10px;
  line-height: 1.35;
}

.contact-v1-package-options input:checked + span {
  border-color: rgba(23,23,23,.48);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(23,23,23,.08);
  transform: translateY(-1px);
}

.contact-v1-consent {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  align-items: start;
  cursor: pointer;
}

.contact-v1-consent input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin-top: 2px;
}

.contact-v1-consent > span {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.45;
  letter-spacing: 0 !important;
}

.contact-v1-consent a {
  color: inherit;
}

.contact-v1-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 6px;
}

.contact-v1-submit .button {
  min-width: 190px;
  border: 0;
  cursor: pointer;
}

.contact-v1-submit > span {
  max-width: 250px;
  text-align: right;
  font-size: 10px;
  color: rgba(23,23,23,.48);
}

.contact-v1-honeypot {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-v1-status {
  display: grid;
  gap: 4px;
  margin-top: 24px;
  padding: 15px 17px;
  border-radius: 14px;
  font-size: 12px;
}

.contact-v1-status-success {
  background: rgba(218,237,226,.72);
  border: 1px solid rgba(51,113,78,.12);
}

.contact-v1-status-error {
  background: rgba(244,226,223,.82);
  border: 1px solid rgba(152,64,55,.12);
}

/* NEXT */
.contact-v1-next {
  border-top: 1px solid rgba(23,23,23,.075);
  background: rgba(255,255,255,.46);
}

.contact-v1-next-inner {
  padding-top: 108px;
  padding-bottom: 115px;
}

.contact-v1-next h2 {
  margin: 15px 0 0;
  max-width: 13ch;
  font-size: clamp(58px,5.5vw,92px);
  line-height: .91;
  letter-spacing: -.058em;
  font-weight: 500;
}

.contact-v1-next h2 span {
  color: rgba(23,23,23,.28);
}

.contact-v1-next-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 58px;
  border-top: 1px solid rgba(23,23,23,.10);
  border-bottom: 1px solid rgba(23,23,23,.10);
}

.contact-v1-next-grid article {
  min-height: 220px;
  padding: 28px 28px 30px 0;
}

.contact-v1-next-grid article:not(:last-child) {
  margin-right: 28px;
  padding-right: 28px;
  border-right: 1px solid rgba(23,23,23,.085);
}

.contact-v1-next-grid article > span {
  font-size: 9px;
  letter-spacing: .17em;
  color: rgba(23,23,23,.38);
}

.contact-v1-next-grid strong {
  display: block;
  margin-top: 48px;
  font-size: 23px;
  letter-spacing: -.025em;
}

.contact-v1-next-grid p {
  margin: 10px 0 0;
  color: rgba(23,23,23,.61);
  line-height: 1.5;
}

.contact-v1-footer {
  background: #f5f2ed;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .contact-v1-hero {
    grid-template-columns: 1fr;
    padding-top: 130px;
  }

  .contact-v1-copy h1 {
    max-width: 11ch;
  }

  .contact-v1-visual {
    min-height: 580px;
  }

  .contact-v1-main {
    grid-template-columns: 1fr;
  }

  .contact-v1-side {
    position: static;
  }
}

@media (max-width: 760px) {
  .contact-v1 .shell {
    width: min(90vw,640px);
  }

  .contact-v1-hero {
    min-height: 0;
    padding-top: 105px;
    padding-bottom: 60px;
  }

  .contact-v1-copy h1 {
    font-size: clamp(54px,14vw,76px);
  }

  .contact-v1-lead {
    font-size: 17px;
  }

  .contact-v1-visual {
    min-height: 420px;
    border-radius: 18px;
  }

  .contact-v1-visual > img {
    width: 82%;
  }

  .contact-v1-visual-label {
    min-width: 118px;
    padding: 9px 10px;
  }

  .contact-v1-label-a { left: 2%; top: 18%; }
  .contact-v1-label-b { right: 1%; top: 49%; }
  .contact-v1-label-c { left: 5%; bottom: 12%; }

  .contact-v1-main {
    padding-top: 76px;
    padding-bottom: 78px;
  }

  .contact-v1-side h2 {
    font-size: clamp(40px,11vw,57px);
  }

  .contact-v1-form-wrap {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .contact-v1-field-grid,
  .contact-v1-package-options,
  .contact-v1-next-grid {
    grid-template-columns: 1fr;
  }

  .contact-v1-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-v1-submit > span {
    text-align: left;
  }

  .contact-v1-next-inner {
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .contact-v1-next h2 {
    font-size: clamp(48px,12vw,70px);
  }

  .contact-v1-next-grid article,
  .contact-v1-next-grid article:not(:last-child) {
    min-height: 0;
    margin: 0;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23,23,23,.08);
  }

  .contact-v1-next-grid article:last-child {
    border-bottom: 0;
  }

  .contact-v1-next-grid strong {
    margin-top: 25px;
  }
}


.contact-v1-form .is-invalid {
  border-color: rgba(155,55,48,.62) !important;
  box-shadow: 0 0 0 4px rgba(155,55,48,.06) !important;
}


/* ============================================================
   STAGE 09 V2 FINAL · DESIGN / UX KORREKTUREN
   ============================================================ */

/* 1. Hidden-Attribut muss Statusmeldungen zuverlässig ausblenden. */
.contact-v1-status[hidden] {
  display: none !important;
}

/* 2. Hero-X bewusst ruhiger: keine zusätzlichen Overlay-Labels. */
.contact-v1-visual-label {
  display: none !important;
}

/* Durch den Wegfall der Labels bekommt das X etwas mehr Ruhe und Präsenz. */
.contact-v1-visual > img {
  width: min(78%, 585px);
  filter:
    drop-shadow(0 30px 34px rgba(38,38,38,.13))
    drop-shadow(0 8px 14px rgba(255,255,255,.46));
}

/* Abschlussclaim etwas editorialer ausbalancieren. */
.contact-v1-next h2 {
  max-width: 14ch;
}

.contact-v1-next h2 span {
  color: rgba(23,23,23,.30);
}

/* ------------------------------------------------------------
   Mobile Header
   Logo + Erstgespräch + Burger, kein gequetschtes "Website prüfen"
   ------------------------------------------------------------ */
@media (max-width: 820px) {
  .contact-subpage .subpage-header {
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px;
    padding-left: max(18px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }

  .contact-subpage .subpage-header .desktop-nav,
  .contact-subpage .subpage-header .header-link {
    display: none !important;
  }

  .contact-subpage .subpage-header .header-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
  }

  .contact-subpage .subpage-header .header-cta {
    display: inline-flex !important;
    min-height: 38px;
    padding-inline: 12px;
    font-size: 11px;
    white-space: nowrap;
  }

  .contact-subpage .subpage-header .menu-toggle {
    display: grid !important;
    width: 42px;
    height: 42px;
    margin-right: 0;
    flex: 0 0 42px;
  }

  .contact-subpage .subpage-header .brand {
    min-width: 0;
    font-size: 23px;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  .contact-subpage .subpage-header {
    padding-left: max(14px, env(safe-area-inset-left));
    padding-right: max(8px, env(safe-area-inset-right));
  }

  .contact-subpage .subpage-header .header-actions {
    gap: 1px;
  }

  .contact-subpage .subpage-header .header-cta {
    min-height: 36px;
    padding-inline: 9px;
    font-size: 10px;
  }

  .contact-subpage .subpage-header .menu-toggle {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .contact-subpage .subpage-header .brand {
    font-size: 21px;
  }
}

/* Mobile Hero nach Entfernen der Infografik-Labels bewusst clean halten. */
@media (max-width: 760px) {
  .contact-v1-visual > img {
    width: 88%;
  }

  .contact-v1-visual > p {
    left: 18px;
    bottom: 18px;
    font-size: 6px;
  }
}


/* ============================================================
   STAGE 10 · RELEASE CANDIDATE · WEBSITE-CHECK LIVE
   ============================================================ */

.wc3-live-wrap {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(320px,.75fr) minmax(560px,1.25fr);
  gap: clamp(34px,5vw,82px);
  align-items: start;
  padding-top: 88px;
  padding-bottom: 86px;
}

.wc3-live-head {
  position: sticky;
  top: 118px;
}

.wc3-live-head h3 {
  margin: 14px 0 0;
  font-size: clamp(48px,4.7vw,78px);
  line-height: .94;
  letter-spacing: -.052em;
  font-weight: 520;
}

.wc3-live-head h3 span {
  color: rgba(23,23,23,.30);
}

.wc3-live-head > p:last-child {
  max-width: 48ch;
  margin: 20px 0 0;
  color: rgba(23,23,23,.62);
  line-height: 1.56;
}

.wc3-live-check {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(24px,3vw,42px) !important;
  border: 1px solid rgba(23,23,23,.08) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 88% 0%, rgba(255,255,255,.98), transparent 27%),
    rgba(255,255,255,.66) !important;
  box-shadow: 0 34px 75px rgba(35,35,35,.075) !important;
}

.wc3-live-check .wc-brandline {
  margin-bottom: 26px;
}

.wc3-live-check .wc-x {
  color: #171717;
}

.wc3-live-check .wc-url-row input {
  background: rgba(248,246,242,.92);
}

.wc3-live-check .wc-url-row button,
.wc3-live-check .wc-submit-report {
  background: #171717;
  color: #fff;
}

.wc3-live-check .wc-result {
  margin-top: 28px;
}

@media (max-width: 1020px) {
  .wc3-live-wrap {
    grid-template-columns: 1fr;
  }
  .wc3-live-head {
    position: static;
  }
}

@media (max-width: 760px) {
  .wc3-live-wrap {
    padding-top: 58px;
    padding-bottom: 62px;
  }
  .wc3-live-head h3 {
    font-size: clamp(42px,11vw,58px);
  }
  .wc3-live-check {
    padding: 20px 15px !important;
    border-radius: 18px !important;
  }
}
