/* ============================================================
   HouseService Costa Blanca — EXPERIENCE v3
   Nach Master-Direktive: cineastisch, ruhig, premium
   Anthrazit · Kalkstein · Meeresblau · warmes Licht
   ============================================================ */

:root {
  --night: #0C0B09;
  --bg: #14130F;
  --bg-soft: #1B1914;
  --blue-hour: #16222E;
  --paper: #EFE8D9;
  --ivory: #F4EDDE;
  --ink: #17150F;
  --navy: #162A37;
  --muted-d: #A69D88;
  --muted-l: #6E6754;
  --sea: #3E6478;
  --terra: #4A7A9F;
  --gold: rgba(163, 190, 208, 0.9);
  --line: rgba(244, 237, 222, 0.13);
  --line-p: rgba(23, 21, 15, 0.15);
  --fd: "DM Serif Display", Georgia, serif;
  --fb: "Archivo", "Helvetica Neue", sans-serif;
  --sect: clamp(110px, 14vw, 190px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--fb);
  background: var(--bg);
  color: var(--ivory);
  line-height: 1.75;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
@media (hover: hover) and (pointer: fine) {
  /* Standard-Cursor */
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
.container { width: min(1280px, 90%); margin: 0 auto; }
::selection { background: var(--terra); color: var(--ivory); }

h1, h2, h3 { font-family: var(--fd); font-weight: 380; line-height: 1.06; letter-spacing: -0.015em; }
h1 { font-size: clamp(3rem, 8vw, 6.8rem); }
h2 { font-size: clamp(2.1rem, 5vw, 4rem); }
h3 { font-size: 1.3rem; line-height: 1.35; }
.it { font-family: var(--fd); font-style: italic; }
.accent-i { font-style: italic; color: var(--terra); }

.lead { font-size: clamp(1.02rem, 1.5vw, 1.22rem); color: var(--muted-d); max-width: 56ch; font-weight: 300; }
.on-paper .lead { color: var(--muted-l); }

.kicker {
  display: flex; align-items: baseline; gap: 18px;
  text-transform: uppercase; letter-spacing: 0.34em;
  font-size: 0.66rem; font-weight: 500; color: var(--muted-d);
  margin-bottom: 40px;
}
.kicker .no { color: var(--terra); font-family: var(--fd); font-style: italic; font-size: 0.92rem; letter-spacing: 0; }
.kicker::after { content: ""; flex: 1; height: 1px; background: var(--line); align-self: center; }
.on-paper .kicker { color: var(--muted-l); }
.on-paper .kicker::after { background: var(--line-p); }

/* ---------- Cursor ---------- */
.cur { display: none !important; 
  position: fixed; top: 0; left: 0;
  width: 20px; height: 20px;
  border: 1px solid rgba(244, 237, 222, 0.75);
  border-radius: 50%;
  pointer-events: none;
  z-index: 2000;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  mix-blend-mode: difference;
}
.cur.big { width: 52px; height: 52px; border-color: rgba(244, 237, 222, 0.9); }
.cur.down { width: 14px; height: 14px; background: rgba(244, 237, 222, 0.4); }
@media (hover: none), (pointer: coarse) { .cur { display: none; } }

/* ---------- Cinematic Intro ---------- */
.pre {
  position: fixed; inset: 0; z-index: 1500;
  background: #0E0D0B;
  transition: opacity 1.4s ease;
}
.pre.out { opacity: 0; pointer-events: none; }
.pre canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.pre-brand {
  position: absolute; left: 50%; top: 66%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  transition: opacity 1.4s ease;
  pointer-events: none;
}
.pre.brand-in .pre-brand { opacity: 1; }
.pre-brand span {
  display: block;
  font-family: var(--fd);
  font-size: clamp(1.3rem, 3vw, 2rem);
  letter-spacing: 0.12em;
  color: var(--ivory);
}
.pre-brand small {
  display: block;
  font-family: var(--fb);
  font-size: 0.58rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--terra);
  margin-top: 14px;
}
.pre-skip {
  position: absolute; bottom: 34px; left: 50%;
  transform: translateX(-50%);
  font-size: 0.56rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(244, 237, 222, 0.35);
}

/* ---------- Hero: Cine-Zeilen + Finale ---------- */
.hero-media {
  filter: brightness(0.1) saturate(0.7);
  transform: scale(1.14);
  transition: filter 3.8s ease, transform 4.5s ease;
}
body.reveal .hero-media { filter: brightness(1) saturate(1); transform: scale(1); }
body.final .hero-media { animation: kenburns 26s ease-in-out infinite alternate; transition: none; }
.cine {
  position: absolute; inset: 0; z-index: 3;
  display: grid; place-items: center;
  pointer-events: none;
}
.cine .cl {
  grid-area: 1 / 1;
  font-family: var(--fd);
  font-size: clamp(2.2rem, 6vw, 5rem);
  text-align: center;
  max-width: 16ch;
  line-height: 1.1;
  color: var(--ivory);
  text-shadow: 0 4px 40px rgba(12, 11, 9, 0.6);
  opacity: 0;
  transform: translateY(24px) scale(0.99);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.cine .cl.show { opacity: 1; transform: none; }
.cine .cl.gone { opacity: 0; transform: translateY(-20px); }
.hero-final { opacity: 0; visibility: hidden; transform: translateY(30px); transition: opacity 1.6s ease, transform 1.6s ease, visibility 0s 1.6s; }
body.final .hero-final { opacity: 1; visibility: visible; transform: none; transition: opacity 1.6s ease, transform 1.6s ease; }
body.final .cine { display: none; }

/* ---------- Header ---------- */
.hd {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  opacity: 0; transform: translateY(-14px);
  transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.4s, background 0.5s ease, border 0.5s ease;
  border-bottom: 1px solid transparent;
}
body.final .hd { opacity: 1; transform: none; }
.hd.scrolled {
  background: rgba(16, 15, 12, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: var(--line);
}

/* Fix: offenes Mobile-Menü – Header darf kein Containing Block sein */
.hd.menu-open, .hd.menu-open.scrolled {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #0C0B09 !important;
}
.hd-in { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; gap: 20px; }
.wm { font-family: var(--fd); font-size: 1.02rem; line-height: 1.05; letter-spacing: 0.02em; }
.wm small { display: block; font-family: var(--fb); font-size: 0.52rem; text-transform: uppercase; letter-spacing: 0.44em; color: var(--terra); margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 36px; }
.nav a {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.24em;
  font-weight: 500; color: var(--muted-d);
  padding: 6px 0; position: relative;
  transition: color 0.3s ease;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.4s ease;
}
.nav a:hover { color: var(--ivory); }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.nav a.active { color: var(--ivory); }
.nav .cta-mini {
  border: 1px solid var(--line); padding: 11px 22px;
  color: var(--ivory); letter-spacing: 0.2em;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.nav .cta-mini:hover { border-color: var(--gold); }
.nav .cta-mini::after { display: none; }
.burger { display: none; background: none; border: none; z-index: 120; padding: 10px; }
.burger span { display: block; width: 26px; height: 1px; background: var(--ivory); margin: 7px 0; transition: 0.35s; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 19px 40px;
  font-family: var(--fb); font-weight: 500;
  font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.24em;
  border: 1px solid var(--line);
  background: transparent; color: var(--ivory);
  position: relative; overflow: hidden;
  transition: border-color 0.4s ease, color 0.4s ease;
  will-change: transform;
}
.btn::before {
  content: ""; position: absolute; top: 0; left: -80%;
  width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(244, 237, 222, 0.09), transparent);
  transition: left 0.7s ease;
}
.btn:hover::before { left: 120%; }
.btn:hover { border-color: rgba(244, 237, 222, 0.6); }
.btn-primary { background: var(--terra); border-color: var(--terra); color: #F8F5F1; }
.btn-primary:hover { border-color: var(--terra); }
.on-paper .btn { border-color: var(--line-p); color: var(--ink); }
.on-paper .btn-primary { background: var(--terra); border-color: var(--terra); color: #F8F5F1; }
.btn .arr { transition: transform 0.4s ease; }
.btn:hover .arr { transform: translateX(6px); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.hero-media {
  position: absolute; inset: -4%;
  background-size: cover; background-position: center 40%;
  animation: kenburns 26s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.07); } }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,11,9,0.62) 0%, rgba(12,11,9,0.05) 38%, rgba(12,11,9,0.5) 72%, rgba(12,11,9,0.97) 100%);
}
.hero-body { position: relative; z-index: 2; width: 100%; padding-bottom: 90px; }
.seq { opacity: 0; transform: translateY(26px); }
body.ready .seq { animation: seqIn 1.4s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
body.ready .seq-1 { animation-delay: 0.9s; }
body.ready .seq-2 { animation-delay: 1.5s; }
body.ready .seq-3 { animation-delay: 2.1s; }
body.ready .seq-4 { animation-delay: 2.8s; }
body.ready .seq-5 { animation-delay: 3.4s; }
@keyframes seqIn { to { opacity: 1; transform: none; } }
.hero-pre {
  text-transform: uppercase; letter-spacing: 0.4em;
  font-size: 0.64rem; color: rgba(244, 237, 222, 0.7);
  margin-bottom: 34px; display: flex; align-items: center; gap: 16px;
}
.hero-pre::before { content: ""; width: 44px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 14ch; margin-bottom: 14px; text-wrap: balance; }
.hero h1 .l2 { display: block; }
.hero-sub { margin: 26px 0 0; color: rgba(244, 237, 222, 0.8); max-width: 52ch; font-weight: 300; font-size: clamp(1rem, 1.4vw, 1.15rem); }
.hero-cta-row { display: flex; align-items: center; gap: 34px; margin-top: 46px; flex-wrap: wrap; }
.hero-hint {
  font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.32em;
  color: rgba(244, 237, 222, 0.55);
  display: flex; align-items: center; gap: 14px;
}
.hero-hint::after {
  content: ""; width: 60px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  animation: hintPulse 2.6s ease-in-out infinite;
}
@keyframes hintPulse { 0%, 100% { transform: scaleX(0.4); opacity: 0.4; transform-origin: left; } 50% { transform: scaleX(1); opacity: 1; } }

/* ---------- Sections ---------- */
section { padding: var(--sect) 0; position: relative; }
.on-paper { background: var(--paper); color: var(--ink); }
.on-paper h1, .on-paper h2, .on-paper h3 { color: var(--ink); }
.s-head { max-width: 880px; margin-bottom: clamp(56px, 8vw, 100px); }
.s-head h2 { margin-bottom: 26px; text-wrap: balance; }

/* Große Statement-Zeilen */
.lines { border-top: 1px solid var(--line); }
.line {
  display: grid; grid-template-columns: 90px 1fr;
  gap: 30px; align-items: baseline;
  padding: 34px 0; border-bottom: 1px solid var(--line);
  transition: padding-left 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.line:hover { padding-left: 18px; }
.line .idx { font-family: var(--fd); font-style: italic; color: var(--terra); font-size: 1.05rem; }
.line p { font-family: var(--fd); font-size: clamp(1.3rem, 2.8vw, 2.2rem); line-height: 1.22; color: var(--ivory); }
.big-quote {
  margin-top: clamp(56px, 8vw, 90px);
  max-width: 32ch; margin-left: auto;
  font-family: var(--fd); font-style: italic;
  font-size: clamp(1.35rem, 2.8vw, 2rem); line-height: 1.42;
  color: var(--gold);
  border-left: 1px solid var(--terra); padding-left: 38px;
}

/* Werte-Worte */
.values-flow { display: grid; gap: clamp(40px, 6vw, 70px); }
.value-word { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: baseline; border-bottom: 1px solid var(--line); padding-bottom: clamp(30px, 4vw, 50px); }
.value-word h3 { font-size: clamp(2rem, 5vw, 3.6rem); color: var(--ivory); }
.value-word p { color: var(--muted-d); font-weight: 300; max-width: 44ch; font-family: var(--fd); font-style: italic; font-size: 1.1rem; }

/* ---------- Photo band ---------- */
.band {
  position: relative; min-height: 78vh;
  display: flex; align-items: center;
  overflow: hidden;
}
.band .band-media {
  position: absolute; inset: -12% 0;
  background-size: cover; background-position: center;
  will-change: transform;
}
.band::after { content: ""; position: absolute; inset: 0; background: rgba(12, 11, 9, 0.52); }
.band .container { position: relative; z-index: 2; }
.band blockquote {
  font-family: var(--fd); font-style: italic;
  font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1.28;
  max-width: 23ch; text-wrap: balance;
}
.band cite {
  display: block; font-family: var(--fb); font-style: normal;
  text-transform: uppercase; letter-spacing: 0.34em;
  font-size: 0.62rem; color: var(--gold); margin-top: 30px;
}

/* ---------- Interaktive Immobilie ---------- */
.estate { position: relative; border: 1px solid var(--line); overflow: hidden; }
.estate-stage { position: relative; }
.estate img { width: 100%; display: block; }
.spot {
  position: absolute; width: 30px; height: 30px;
  transform: translate(-50%, -50%);
  background: none; border: none; z-index: 5;
}
.spot i {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid var(--gold);
  animation: spotPulse 2.8s ease-out infinite;
}
.spot::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); transform: translate(-50%, -50%);
  box-shadow: 0 0 12px rgba(222, 184, 128, 0.8);
}
@keyframes spotPulse { 0% { transform: scale(0.5); opacity: 0.9; } 80%, 100% { transform: scale(1.7); opacity: 0; } }
.spot-card {
  position: absolute; z-index: 10;
  width: 250px;
  background: rgba(16, 15, 12, 0.86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  padding: 20px 22px;
  opacity: 0; pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.spot-card.on { opacity: 1; pointer-events: auto; transform: none; }
.spot-card .sc-l { font-size: 0.56rem; text-transform: uppercase; letter-spacing: 0.26em; color: var(--muted-d); }
.spot-card .sc-t { font-family: var(--fd); font-size: 1.15rem; margin: 6px 0 10px; }
.spot-card .sc-s { display: flex; align-items: center; gap: 9px; font-size: 0.8rem; color: var(--ivory); }
.spot-card .ok {
  width: 17px; height: 17px; border-radius: 50%;
  border: 1px solid #7FA98B; color: #7FA98B;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.55rem;
}
.spot-card .sc-m { font-size: 0.7rem; color: var(--muted-d); margin-top: 8px; }
.estate-note { margin-top: 20px; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.28em; color: var(--muted-d); display: flex; align-items: center; gap: 14px; }
.estate-note::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.spot-card { width: 280px; }
.sc-steps { margin-top: 12px; display: grid; gap: 7px; }
.sc-steps span {
  font-size: 0.74rem; color: var(--muted-d);
  display: flex; gap: 9px; align-items: baseline;
  opacity: 0; transform: translateY(5px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.sc-steps span.in { opacity: 1; transform: none; }
.sc-steps b { color: #7FA98B; font-weight: 400; flex-shrink: 0; }
.wx {
  border: 1px solid var(--line);
  padding: 30px 36px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 30px; margin-top: 30px; flex-wrap: wrap;
  position: relative;
}
.wx::before {
  content: ""; position: absolute; top: -1px; left: -1px;
  width: 46px; height: 46px;
  border-top: 1px solid var(--gold); border-left: 1px solid var(--gold);
}
.wx-t { font-family: var(--fd); font-size: 1.35rem; display: block; margin-bottom: 8px; }
.wx p { color: var(--muted-d); font-size: 0.9rem; font-weight: 300; max-width: 52ch; }

/* ---------- Health Score ---------- */
.health { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(50px, 7vw, 110px); align-items: center; }
.ring-wrap { position: relative; width: min(340px, 76vw); margin: 0 auto; }
.ring-wrap svg { width: 100%; height: auto; transform: rotate(-90deg); }
.ring-bg { fill: none; stroke: var(--line); stroke-width: 1.6; }
.ring-fg { fill: none; stroke: var(--gold); stroke-width: 2.4; stroke-linecap: round; }
.ring-txt {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.ring-txt .rv { font-family: var(--fd); font-size: clamp(3rem, 6vw, 4.6rem); line-height: 1; }
.ring-txt .rl { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.34em; color: var(--muted-d); margin-top: 12px; }
.health-list { border-top: 1px solid var(--line); }
.health-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; border-bottom: 1px solid var(--line);
  font-size: 1.02rem;
}
.health-item .ok {
  width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid #7FA98B; color: #7FA98B;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.62rem;
}

/* ---------- App ---------- */
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.phone-stage { position: relative; display: flex; justify-content: center; perspective: 1200px; }
.phone {
  width: 320px; background: #0B0A08;
  border-radius: 48px; padding: 13px;
  border: 1px solid rgba(244, 237, 222, 0.14);
  box-shadow: 0 80px 140px -50px rgba(0, 0, 0, 0.85);
  transition: transform 0.2s ease-out;
  will-change: transform;
}
.phone-screen { background: var(--paper); border-radius: 37px; overflow: hidden; font-size: 0.8rem; color: var(--ink); }
.app-top { background: var(--bg); color: var(--ivory); padding: 22px 20px 18px; }
.app-title { font-family: var(--fd); font-size: 1rem; }
.app-sub { font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.24em; color: var(--gold); margin-top: 4px; }
.app-body { padding: 16px; display: grid; gap: 12px; }
.app-card { background: var(--ivory); border: 1px solid var(--line-p); padding: 15px 17px; }
.app-card .l { font-size: 0.56rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--muted-l); }
.app-st { display: flex; align-items: center; gap: 10px; font-weight: 500; margin-top: 7px; font-size: 0.87rem; }
.ok-s {
  width: 19px; height: 19px; border-radius: 50%;
  border: 1px solid #4E7A5C; color: #4E7A5C;
  display: inline-flex; align-items: center; justify-content: center; font-size: 0.56rem;
}
.app-ph { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 10px; }
.app-ph div { aspect-ratio: 1; background-size: cover; background-position: center; }
.app-tl { display: grid; gap: 0; margin-top: 8px; }
.app-tl div {
  display: flex; gap: 12px; font-size: 0.72rem;
  padding: 7px 0; border-bottom: 1px solid var(--line-p);
}
.app-tl div:last-child { border-bottom: none; }
.app-tl b { font-weight: 500; color: var(--muted-l); min-width: 40px; }
.push {
  position: absolute; top: 60px; right: -30px;
  width: 260px;
  background: rgba(16, 15, 12, 0.88);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  padding: 16px 18px;
  font-size: 0.78rem;
  opacity: 0; transform: translateY(-14px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.push.on { opacity: 1; transform: none; }
.push .p-l { font-size: 0.54rem; text-transform: uppercase; letter-spacing: 0.26em; color: var(--gold); margin-bottom: 6px; }
.app-features { margin-top: 44px; border-top: 1px solid var(--line-p); }
.on-dark .app-features { border-color: var(--line); }
.app-f { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line-p); }
.app-f .no { font-family: var(--fd); font-style: italic; color: var(--terra); }
.app-f h3 { font-size: 1.06rem; margin-bottom: 6px; }
.app-f p { color: var(--muted-l); font-size: 0.92rem; font-weight: 300; }
.soon {
  display: inline-block; border: 1px solid var(--terra); color: var(--terra);
  font-size: 0.56rem; letter-spacing: 0.3em; text-transform: uppercase;
  padding: 8px 18px; margin-left: 20px; vertical-align: middle;
}

/* ---------- Mitgliedschaften ---------- */
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tier {
  border: 1px solid rgba(18, 33, 43, 0.22);
  background: #FFFFFF;
  box-shadow: 0 14px 34px rgba(18, 33, 43, 0.07);
  padding: 50px 34px 44px;
  display: flex; flex-direction: column;
  position: relative;
  transition: background 0.4s ease;
}
.tier:hover { border-color: rgba(18, 33, 43, 0.5); }
.tier.hl { background: var(--navy); border-color: var(--navy); color: var(--ivory); }
.tier.hl h3, .tier.hl .t-price { color: var(--ivory); }
.tier h3 { font-size: 1.7rem; margin-bottom: 8px; }
.tier .t-for {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--terra); min-height: 48px; margin-bottom: 18px; line-height: 1.6;
}
.tier ul { flex: 1; border-top: 1px solid var(--line-p); margin-bottom: 30px; }
.tier.hl ul { border-color: var(--line); }
.tier li {
  display: flex; gap: 12px; align-items: baseline;
  font-size: 0.88rem; padding: 12px 0;
  border-bottom: 1px solid var(--line-p);
  font-weight: 300;
}
.tier.hl li { border-color: var(--line); }
.tier li::before { content: "—"; color: var(--terra); flex-shrink: 0; }
.t-price { font-family: var(--fd); font-size: clamp(2.4rem, 3.4vw, 3.4rem); color: var(--ink); margin-bottom: 4px; }
.t-price small { font-size: 0.62rem; font-family: var(--fb); text-transform: uppercase; letter-spacing: 0.2em; color: var(--muted-l); }
.tier.hl .t-price small { color: var(--muted-d); }
.tier .btn { justify-content: center; }
.tier.hl .btn { border-color: var(--line); color: var(--ivory); }
.tier.hl .btn:hover { border-color: var(--gold); }

/* ---------- Berater ---------- */
.advisor { border: 1px solid rgba(23, 21, 15, 0.25); background: #FFFFFF; box-shadow: 0 14px 34px rgba(23, 21, 15, 0.06); padding: clamp(40px, 6vw, 80px); position: relative; }
.advisor::before {
  content: ""; position: absolute; top: -1px; left: -1px;
  width: 64px; height: 64px;
  border-top: 1px solid var(--gold); border-left: 1px solid var(--gold);
}
.adv-q { margin-bottom: 34px; }
.adv-q .q { font-family: var(--fd); font-size: 1.25rem; margin-bottom: 16px; }
.seg { display: inline-flex; gap: 10px; }
.seg button {
  background: #FFFFFF; border: 1px solid rgba(23, 21, 15, 0.35); color: var(--ink);
  font-family: var(--fb); font-size: 0.72rem;
  text-transform: uppercase; letter-spacing: 0.2em;
  padding: 13px 26px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(23, 21, 15, 0.08);
  transition: all 0.3s ease;
}
.seg button:hover { border-color: var(--navy); transform: translateY(-1px); }
.seg button.on { background: var(--navy); border-color: var(--navy); color: #F8F5F1; }
.adv-result {
  margin-top: 40px; padding-top: 36px;
  border-top: 1px solid var(--line);
  opacity: 0; transform: translateY(12px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  min-height: 100px;
}
.adv-result.on { opacity: 1; transform: none; }
.adv-result .r-k { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.3em; color: var(--gold); margin-bottom: 12px; }
.adv-result .r-t { font-family: var(--fd); font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 10px; }
.adv-result .r-x { color: var(--muted-d); font-weight: 300; max-width: 60ch; }

/* ---------- Zusatz-Scroller ---------- */
.strip {
  display: flex; gap: 1px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  border-top: 1px solid var(--line-p); border-bottom: 1px solid var(--line-p);
  scrollbar-width: none;
}
.strip::-webkit-scrollbar { display: none; }
.strip-item {
  min-width: min(340px, 80vw);
  scroll-snap-align: start;
  padding: 44px 36px;
  border-right: 1px solid var(--line-p);
  background: var(--paper);
}
.strip-item .si-n { font-family: var(--fd); font-style: italic; color: var(--terra); margin-bottom: 18px; display: block; }
.strip-item h3 { font-size: 1.3rem; margin-bottom: 10px; }
.strip-item p { color: var(--muted-l); font-size: 0.9rem; font-weight: 300; margin-bottom: 20px; min-height: 68px; }
.strip-item .si-p { font-family: var(--fd); font-size: 1.35rem; color: var(--terra); }
.strip-item .si-x { display: block; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted-l); margin-top: 4px; }

/* ---------- Region / Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 44px 34px; }
.stat .sv { font-family: var(--fd); font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1; color: var(--ivory); }
.stat .sl { font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.26em; color: var(--muted-d); margin-top: 14px; display: block; }
.areas { display: flex; flex-wrap: wrap; margin-top: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.area { padding: 24px 38px; font-family: var(--fb); font-weight: 300; letter-spacing: 0.06em; font-size: clamp(1.15rem, 2.1vw, 1.7rem); border-right: 1px solid var(--line); display: flex; align-items: center; gap: 16px; }
.area:first-child { padding-left: 0; }
.area:last-child { border-right: none; }
.area::before { content: "◦"; color: var(--terra); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 880px; border-top: 1px solid var(--line-p); }
.faq-item { border-bottom: 1px solid var(--line-p); }
.faq-q {
  width: 100%; background: none; border: none;
  font-family: var(--fd); font-size: clamp(1.15rem, 2vw, 1.55rem);
  color: var(--ink); text-align: left;
  padding: 32px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq-q .chev { font-family: var(--fb); transition: transform 0.4s ease; color: var(--terra); font-size: 1.5rem; font-weight: 300; flex-shrink: 0; }
.faq-item.open .chev { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.16, 1, 0.3, 1); color: var(--muted-l); }
.faq-a > div { padding: 0 0 32px; max-width: 62ch; font-weight: 300; }

/* ---------- Conversion (blaue Stunde) ---------- */
.convert {
  background:
    radial-gradient(1200px 600px at 50% -20%, rgba(62, 100, 120, 0.28), transparent 65%),
    linear-gradient(180deg, var(--bg) 0%, var(--blue-hour) 55%, #101A24 100%);
}
.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); margin-bottom: clamp(60px, 8vw, 100px); }
.step3 { padding: 46px 36px; border-right: 1px solid var(--line); }
.step3:last-child { border-right: none; }
.step3 .no { font-family: var(--fd); font-size: 2.6rem; color: transparent; -webkit-text-stroke: 1px var(--gold); display: block; margin-bottom: 22px; }
.step3 h3 { margin-bottom: 10px; font-size: 1.15rem; }
.step3 p { color: var(--muted-d); font-size: 0.92rem; font-weight: 300; }
.convert-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(50px, 6vw, 100px); align-items: start; }
.channels { border-top: 1px solid var(--line); }
.channel {
  display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center;
  padding: 26px 0; border-bottom: 1px solid var(--line);
  transition: padding-left 0.35s ease;
}
a.channel:hover { padding-left: 14px; }
.channel .c-l { font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.28em; color: var(--muted-d); margin-bottom: 5px; }
.channel .c-v { font-size: 1.05rem; font-family: var(--fd); }
.channel .arr { color: var(--gold); font-size: 1.1rem; }
.form-card {
  background: rgba(244, 237, 222, 0.04);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  padding: clamp(36px, 4vw, 58px);
}
.form-card h3 { font-size: 1.6rem; margin-bottom: 32px; }
.fg { margin-bottom: 28px; }
.fg label { display: block; font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.28em; color: var(--muted-d); margin-bottom: 10px; }
.fg input, .fg textarea {
  width: 100%; border: none; border-bottom: 1px solid var(--line);
  background: transparent; padding: 11px 0;
  font-family: var(--fb); font-size: 1.05rem; color: var(--ivory);
  transition: border-color 0.3s ease;
}
.fg input:focus, .fg textarea:focus { outline: none; border-bottom-color: var(--gold); }
.fchk { display: flex; gap: 14px; align-items: flex-start; margin: 30px 0; font-size: 0.76rem; color: var(--muted-d); font-weight: 300; }
.fchk input { margin-top: 5px; accent-color: var(--terra); }
.fnote { font-size: 0.7rem; color: var(--muted-d); margin-top: 14px; }
.form-done { display: none; text-align: center; padding: 60px 0; }
.form-done.on { display: block; }
.form-done .fd-t { font-family: var(--fd); font-size: 2rem; margin-bottom: 14px; }
.form-done p { color: var(--muted-d); }

/* ---------- Finale / Footer ---------- */
.finale {
  position: relative; min-height: 70vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
  background: var(--night);
}
.finale .band-media { position: absolute; inset: -10% 0; background-size: cover; background-position: center; opacity: 0.35; filter: saturate(0.6) brightness(0.5); }
.finale::after { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 500px at 50% 100%, rgba(222, 184, 128, 0.08), transparent 70%); }
.finale .container { position: relative; z-index: 2; }
.finale h2 { font-size: clamp(2.2rem, 5.5vw, 4.4rem); margin-bottom: 20px; }
.finale p { color: var(--muted-d); text-transform: uppercase; letter-spacing: 0.32em; font-size: 0.66rem; }
.ft { background: var(--night); border-top: 1px solid var(--line); padding: 60px 0 36px; color: var(--muted-d); font-size: 0.86rem; }
.ft-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 46px; }
.ft a:hover { color: var(--gold); }
.ft ul { display: flex; gap: 28px; flex-wrap: wrap; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.2em; }
.ft-bottom { border-top: 1px solid var(--line); padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.68rem; color: rgba(166, 157, 136, 0.55); }

/* ---------- WhatsApp ---------- */
.wa {
  position: fixed; bottom: 30px; right: 30px; z-index: 90;
  width: 54px; height: 54px; border-radius: 50%;
  background: rgba(16, 15, 12, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(37, 211, 102, 0.5);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.wa:hover { transform: translateY(-4px); border-color: #25D366; }
.wa svg { width: 24px; height: 24px; fill: #25D366; }

/* ---------- Reveal ---------- */
.rv { opacity: 0; transform: translateY(34px); transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1), transform 1.1s cubic-bezier(0.16, 1, 0.3, 1); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 0.12s; } .rv-d2 { transition-delay: 0.24s; } .rv-d3 { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  .rv, .seq { opacity: 1 !important; transform: none !important; transition: none !important; animation: none !important; }
  .hero-media { animation: none; }
  .pre { display: none; }
  body.ready .hd { transition: none; }
  .cur { display: none; }
  body { cursor: auto; }
}

/* ---------- Logo (freigestellt, Ivory-Version) ---------- */
.logo-img { height: 30px; width: auto; }
.logo-img.inv { height: 38px; opacity: 0.92; }
.pre-logo {
  position: absolute; left: 50%; top: 44%;
  transform: translate(-50%, -50%);
  width: min(46vw, 400px);
  opacity: 0;
  transition: opacity 1.1s ease;
  pointer-events: none;
}
.pre.brand-in .pre-logo { opacity: 1; }

/* ---------- Benachrichtigung in der Dokumentation ---------- */
.e-push {
  position: absolute; top: 20px; right: 20px; z-index: 12;
  display: flex; gap: 12px; align-items: center;
  background: rgba(245, 245, 247, 0.94);
  color: #111;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.45);
  opacity: 0; transform: translateY(-16px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: 320px;
}
.e-push.on { opacity: 1; transform: none; }
.e-push b { display: block; font-size: 0.56rem; color: #6B6B6E; letter-spacing: 0.06em; font-weight: 600; }
.e-push .tx { font-size: 0.82rem; font-weight: 600; }

/* ---------- App: Views + Berichte + Film ---------- */
.phone-screen.scr { height: 600px; display: flex; flex-direction: column; }
.scr-view { display: none; flex: 1; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
.scr-view::-webkit-scrollbar { display: none; }
.scr-view.on { display: block; }
.scr-nav { margin-top: auto; }
.scr-off {
  position: absolute; inset: 0; z-index: 15;
  background: linear-gradient(180deg, #0B111C 0%, #101B2E 100%);
  display: flex; flex-direction: column; align-items: center;
  padding-top: 96px;
  transition: opacity 1s ease;
  border-radius: inherit;
}
.scr-off.off { opacity: 0; pointer-events: none; }
.scr-off.asleep { background: #000; }
.scr-off.asleep .so-time, .scr-off.asleep .so-date { opacity: 0; }
.scr-off .so-time, .scr-off .so-date { transition: opacity 0.8s ease; }
.so-time { font-size: 46px; font-weight: 300; color: #fff; letter-spacing: 0.02em; }
.so-date { font-size: 11px; color: #9FB0CC; margin-top: 4px; }
.scr-nav span[data-v] { cursor: pointer; }
.scr-rep {
  display: flex; gap: 10px; align-items: center;
  background: #fff; color: #16233A;
  border-radius: 12px; margin: 0 14px 10px; padding: 10px 12px;
}
.scr-rep .ri { width: 52px; height: 44px; border-radius: 8px; background-size: cover; background-position: center; flex-shrink: 0; }

/* ---------- Immobilien zum Verkauf ---------- */
.props { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-right: none; }
.prop { border-right: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(244, 237, 222, 0.02); }
.prop .pimg { aspect-ratio: 4 / 3; background-size: cover; background-position: center; filter: saturate(0.92); }
.prop .pb { padding: 32px 30px; display: flex; flex-direction: column; flex: 1; }
.prop .pl { font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.prop h3 { font-size: 1.55rem; margin-bottom: 18px; }
.prop .pf { display: flex; gap: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; margin-bottom: 20px; font-size: 0.7rem; color: var(--muted-d); text-transform: uppercase; letter-spacing: 0.1em; }
.prop .pf b { color: var(--ivory); font-weight: 400; font-family: var(--fd); font-size: 1.15rem; display: block; margin-bottom: 2px; }
.prop .pp { font-family: var(--fd); font-size: 1.25rem; margin-bottom: 24px; color: var(--gold); }
.prop .btn { justify-content: center; margin-top: auto; }
@media (max-width: 1000px) { .props { grid-template-columns: 1fr; border-right: 1px solid var(--line); } .prop { border-right: none; border-bottom: 1px solid var(--line); } }

/* Karten-Galerie */
.prop .pimg { position: relative; cursor: pointer; }
.pg-prev, .pg-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(10, 17, 22, 0.62); color: var(--ivory);
  border: 1px solid var(--line); font-size: 20px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  z-index: 3; transition: background 0.3s ease;
}
.pg-prev { left: 12px; } .pg-next { right: 12px; }
.pg-prev:hover, .pg-next:hover { background: rgba(10, 17, 22, 0.9); }
.pg-dots { position: absolute; bottom: 12px; left: 0; right: 0; display: flex; justify-content: center; gap: 7px; z-index: 3; }
.pg-dots i, .xg-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(248, 245, 241, 0.4); transition: background 0.3s ease; }
.pg-dots i.on, .xg-dots i.on { background: var(--ivory); }
.props-empty { border: 1px solid var(--line); padding: 70px 40px; text-align: center; }
.props-empty p { font-family: var(--fd); font-size: clamp(1.2rem, 2.4vw, 1.7rem); margin-bottom: 30px; color: var(--ivory); }
.props-empty .btn { display: inline-flex; }

/* Exposé-Modal */
.xmod {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(8, 13, 18, 0.82);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  display: none; align-items: center; justify-content: center;
  padding: 24px;
}
.xmod.open { display: flex; }
.xmod-box {
  background: var(--paper); color: var(--ink);
  width: min(880px, 100%); max-height: 92vh; overflow-y: auto;
  position: relative;
}
.xmod-x {
  position: absolute; top: 10px; right: 10px; z-index: 5;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(10, 17, 22, 0.65); color: var(--ivory);
  border: none; font-size: 24px; line-height: 1; cursor: pointer;
}
.xg { position: relative; aspect-ratio: 16 / 10; background: var(--navy); }
.xg-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.xg .xg-prev, .xg .xg-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(10, 17, 22, 0.62); color: #F8F5F1;
  border: 1px solid rgba(248, 245, 241, 0.3); font-size: 22px;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.xg .xg-prev { left: 14px; } .xg .xg-next { right: 14px; }
.xg .xg-dots { position: absolute; bottom: 14px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; }
.xmod-body { padding: 38px 42px 44px; }
.xm-ort { font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted-l); }
.xm-t { font-family: var(--fd); font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin: 10px 0 22px; }
.xm-facts { display: flex; flex-wrap: wrap; gap: 26px; border-top: 1px solid var(--line-p); border-bottom: 1px solid var(--line-p); padding: 16px 0; margin-bottom: 20px; font-size: 0.68rem; color: var(--muted-l); text-transform: uppercase; letter-spacing: 0.1em; }
.xm-facts b { color: var(--ink); font-weight: 400; font-family: var(--fd); font-size: 1.2rem; display: block; margin-bottom: 2px; }
.xm-preis { font-family: var(--fd); font-size: 1.5rem; color: var(--navy); margin-bottom: 20px; }
.xm-desc { font-size: 0.95rem; line-height: 1.75; color: var(--muted-l); margin-bottom: 22px; }
.xm-feat { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; padding: 0; }
.xm-feat li { border: 1px solid var(--line-p); padding: 8px 16px; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink); }
.xmod-cta { display: inline-flex; }
@media (max-width: 640px) { .xmod { padding: 0; } .xmod-box { max-height: 100vh; height: 100%; } .xmod-body { padding: 28px 22px 40px; } }


/* ---------- Kontrollpunkte v2 (sichtbar + beschriftet) ---------- */
.spot { width: 40px; height: 40px; }
.spot i { border-width: 1.5px; }
.spot::after {
  width: 11px; height: 11px;
  box-shadow: 0 0 0 4px rgba(12, 11, 9, 0.55), 0 0 16px rgba(222, 184, 128, 0.9);
}
.spot .tag {
  position: absolute; left: 34px; top: 50%;
  transform: translateY(-50%);
  background: rgba(12, 11, 9, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  padding: 7px 14px;
  font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase;
  white-space: nowrap; color: var(--ivory);
  pointer-events: none;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.spot:hover .tag { border-color: var(--gold); background: rgba(12, 11, 9, 0.9); }
@media (max-width: 720px) {
  .spot .tag { left: 50%; top: 26px; transform: translateX(-50%); padding: 4px 9px; font-size: 0.5rem; letter-spacing: 0.14em; }
  .spot-card { position: static !important; width: 100% !important; transform: none !important; display: none; border-left: none; border-right: none; border-bottom: none; }
  .spot-card.on { display: block; }
}

/* ---------- Hero Lichtstaub + Sweep ---------- */
.dust { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero .sweep {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(244, 230, 200, 0.10) 47%, rgba(244, 230, 200, 0.16) 50%, rgba(244, 230, 200, 0.10) 53%, transparent 70%);
  transform: translateX(-120%);
}
body.reveal .hero .sweep { animation: sweep 3.6s cubic-bezier(0.45, 0, 0.2, 1) 1.8s forwards; }
@keyframes sweep { to { transform: translateX(120%); } }

/* ---------- App-Screen (nach Original-Mockup) ---------- */
.phone-screen.scr {
  background: #17233B; color: #FFFFFF;
  font-family: var(--fb); font-size: 10.5px;
  padding: 0 0 0; position: relative; overflow: hidden;
}
.scr-status { display: flex; justify-content: space-between; align-items: center; padding: 12px 22px 2px; font-size: 10px; font-weight: 600; }
.scr-notch { width: 74px; height: 20px; background: #0B0A08; border-radius: 12px; }
.scr-sig { width: 34px; height: 8px; background: linear-gradient(90deg, #fff 70%, rgba(255,255,255,0.4) 70%); border-radius: 2px; }
.scr-head { display: flex; justify-content: space-between; align-items: center; padding: 12px 18px 0; }
.scr-logo { display: flex; align-items: center; gap: 8px; }
.scr-logo svg { width: 30px; height: 30px; color: #fff; }
.scr-logo span { font-weight: 700; font-size: 10.5px; letter-spacing: 0.06em; line-height: 1.15; }
.scr-logo small { display: block; font-weight: 500; font-size: 5.5px; letter-spacing: 0.3em; text-transform: uppercase; color: #9FB0CC; margin-top: 2px; }
.scr-bell { position: relative; }
.scr-bell svg { width: 20px; height: 20px; color: #fff; }
.scr-bell b { position: absolute; top: -1px; right: -2px; width: 7px; height: 7px; border-radius: 50%; background: #3B82F6; }
.scr-title { font-family: var(--fd); font-size: 22px; padding: 14px 18px 0; }
.scr-sub { color: #9FB0CC; padding: 2px 18px 12px; font-size: 10px; }
.scr-card { background: #FFFFFF; color: #16233A; border-radius: 12px; margin: 0 14px 10px; }
.scr-user { display: flex; align-items: center; gap: 10px; padding: 12px 14px; }
.scr-av { width: 34px; height: 34px; border-radius: 50%; background: #16233A; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: 11px; flex-shrink: 0; }
.scr-n { font-weight: 600; font-size: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.scr-m { color: #6B7A93; font-size: 9px; margin-top: 1px; }
.scr-ch { color: #93A2BB; font-size: 14px; margin-left: auto; }
.scr-row { display: flex; gap: 10px; margin: 0 14px 12px; }
.scr-half { flex: 1; background: #FFFFFF; border-radius: 12px; padding: 9px 12px; color: #16233A; }
.scr-k { display: block; color: #6B7A93; font-size: 8px; }
.scr-v { font-weight: 600; font-size: 11px; }
.scr-blue { color: #2E6BE6; }
.scr-sec { display: flex; justify-content: space-between; align-items: baseline; padding: 4px 18px 8px; font-weight: 600; font-size: 11.5px; }
.scr-sec .scr-blue { font-size: 9px; font-weight: 500; }
.scr-prop { display: flex; overflow: hidden; }
.scr-img { width: 86px; min-height: 74px; background-size: cover; background-position: center; flex-shrink: 0; }
.scr-pi { padding: 9px 12px; flex: 1; }
.scr-stat { display: flex; gap: 10px; margin-top: 6px; align-items: center; }
.scr-ok { color: #1E9E63; font-size: 8.5px; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
.scr-ok::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #1E9E63; }
.scr-next { color: #2E6BE6; font-size: 8.5px; font-weight: 600; }
.scr-add {
  margin: 0 14px 12px; border: 1.4px dashed #3D5578; border-radius: 12px;
  color: #4E8BF5; text-align: center; padding: 10px; font-weight: 600; font-size: 10.5px;
}
.scr-nav {
  display: flex; justify-content: space-around;
  background: #121C30; padding: 10px 6px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.scr-nav span { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 7.5px; color: #8395B3; }
.scr-nav svg { width: 17px; height: 17px; }
.scr-nav .on { color: #4E8BF5; }
.ios-push {
  position: absolute; top: 10px; left: 10px; right: 10px;
  background: rgba(245, 245, 247, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 10px 12px;
  display: flex; gap: 10px; align-items: center;
  color: #111;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  opacity: 0; transform: translateY(-120%);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 20;
}
.ios-push.on { opacity: 1; transform: none; }
.ip-ico {
  width: 34px; height: 34px; border-radius: 8px;
  background: #17233B; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ip-ico svg { width: 20px; height: 20px; }
.ip-tx { flex: 1; min-width: 0; }
.ip-h { display: flex; justify-content: space-between; align-items: baseline; }
.ip-h b { font-size: 8px; letter-spacing: 0.06em; color: #6B6B6E; font-weight: 600; }
.ip-h i { font-style: normal; font-size: 8px; color: #8E8E93; }
.ip-t { display: block; font-size: 10.5px; font-weight: 600; margin-top: 1px; }
.ip-b { display: block; font-size: 9.5px; color: #3C3C43; }

/* ---------- App: Protokolle-Screen (Original-Mockup) ---------- */
.scr .sum { background: rgba(255,255,255,0.06); border-radius: 12px; margin: 0 14px 10px; padding: 10px 12px; display: flex; gap: 10px; align-items: center; color: #fff; }
.scr .sum .si { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.scr .sum b { font-size: 11px; display: block; }
.scr .sum span { font-size: 9px; color: #9FB0CC; }
.scr .sum .d { color: #4E8BF5; }
.scr .chips { display: flex; gap: 6px; margin: 0 14px 10px; }
.scr .chips span { border: 1px solid rgba(255,255,255,0.18); color: #C7D3E8; font-size: 8.5px; padding: 5px 10px; border-radius: 999px; }
.scr .chips .on { background: #2E6BE6; border-color: #2E6BE6; color: #fff; }
.scr .chips .warn { color: #E5A54B; border-color: rgba(229,165,75,0.5); }
.scr .pcard { background: #fff; color: #16233A; border-radius: 12px; margin: 0 14px 10px; padding: 10px 12px; }
.scr .pcard .pt { font-size: 8.5px; color: #2E6BE6; font-weight: 600; }
.scr .pcard .pn { font-weight: 700; font-size: 12px; margin: 1px 0 2px; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.scr .badge-s { font-size: 7.5px; font-weight: 600; padding: 3px 8px; border-radius: 999px; white-space: nowrap; }
.scr .b-ok { background: #E7F5EC; color: #1E9E63; }
.scr .b-warn { background: #FCF1DF; color: #C77E1D; }
.scr .pmeta { font-size: 8.5px; color: #6B7A93; display: flex; gap: 12px; margin-top: 3px; }
.scr .pact { display: flex; border-top: 1px solid #E8EDF4; margin-top: 8px; padding-top: 7px; }
.scr .pact span { flex: 1; font-size: 9px; color: #2E6BE6; font-weight: 600; text-align: center; }
.scr .pact span + span { border-left: 1px solid #E8EDF4; }

/* ---------- App: Paket-Screen (Original-Mockup) ---------- */
.scr .pk-hero { padding: 6px 18px 14px 44px; display: flex; gap: 12px; align-items: center; color: #fff; }
.scr .pk-hero .crown { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: #E8C78F; flex-shrink: 0; }
.scr .pk-hero small { font-size: 8.5px; color: #9FB0CC; display: block; }
.scr .pk-hero b { font-family: var(--fd); font-size: 18px; font-weight: 500; }
.scr .pk-hero i { font-style: normal; font-size: 8.5px; color: #4E8BF5; }
.scr .sheet { background: #F4F6FA; color: #16233A; border-radius: 18px 18px 0 0; padding: 12px 14px; flex: 1; overflow: hidden; }
.scr .sheet .inf { background: #E8EEFB; color: #2E5FB8; font-size: 8.5px; padding: 8px 10px; border-radius: 10px; margin-bottom: 10px; }
.scr .sheet h4 { font-size: 12px; margin-bottom: 10px; font-family: var(--fb); }
.scr .prow { background: #fff; border-radius: 12px; padding: 9px 11px; display: flex; align-items: center; gap: 9px; margin-bottom: 7px; border: 1px solid transparent; position: relative; }
.scr .prow.sel { border-color: #2E6BE6; background: #EFF4FE; }
.scr .prow .pi { width: 30px; height: 30px; border-radius: 50%; background: #EAF0FA; color: #2E6BE6; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 13px; }
.scr .prow b { font-size: 10.5px; display: block; }
.scr .prow small { font-size: 8px; color: #6B7A93; line-height: 1.3; display: block; }
.scr .prow .pr { margin-left: auto; text-align: right; font-weight: 700; font-size: 11px; flex-shrink: 0; }
.scr .prow .pr small { font-size: 7.5px; }
.scr .emp { position: absolute; top: -7px; left: 10px; background: #2E6BE6; color: #fff; font-size: 7px; font-weight: 600; padding: 2px 8px; border-radius: 999px; }
.scr .pbtn { border-radius: 10px; text-align: center; font-size: 10px; font-weight: 600; padding: 9px; margin-bottom: 6px; }
.scr .pbtn.pri { background: #2E6BE6; color: #fff; }
.scr .pbtn.sec { background: #fff; border: 1px solid #D7DFEA; color: #16233A; }
.scr .pk-note { font-size: 7.5px; color: #6B7A93; margin-top: 4px; }
.scr .back { position: absolute; left: 16px; top: 46px; color: #fff; font-size: 18px; z-index: 5; cursor: pointer; background: none; border: none; }

/* ---------- Gründer-Porträt ---------- */
.vic { width: 100%; max-width: 340px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 20%; filter: grayscale(1) contrast(1.02); border: 1px solid var(--line); display: block; }
.vic-ph { aspect-ratio: 3 / 4; border: 1px dashed var(--line); align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: var(--muted-d); font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; text-align: center; padding: 20px; }
.vic-cap { max-width: 340px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 14px; margin-top: 14px; font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted-d); }

/* ---------- Rechtsseiten ---------- */
.legal { max-width: 820px; }
.legal h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 30px; }
.legal h2 { font-size: 1.5rem; margin: 46px 0 14px; }
.legal h3 { font-size: 1.02rem; margin: 26px 0 8px; font-family: var(--fb); font-weight: 500; color: var(--ivory); }
.legal p, .legal li { color: var(--muted-d); font-weight: 300; font-size: 0.95rem; margin-bottom: 10px; }
.legal ul { list-style: disc; padding-left: 22px; margin-bottom: 14px; }
.legal a { color: var(--gold); }
.legal .back-link { display: inline-flex; gap: 10px; margin-bottom: 40px; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.24em; color: var(--muted-d); }
.legal .back-link:hover { color: var(--gold); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .tiers { grid-template-columns: 1fr 1fr; }
  .steps3 { grid-template-columns: 1fr; }
  .step3 { border-right: none; border-bottom: 1px solid var(--line); }
}
@media (max-width: 900px) {
  .app-grid, .health, .convert-grid { grid-template-columns: 1fr; }
  .value-word { grid-template-columns: 1fr; gap: 14px; }
  .push { right: 4px; }
}
@media (max-width: 720px) {
  .nav {
    position: fixed; inset: 0; background: #0C0B09;
    flex-direction: column; justify-content: center; gap: 36px;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 130;
  }
  .nav.open { transform: none; }
  .nav a { font-size: 0.9rem; }
  .burger { display: block; }
  .burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .burger.open span:nth-child(2) { opacity: 0; }
  .burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .tiers { grid-template-columns: 1fr; }
  .line { grid-template-columns: 48px 1fr; gap: 16px; }
  .hero-body { padding-bottom: 60px; }
  section { padding: clamp(80px, 16vw, 110px) 0; }
}

/* Sprachumschalter */
.lang-sw { display: inline-flex; gap: 2px; margin-left: 18px; border: 1px solid var(--line); }
.lang-sw button {
  background: none; border: none; color: var(--muted-d);
  font-family: var(--fb); font-size: 0.6rem; letter-spacing: 0.14em;
  padding: 7px 10px; cursor: pointer; transition: all 0.3s ease;
}
.lang-sw button.on { background: var(--ivory); color: var(--ink); }
.lang-sw button:hover { color: var(--ivory); }
.lang-sw button.on:hover { color: var(--ink); }
@media (max-width: 720px) { .lang-sw { margin-left: 0; } .lang-sw button { font-size: 0.78rem; padding: 10px 16px; } }

/* ===== Mobile-Feinschliff ===== */
@media (max-width: 720px) {
  /* Header */
  .hd .logo img { height: 30px; }
  /* Hero */
  .hero-body { padding-bottom: 48px; }
  .hero-final h1 { font-size: clamp(2rem, 9.5vw, 2.8rem); line-height: 1.12; }
  .hero-final .lead { font-size: 0.92rem; }
  .btn { padding: 15px 26px; font-size: 0.66rem; }
  /* Abschnitte */
  .s-head h2 { font-size: clamp(1.6rem, 7.4vw, 2.2rem); line-height: 1.18; }
  .lead { font-size: 0.92rem; }
  .big-quote { font-size: clamp(1.15rem, 5.4vw, 1.5rem); }
  .kicker { flex-wrap: wrap; row-gap: 6px; }
  /* Wetter-Modul */
  .wx { flex-direction: column; align-items: flex-start; padding: 24px 20px; }
  .wx > div[style] { text-align: left !important; width: 100%; }
  .wx-t { font-size: 1.1rem; }
  /* App / Telefon */
  .app-grid { grid-template-columns: 1fr; gap: 44px; }
  .phone { width: min(320px, 88vw); margin: 0 auto; }
  .phone-screen.scr { height: min(600px, 132vw); }
  /* Zusatzleistungen: horizontales Scrollen mit sichtbarem Hinweis */
  .strip-item { min-width: 78vw; scroll-snap-align: start; }
  /* Region */
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 26px 20px; }
  .areas { flex-direction: column; }
  .area { border-right: none; border-bottom: 1px solid var(--line); padding: 18px 4px; }
  .area:last-child { border-bottom: none; }
  /* Immobilien */
  .prop .pb { padding: 26px 20px; }
  .xm-facts { gap: 18px; }
  /* Kontakt */
  .form-card { padding: 30px 22px; }
  .channel { padding: 20px 4px; }
  /* Footer */
  .ft-bottom { flex-direction: column; gap: 8px; }
  /* Band-Zitate */
  .band blockquote { font-size: clamp(1.15rem, 5.6vw, 1.5rem); }
  /* Berater */
  .advisor { padding: 30px 20px; }
  .seg { flex-wrap: wrap; }
  .seg button { padding: 12px 20px; flex: 1; min-width: 110px; }
  .adv-q .q { font-size: 1.05rem; }
  /* Intro-Zeilen */
  .cine .cl { font-size: clamp(1.7rem, 8.4vw, 2.6rem); max-width: 90vw; }
  .pre-skip { font-size: 0.56rem; }
}
@media (max-width: 400px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .stats { grid-template-columns: 1fr; }
}

/* Link kopieren im Exposé */
.x-copy { background: none; border: 1px solid var(--line-p); color: var(--muted-l); font-family: var(--fb); font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.18em; padding: 14px 22px; margin-left: 12px; cursor: pointer; transition: all 0.3s ease; vertical-align: middle; }
.x-copy:hover { border-color: var(--navy); color: var(--ink); }
.x-copy .xc-b { display: none; color: #4C7A55; }
.x-copy.ok .xc-a { display: none; }
.x-copy.ok .xc-b { display: inline; }
@media (max-width: 640px) { .x-copy { margin-left: 0; margin-top: 12px; display: block; } }

/* ===== HouseService Club ===== */
.club-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.club-list { list-style: none; padding: 0; margin: 0 0 28px; }
.club-list li { padding: 14px 0 14px 34px; position: relative; border-bottom: 1px solid var(--line-p); font-size: 0.95rem; color: var(--muted-l); }
.club-list li::before { content: "✓"; position: absolute; left: 4px; color: var(--navy); font-size: 0.9rem; }
.club-note { font-size: 0.78rem; color: var(--muted-l); line-height: 1.7; border-left: 2px solid rgba(23, 21, 15, 0.2); padding-left: 16px; }
.club-card { background: #FFFFFF; border: 1px solid rgba(23, 21, 15, 0.22); box-shadow: 0 14px 34px rgba(23, 21, 15, 0.07); padding: clamp(28px, 4vw, 46px); }
.club-card h3 { font-family: var(--fd); font-size: 1.5rem; margin-bottom: 26px; }
.club-card .fg { margin-bottom: 18px; }
.club-card label { display: block; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--muted-l); margin-bottom: 7px; }
.club-card input[type="text"], .club-card input[type="tel"], .club-card input[type="email"], .club-card select, .club-card textarea {
  width: 100%; background: none; border: none; border-bottom: 1px solid rgba(23, 21, 15, 0.3);
  padding: 9px 2px; font-family: var(--fb); font-size: 0.95rem; color: var(--ink); border-radius: 0;
}
.club-card select { appearance: auto; cursor: pointer; }
.club-card input:focus, .club-card select:focus, .club-card textarea:focus { outline: none; border-bottom-color: var(--navy); }
.frow2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.frow-sn { grid-template-columns: 2fr 0.7fr; }
.frow-po { grid-template-columns: 0.7fr 2fr; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; }
.club-card .fchk { display: flex; gap: 11px; align-items: flex-start; font-size: 0.74rem; color: var(--muted-l); line-height: 1.6; margin: 18px 0 14px; }
.club-card .fchk input { margin-top: 4px; accent-color: var(--navy); }
.club-privacy { font-size: 0.7rem; color: var(--muted-l); line-height: 1.6; margin-bottom: 22px; }
.club-submit { width: 100%; justify-content: center; }
.club-err { margin-top: 14px; font-size: 0.8rem; color: #A04B3C; }
.club-done h3 { margin-bottom: 18px; }
.club-done .cd-p1 { font-size: 0.95rem; color: var(--muted-l); margin-bottom: 22px; line-height: 1.7; }
.club-done .cd-p2 { font-family: var(--fd); font-size: 1.15rem; color: var(--ink); margin-bottom: 20px; line-height: 1.5; }
.club-done .cd-btn { width: 100%; justify-content: center; margin-bottom: 24px; }
.club-done .cd-p3 { font-size: 0.82rem; color: var(--muted-l); line-height: 1.7; border-top: 1px solid var(--line-p); padding-top: 18px; }
@media (max-width: 900px) { .club-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .frow2 { grid-template-columns: 1fr; gap: 0; } .frow-sn, .frow-po { grid-template-columns: 2fr 1fr; gap: 14px; } }
