/* ==========================================================================
   Monteurzimmerblick – Stylesheet
   Eigenständiges Stylesheet. Schrift: Inter Tight (Headlines), Inter (Text).
   ========================================================================== */

:root {
  --bg: #FFFFFF;
  --bg-2: #F6F6F3;
  --bg-3: #EDEDE8;
  --ink: #0E0E0D;
  --ink-2: #4A4A46;
  --ink-3: #7A7A74;
  --line: #E4E4DF;
  --line-2: #D2D2CC;

  --gelb: #F5B800;
  --gelb-text: #D99B00;
  --gelb-soft: #FFE27A;
  --gelb-pale: #FFF6D0;
  --gelb-glow: rgba(245, 184, 0, .38);
  --schwarz: #0E0E0D;
  --schwarz-2: #1C1C1B;
  --schwarz-3: #2E2E2C;

  --ff: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ff-tight: 'Inter Tight', 'Inter', system-ui, sans-serif;
  --ff-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  --w: 1160px;
  --gutter: clamp(16px, 4vw, 40px);
  --r-lg: 20px;
  --r: 14px;
  --r-sm: 10px;
  --pill: 999px;
  --shadow: 0 24px 60px -24px rgba(14, 14, 13, .28);
  --shadow-sm: 0 8px 24px -14px rgba(14, 14, 13, .22);
  --t: .2s ease;
  --ease-move: cubic-bezier(.65, 0, .35, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0; font-family: var(--ff); font-size: 1.0625rem; line-height: 1.6;
  color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
p, ul, ol, dl, h1, h2, h3, h4 { margin: 0; }
ul, ol { padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--ff-tight); font-weight: 800; letter-spacing: -.025em; line-height: 1.05; }
strong, b { font-weight: 600; }
:focus-visible { outline: 3px solid var(--gelb); outline-offset: 3px; border-radius: 4px; }

.container { width: min(var(--w), 100% - 2 * var(--gutter)); margin-inline: auto; }
.container-narrow { width: min(760px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 100; padding: .7em 1em; background: var(--gelb); color: var(--ink); font-weight: 600; text-decoration: none; border-radius: var(--r-sm); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- Type ---------- */
.h1 { font-size: clamp(2.7rem, 6.2vw, 4.75rem); letter-spacing: -.035em; line-height: 1; }
.h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); letter-spacing: -.03em; }
.h3 { font-size: 1.25rem; letter-spacing: -.015em; line-height: 1.25; }
.lead { font-size: clamp(1.1rem, 1.7vw, 1.25rem); line-height: 1.55; color: var(--ink-2); }
.muted { color: var(--ink-3); }
.hl { color: var(--gelb-text); display: inline-block; line-height: 1; border-bottom: .13em solid var(--gelb-soft); padding-bottom: .02em; }

.pill {
  display: inline-flex; align-items: center; gap: .55em;
  font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  padding: .5em .95em .5em .8em; border-radius: var(--pill);
  border: 1px solid var(--gelb-soft); background: var(--gelb-pale); color: var(--ink);
}
.pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gelb); }
.pill-plain { border-color: var(--line); background: var(--bg); }
.pill-plain::before { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .95em 1.5em; border-radius: 12px; font-weight: 600; font-size: 1rem; line-height: 1.1;
  text-decoration: none; cursor: pointer; border: 1px solid transparent; white-space: nowrap;
  transition: background var(--t), color var(--t), border-color var(--t), transform var(--t), box-shadow var(--t);
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 1.05em; height: 1.05em; flex: none; }
.btn-dark { background: var(--schwarz); color: #fff; border-color: var(--schwarz); box-shadow: 0 10px 24px -12px rgba(14, 14, 13, .6); }
.btn-dark:hover { background: var(--schwarz-3); border-color: var(--schwarz-3); }
.btn-light { background: var(--bg); color: var(--ink); border-color: var(--line-2); }
.btn-light:hover { background: var(--bg-2); }
.btn-gelb { background: var(--gelb); color: var(--ink); border-color: var(--gelb); }
.btn-gelb:hover { background: #FFC61A; }
.btn-text { background: transparent; color: var(--ink-2); padding-inline: .6em; }
.btn-text:hover { color: var(--ink); }
.btn-sm { padding: .65em 1.1em; font-size: .92rem; border-radius: 10px; }
.btn-lg { padding: 1.1em 1.7em; font-size: 1.08rem; border-radius: 14px; }

/* ---------- Sections ---------- */
.section { padding-block: clamp(64px, 8vw, 112px); }
.grey { background: var(--bg-2); }
.section-head { text-align: center; max-width: 720px; margin-inline: auto; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head .pill { margin-bottom: 18px; }
.section-head p { margin-top: 16px; color: var(--ink-2); font-size: 1.1rem; }
.section-head.left { text-align: left; margin-inline: 0; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .88); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.logo { display: inline-flex; flex-direction: column; text-decoration: none; color: var(--ink); line-height: .95; font-family: var(--ff-tight); font-weight: 800; font-size: 1.28rem; letter-spacing: -.02em; text-transform: uppercase; flex: none; }
.logo b { color: var(--gelb-text); font-weight: 800; }
.nav-links { display: flex; gap: 6px; }
.nav-links a { text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--ink-2); padding: .5em .8em; border-radius: var(--r-sm); transition: color var(--t), background var(--t); }
.nav-links a:hover { color: var(--ink); background: var(--bg-2); }
.nav-cta { display: flex; gap: 8px; align-items: center; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: var(--bg); color: var(--ink); border-radius: var(--r-sm); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; }
.nav-toggle .ic-close { display: none; }
.nav.open .nav-toggle .ic-menu { display: none; }
.nav.open .nav-toggle .ic-close { display: block; }
.nav-panel { display: none; }
@media (max-width: 960px) {
  .nav-links, .nav-cta .btn-text { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.open .nav-panel { display: block; position: absolute; inset: 76px 0 auto 0; background: var(--bg); border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 24px; box-shadow: var(--shadow); }
  .nav-panel ul { display: flex; flex-direction: column; }
  .nav-panel ul a { display: block; padding: 14px 0; text-decoration: none; font-size: 1.1rem; font-weight: 600; border-bottom: 1px solid var(--line); color: var(--ink); }
  .nav-panel .btn { margin-top: 18px; width: 100%; }
}
.txt-short { display: none; }
@media (max-width: 520px) {
  .txt-long { display: none; }
  .txt-short { display: inline; }
  .nav-inner { height: 68px; gap: 10px; }
  .logo { font-size: 1.05rem; }
  .nav-cta .btn-dark { padding: .6em .9em; font-size: .88rem; }
  .nav.open .nav-panel { inset: 68px 0 auto 0; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(56px, 7vw, 96px) clamp(56px, 7vw, 96px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { margin-top: 26px; }
.hero .lead { margin-top: 24px; max-width: 34rem; }
.hero .lead strong { color: var(--ink); }
.hero-actions { margin-top: 32px; display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.proof { display: inline-flex; align-items: center; gap: 12px; color: var(--ink-2); font-size: .85rem; line-height: 1.3; }
.proof-avatars { display: flex; }
.proof-avatars span {
  width: 36px; height: 36px; border-radius: 50%; border: 2px solid #fff; margin-left: -10px;
  display: grid; place-items: center; font-family: var(--ff-tight); font-weight: 800; font-size: .8rem;
  background: var(--schwarz); color: #fff;
}
.proof-avatars span:first-child { margin-left: 0; }
.proof-avatars span:nth-child(2) { background: var(--gelb); color: var(--ink); }
.proof-avatars span:nth-child(3) { background: var(--bg-3); color: var(--ink); }
.proof b { display: block; color: var(--ink); }

.hero-visual { position: relative; }
.hero-visual::before {
  content: ""; position: absolute; inset: -18% -14%; z-index: 0; pointer-events: none;
  background: radial-gradient(closest-side, var(--gelb-glow), rgba(245, 184, 0, .12) 55%, transparent 75%);
  filter: blur(6px);
}
.video-card { position: relative; z-index: 1; background: var(--bg); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.video-bar { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: #FAFAF8; }
.video-bar .dots { display: flex; gap: 6px; }
.video-bar .dots i { width: 10px; height: 10px; border-radius: 50%; }
.video-bar .dots i:nth-child(1) { background: #FF5F57; } .video-bar .dots i:nth-child(2) { background: #FEBC2E; } .video-bar .dots i:nth-child(3) { background: #28C840; }
.video-bar .url { font-family: var(--ff-mono); font-size: .72rem; color: var(--ink-3); background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-sm); padding: .45em .9em; letter-spacing: .02em; }
.video-frame { position: relative; aspect-ratio: 16 / 10; background: linear-gradient(180deg, #F3F3F0 0%, #C8C8C3 100%); }
.video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: var(--ink); }
.video-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.video-overlay { position: absolute; inset: 0; display: grid; place-items: center; z-index: 2; border: 0; padding: 0; background: transparent; cursor: pointer; width: 100%; }
.video-overlay .play {
  width: 84px; height: 84px; border-radius: 50%; background: var(--gelb); display: grid; place-items: center;
  box-shadow: 0 0 0 14px rgba(255, 255, 255, .45), 0 20px 40px -10px rgba(14, 14, 13, .5);
  transition: transform var(--t), box-shadow var(--t);
}
.video-overlay:hover .play { transform: scale(1.06); box-shadow: 0 0 0 18px rgba(255, 255, 255, .55), 0 24px 44px -10px rgba(14, 14, 13, .5); }
.video-overlay .play svg { width: 30px; height: 30px; margin-left: 4px; }
.video-overlay .chip { position: absolute; left: 16px; bottom: 14px; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: rgba(14, 14, 13, .82); color: #fff; padding: .5em .8em; border-radius: var(--pill); }
.video-overlay.hidden { display: none; }
.video-note { position: absolute; inset: auto 16px 16px; z-index: 3; background: rgba(14, 14, 13, .88); color: #fff; padding: 12px 16px; border-radius: var(--r-sm); font-size: .92rem; display: none; }
.video-note.show { display: block; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero .lead { max-width: none; }
}

/* ---------- Ticker ---------- */
.ticker { background: var(--schwarz); color: #fff; overflow: hidden; padding: 15px 0; border-top: 1px solid var(--schwarz-3); }
.ticker-track { display: flex; gap: 56px; width: max-content; animation: ticker 48s linear infinite; padding-left: 56px; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; font-size: .95rem; font-weight: 600; }
.ticker-item::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gelb); flex: none; }
.ticker-item .lbl { color: #A3A198; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.ticker-item.intro { color: var(--gelb); }
.ticker-item.intro::before { background: #fff; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- Prinzip (Verkaufen / Kaufen) ---------- */
.zwei { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; box-shadow: var(--shadow-sm); }
.grey .card { box-shadow: none; }
.icon { width: 46px; height: 46px; border-radius: 12px; background: var(--gelb-pale); color: var(--ink); display: grid; place-items: center; flex: none; }
.icon svg { width: 22px; height: 22px; }
.icon-dark { background: var(--schwarz); color: var(--gelb); }
.zwei-card { display: flex; flex-direction: column; gap: 14px; padding: 32px; }
.zwei-card .kicker { font-family: var(--ff-tight); font-weight: 800; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gelb-text); }
.zwei-card h3 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); }
.zwei-card p { color: var(--ink-2); }
.zwei-card .ergebnis { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.zwei-card .ergebnis svg { width: 20px; height: 20px; flex: none; margin-top: 3px; color: var(--gelb-text); }
.lead-def { margin-top: 24px; display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; background: var(--gelb-pale); border: 1px solid var(--gelb-soft); border-radius: var(--r); color: var(--ink-2); }
.lead-def strong { color: var(--ink); }
.lead-def svg { width: 22px; height: 22px; flex: none; margin-top: 3px; }
@media (max-width: 760px) { .zwei { grid-template-columns: 1fr; } }

/* ---------- Ablauf ---------- */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.step { position: relative; padding: 30px 28px 32px; }
.step-num { width: 44px; height: 44px; border-radius: 12px; background: var(--schwarz); color: var(--gelb); display: grid; place-items: center; font-family: var(--ff-tight); font-weight: 800; font-size: 1.2rem; }
.step h3 { margin-top: 20px; }
.step p { margin-top: 10px; color: var(--ink-2); }
.step .who { display: inline-block; margin-top: 16px; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); padding: .45em .8em; border: 1px solid var(--line); border-radius: var(--pill); }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }

.loop-note { margin-top: 24px; display: flex; gap: 16px; align-items: flex-start; padding: 22px 24px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); }
.loop-note svg { width: 40px; height: 40px; flex: none; }
.loop-note strong { display: block; font-family: var(--ff-tight); font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; }
.loop-note p { color: var(--ink-2); margin-top: 4px; }

/* ---------- Beispiel-Route ---------- */
.route { margin-top: clamp(40px, 5vw, 64px); padding: clamp(24px, 3vw, 36px) clamp(18px, 3vw, 36px) 0; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.route-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.route-head h3 { font-size: 1.2rem; }
.route-legend { display: inline-flex; align-items: center; gap: 8px; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.route-legend i { display: inline-block; width: 34px; height: 8px; background: repeating-linear-gradient(-45deg, var(--gelb) 0 6px, var(--schwarz) 6px 12px); border-radius: 2px; }
.route-inner { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 0 12px; align-items: end; }
.route-mascot { width: clamp(150px, 18vw, 220px); align-self: end; margin-bottom: 84px; }
.route-mascot img { width: 100%; height: auto; }

.track { position: relative; display: flex; justify-content: space-between; align-items: flex-start; padding: 196px 40px 28px; min-height: 250px; }
.rail { position: absolute; z-index: 0; background: var(--line-2); border-radius: 2px; }
.seg {
  position: absolute; z-index: 1;
  background: repeating-linear-gradient(-45deg, var(--gelb) 0 8px, var(--schwarz) 8px 16px);
  clip-path: inset(0 calc((1 - var(--fill, 0)) * 100%) 0 0);
  transition: clip-path 1.5s var(--ease-move);
  animation: march 1.1s linear infinite;
}
.track.vertical .seg {
  background: repeating-linear-gradient(45deg, var(--gelb) 0 8px, var(--schwarz) 8px 16px);
  clip-path: inset(0 0 calc((1 - var(--fill, 0)) * 100%) 0);
  animation-name: march-v;
}
@keyframes march { to { background-position: 22.63px 0; } }
@keyframes march-v { to { background-position: 0 22.63px; } }
.node { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.node-dot { width: 22px; height: 22px; border-radius: 50%; border: 3px solid var(--line-2); background: var(--bg); transition: border-color .35s, background .35s, box-shadow .35s; }
.node.active .node-dot, .node.done .node-dot { border-color: var(--gelb); background: var(--gelb); }
.node.active .node-dot { box-shadow: 0 0 0 7px rgba(245, 184, 0, .22); }
.node-city { font-family: var(--ff-tight); font-weight: 800; font-size: clamp(1.15rem, 2vw, 1.5rem); letter-spacing: -.02em; }
.node-owner { font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); padding: .45em .8em; border: 1px solid var(--line); border-radius: var(--pill); background: var(--bg); transition: color .35s, background .35s, border-color .35s; }
.node.active .node-owner { color: var(--ink); background: var(--gelb); border-color: var(--gelb); }
.node.done .node-owner { color: var(--ink); border-color: var(--line-2); }
.ticket {
  position: absolute; z-index: 3; width: 268px;
  left: clamp(0px, calc(var(--x, 0px) - 134px), calc(100% - 268px));
  top: var(--y, 0px); transform: translateY(calc(-100% - 28px));
  background: var(--bg); color: var(--ink); border-radius: var(--r-sm); border: 1px solid var(--line); border-left: 6px solid var(--gelb);
  box-shadow: var(--shadow); font-family: var(--ff-mono); font-size: .72rem; line-height: 1.35; opacity: 0;
  transition: left 1.5s var(--ease-move), top 1.5s var(--ease-move), opacity .45s ease;
}
.ticket.show { opacity: 1; }
.ticket::after { content: ""; position: absolute; left: 50%; bottom: -8px; width: 14px; height: 14px; background: var(--bg); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transform: translateX(-50%) rotate(45deg); }
.ticket-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 8px 10px 6px; border-bottom: 1px dashed var(--line); }
.ticket-id { letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.ticket-status { font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; padding: .3em .55em; border-radius: 4px; background: var(--gelb); color: var(--ink); transition: background .3s, color .3s; }
.ticket-status[data-state="verkauft"] { background: var(--schwarz); color: var(--gelb); }
.ticket-body { padding: 8px 10px; display: flex; flex-direction: column; gap: 3px; }
.ticket-dest { font-family: var(--ff); font-size: 1rem; font-weight: 700; }
.ticket-body span { color: var(--ink-2); }
.ticket-foot { display: flex; justify-content: space-between; align-items: baseline; padding: 6px 10px 9px; border-top: 1px dashed var(--line); text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); }
.ticket-foot b { font-family: var(--ff-tight); font-weight: 800; font-size: 1.2rem; color: var(--ink); letter-spacing: -.01em; }
.route-caption { padding: 18px 0 24px; border-top: 1px solid var(--line); color: var(--ink-2); font-size: .95rem; max-width: 70ch; }
@media (max-width: 900px) { .route-inner { grid-template-columns: 1fr; } .route-mascot { display: none; } }
@media (max-width: 720px) {
  .track { flex-direction: column; align-items: flex-start; padding: 8px 0 64px 4px; gap: 118px; min-height: 0; }
  .node { flex-direction: row; align-items: center; gap: 14px; text-align: left; max-width: 46%; flex-wrap: wrap; }
  .node-dot { flex: none; }
  .node-owner { flex-basis: 100%; margin-left: 36px; width: max-content; max-width: 100%; white-space: normal; }
  .ticket { width: min(236px, 52%); left: auto !important; right: 0; transform: translateY(-50%); font-size: .68rem; }
  .ticket::after { left: -7px; bottom: auto; top: 50%; transform: translateY(-50%) rotate(45deg); width: 12px; height: 12px; background: var(--gelb); border: 0; }
  .ticket-head { font-size: .62rem; }
  .ticket-id { white-space: nowrap; }
}

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.feature { display: flex; flex-direction: column; gap: 14px; }
.feature h3 { margin-top: 6px; }
.feature p { color: var(--ink-2); }
.feature .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 6px; }
.feature .tags span { font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: .4em .7em; border: 1px solid var(--line); border-radius: var(--pill); color: var(--ink-3); }
.soon { margin-top: 20px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; color: var(--ink-2); font-size: .95rem; }
.soon .pill { flex: none; }
@media (max-width: 960px) { .features { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .features { grid-template-columns: 1fr; } }

/* ---------- App-Mock ---------- */
.app { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
.app-bar { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: #FAFAF8; font-family: var(--ff-mono); font-size: .72rem; color: var(--ink-3); }
.app-bar .dots { display: flex; gap: 6px; }
.app-bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
.app-bar .url { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-sm); padding: .5em .8em; }
.app-bar .demo { padding: .4em .7em; border: 1px solid var(--line); border-radius: var(--pill); letter-spacing: .1em; text-transform: uppercase; font-weight: 600; }
.app-tabs { display: flex; gap: 4px; padding: 14px 16px 0; border-bottom: 1px solid var(--line); overflow-x: auto; }
.app-tabs span { padding: 10px 14px; font-weight: 600; font-size: .92rem; color: var(--ink-3); border-bottom: 2px solid transparent; white-space: nowrap; }
.app-tabs span[aria-current] { color: var(--ink); border-color: var(--gelb); }
.app-filters { display: flex; gap: 8px; padding: 14px 16px; flex-wrap: wrap; }
.app-filters span { font-size: .74rem; font-weight: 600; letter-spacing: .04em; padding: .5em .8em; border: 1px solid var(--line); border-radius: var(--pill); color: var(--ink-2); }
.app-filters span.on { background: var(--schwarz); border-color: var(--schwarz); color: #fff; }
.app-wrap { overflow-x: auto; }
.app-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.app-table th { text-align: left; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); padding: 10px 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); white-space: nowrap; background: #FAFAF8; }
.app-table td { padding: 14px; border-bottom: 1px solid var(--line); vertical-align: middle; white-space: nowrap; }
.app-table tr:last-child td { border-bottom: 0; }
.app-table .city { font-weight: 600; }
.app-table .city small { display: block; font-family: var(--ff-mono); font-size: .68rem; color: var(--ink-3); font-weight: 400; }
.app-table .num { font-variant-numeric: tabular-nums; }
.app-table .price { font-family: var(--ff-tight); font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; }
.app-table .rating { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; }
.app-table .rating i { width: 8px; height: 8px; background: var(--gelb); border-radius: 1px; transform: rotate(45deg); }
.tag { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .4em .7em; border-radius: var(--pill); }
.tag-frei { background: var(--gelb-pale); color: var(--ink); border: 1px solid var(--gelb-soft); }
.tag-weg { background: var(--bg-3); color: var(--ink-3); }
.app-table tr.sold td { color: var(--ink-3); }
.app-table tr.sold .city, .app-table tr.sold .price { color: var(--ink-3); text-decoration: line-through; text-decoration-color: var(--line-2); }

/* ---------- Preise ---------- */
.price-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.price-card { padding: 34px; }
.price-card .amount { font-family: var(--ff-tight); font-weight: 800; font-size: clamp(2.6rem, 5vw, 3.6rem); letter-spacing: -.03em; line-height: 1; margin-top: 14px; }
.price-card .amount small { font-family: var(--ff); font-size: 1rem; font-weight: 500; color: var(--ink-3); letter-spacing: 0; margin-left: 6px; }
.price-card ul { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.price-card li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); }
.price-card li svg { width: 22px; height: 22px; flex: none; margin-top: 2px; }
.price-card li strong { color: var(--ink); }
.price-card .btn { margin-top: 26px; width: 100%; }

.calc { padding: 30px; }
.calc-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.calc label { font-weight: 600; }
.calc output { font-family: var(--ff-tight); font-weight: 800; font-size: clamp(2rem, 3.6vw, 2.8rem); letter-spacing: -.03em; line-height: 1; }
.calc input[type="range"] { --pct: 25%; width: 100%; margin: 20px 0 8px; height: 8px; border-radius: 4px; appearance: none; -webkit-appearance: none; background: linear-gradient(90deg, var(--gelb) var(--pct), var(--bg-3) var(--pct)); cursor: pointer; }
.calc input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%; background: var(--schwarz); border: 4px solid var(--gelb); }
.calc input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--schwarz); border: 4px solid var(--gelb); }
.calc-scale { display: flex; justify-content: space-between; font-size: .74rem; color: var(--ink-3); }
.calc-out { margin-top: 22px; border-top: 1px solid var(--line); }
.calc-out div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.calc-out dt { color: var(--ink-2); }
.calc-out dd { margin: 0; font-weight: 600; font-variant-numeric: tabular-nums; }
.calc-out div.total { border-bottom: 0; }
.calc-out div.total dt { color: var(--ink); font-weight: 600; }
.calc-out div.total dd { font-family: var(--ff-tight); font-weight: 800; font-size: 2rem; letter-spacing: -.02em; line-height: 1; }
.calc-result { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.calc-label { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.calc-big { font-family: var(--ff-tight); font-weight: 800; font-size: clamp(1.6rem, 2.6vw, 2.1rem); letter-spacing: -.03em; line-height: 1.05; }
.calc-big b { font-size: 1.55em; color: var(--gelb-text); font-weight: 800; }
.calc-sub { color: var(--ink-2); }
.calc-note { margin-top: 12px; font-size: .85rem; color: var(--ink-3); }
@media (max-width: 860px) { .price-grid { grid-template-columns: 1fr; } }

/* ---------- Sicherheit ---------- */
.safety { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.safety-item { display: flex; gap: 16px; align-items: flex-start; padding: 24px; }
.safety-item h3 { font-size: 1.08rem; }
.safety-item p { margin-top: 6px; color: var(--ink-2); font-size: .98rem; }
@media (max-width: 960px) { .safety { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .safety { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq details { border: 1px solid var(--line); border-radius: var(--r); background: var(--bg); margin-bottom: 10px; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 22px; font-weight: 600; font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 14px; height: 14px; background: linear-gradient(var(--ink), var(--ink)) center / 14px 2px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 2px 14px no-repeat; transition: transform var(--t); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 22px 20px; color: var(--ink-2); }
.faq-body p + p { margin-top: 10px; }

/* ---------- CTA-Band ---------- */
.cta { background: var(--gelb); color: var(--ink); padding-block: clamp(56px, 7vw, 88px); }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) auto; gap: 32px; align-items: center; }
.cta h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.cta p { margin-top: 12px; font-size: 1.1rem; color: rgba(14, 14, 13, .8); max-width: 48ch; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta .btn-light { background: transparent; border-color: rgba(14, 14, 13, .35); }
.cta .btn-light:hover { background: rgba(255, 255, 255, .35); }
@media (max-width: 800px) { .cta-inner { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.footer { background: var(--schwarz); color: #fff; padding: clamp(48px, 6vw, 72px) 0 28px; }
.footer .logo { color: #fff; }
.footer .logo b { color: var(--gelb); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: 32px; }
.footer-claim { margin-top: 16px; color: #A3A198; max-width: 34ch; }
.footer h4 { font-family: var(--ff); font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #A3A198; margin-bottom: 14px; }
.footer ul { display: flex; flex-direction: column; gap: 8px; }
.footer li { overflow-wrap: anywhere; }
.footer ul a { text-decoration: none; color: #D9D8D2; }
.footer ul a:hover { color: var(--gelb); }
.footer-bottom { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--schwarz-3); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .85rem; color: #A3A198; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Rechtstexte ---------- */
.legal { padding-block: clamp(48px, 7vw, 96px); }
.legal h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 8px; }
.legal .stand { color: var(--ink-3); font-size: .85rem; margin-bottom: 40px; }
.legal h2 { font-size: 1.5rem; margin: 40px 0 12px; }
.legal h3 { font-family: var(--ff); font-weight: 600; font-size: 1.05rem; margin: 22px 0 6px; letter-spacing: 0; }
.legal p, .legal li { color: var(--ink-2); }
.legal p + p { margin-top: 10px; }
.legal ul { list-style: disc; padding-left: 1.2em; margin-top: 8px; }
.legal li + li { margin-top: 4px; }
.legal address { font-style: normal; color: var(--ink); line-height: 1.6; }
.legal a { color: var(--ink); }
.todo { background: var(--gelb-soft); color: var(--ink); padding: .1em .35em; border: 1px dashed var(--ink); border-radius: 4px; font-family: var(--ff-mono); font-size: .9em; }
.legal-hint { margin-top: 48px; padding: 16px 18px; background: var(--bg-2); border-left: 4px solid var(--gelb); font-size: .92rem; border-radius: 0 var(--r-sm) var(--r-sm) 0; }

/* ---------- Reveal ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.js [data-reveal].in { opacity: 1; transform: none; }
.js [data-reveal][data-delay="1"] { transition-delay: .1s; }
.js [data-reveal][data-delay="2"] { transition-delay: .2s; }
.js [data-reveal][data-delay="3"] { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .ticker-track { animation: none; }
}
