/* ============================================================
   Auftragsrausch Landing v4 — System-Story, Cockpit, Detail,
   Kalender, iPhone-Showcase, Vergleich, Garantie-Check,
   Timeline, Über uns
   ============================================================ */

/* ---------- Sticky Story ---------- */
.story { display: grid; grid-template-columns: 6fr 5fr; gap: clamp(28px, 4vw, 64px); align-items: start; }
.story-visual-col { position: sticky; top: 72px; }
.story-visual { background: #fff; }

/* Prozess-Pipeline: sichtbarer Schritt-für-Schritt-Ablauf im weißen Panel */
.sv-pipe { position: relative; display: flex; justify-content: space-between; margin: 16px 24px 4px; }
.sv-pipe-line { position: absolute; left: 8%; right: 8%; top: 19px; height: 2.5px; transform: translateY(-50%); background: var(--surface-fill); border-radius: 2px; overflow: hidden; }
.sv-pipe-line b { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), var(--accent-strong)); transition: width .6s var(--ease-soft); }
.sv-pstage { position: relative; z-index: 1; display: grid; justify-items: center; gap: 6px; width: 13%; border: 0; background: none; padding: 0; cursor: pointer; }
.sv-pstage i {
  width: 40px; height: 40px; border-radius: 13px; display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1.5px solid var(--border-card); color: var(--text-muted);
  transition: border-color .4s var(--ease-out), background .4s var(--ease-out), color .4s, transform .4s var(--ease-out), box-shadow .4s;
}
.sv-pstage span { font-size: 10.5px; font-weight: 700; color: var(--text-muted); text-align: center; line-height: 1.15; transition: color .4s; }
.sv-pstage:hover i { border-color: var(--border-strong); }
.sv-pstage.done i { border-color: var(--accent); color: var(--accent); }
.sv-pstage.done span { color: var(--text-body); }
.sv-pstage.now i { background: var(--ar-navy); border-color: var(--ar-navy); color: #fff; transform: scale(1.12); box-shadow: 0 10px 24px rgba(7,24,39,.24); }
.sv-pstage.now span { color: var(--text-heading); }
@media (max-width: 520px) {
  .sv-pipe { margin: 12px 8px 2px; }
  .sv-pstage i { width: 32px; height: 32px; border-radius: 10px; }
  .sv-pstage i svg { width: 15px; height: 15px; }
  .sv-pstage span { font-size: 9px; }
  .sv-pipe-line { top: 16px; }
}

.sv-stage { position: relative; height: 420px; }
.sv-scene {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  padding: 28px 28px 78px; opacity: 0; transform: translateX(26px); pointer-events: none;
  transition: opacity .55s var(--ease-out), transform .55s var(--ease-out);
}
.sv-scene.active { opacity: 1; transform: none; pointer-events: auto; }
.sv-scene.past { transform: translateX(-26px); }
.sv-hint {
  font-size: 13px; font-weight: 600; color: var(--text-muted); text-align: center;
  position: absolute; left: 0; right: 0; bottom: 58px;
}
.sv-hint.float { position: static; margin-top: 10px; display: block; }

/* Die eine Anfrage, die durch alle Schritte wandert */
.sv-carry {
  position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 10px; white-space: nowrap;
  background: #fff; border: 1px solid var(--border-card); border-radius: var(--r-pill);
  box-shadow: var(--shadow-card); padding: 9px 18px 9px 14px; z-index: 3;
  transition: border-color .5s var(--ease-out), box-shadow .5s;
}
.sv-carry-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); flex: none; animation: svCarryPulse 2.2s var(--ease-soft) infinite; }
@keyframes svCarryPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(22,119,184,.3); } 50% { box-shadow: 0 0 0 6px rgba(22,119,184,0); } }
.sv-carry b { font-size: 13.5px; color: var(--text-heading); }
.sv-carry > span:last-child { font-size: 12.5px; font-weight: 600; color: var(--text-muted); transition: color .4s; }
.sv-carry.ok { border-color: #BFE3D0; box-shadow: 0 12px 34px rgba(31,138,91,.14); }
.sv-carry.ok .sv-carry-dot { background: var(--trust); animation: none; }
.sv-carry.ok > span:last-child { color: var(--trust); }

.sv-map {
  position: relative; width: min(320px, 100%); aspect-ratio: 1;
  border-radius: 50%; background: radial-gradient(circle, var(--surface-tint) 0%, rgba(234,246,255,.25) 60%, transparent 75%);
}
.sv-radius { position: absolute; inset: 8%; border: 1.4px dashed #B7DBF2; border-radius: 50%; }
.sv-radius.r2 { inset: 26%; opacity: .7; }
.sv-you {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  font-size: 12px; font-weight: 700; color: #fff; background: var(--ar-navy);
  padding: 6px 13px; border-radius: var(--r-pill); box-shadow: var(--shadow-cta); z-index: 2;
}
.sv-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #A9C8DE; }
.sv-dot.hot { background: var(--accent); }
.sv-dot.hot::after {
  content: ""; position: absolute; inset: -7px; border-radius: 50%;
  border: 1.4px solid rgba(22,119,184,.45); animation: svPulse 2.4s var(--ease-soft) infinite;
}
@keyframes svPulse { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }

.sv-brandcard {
  position: relative; width: min(300px, 100%);
  background: #fff; border: 1px solid var(--border-card); border-radius: 18px;
  padding: 16px; box-shadow: var(--shadow-card); display: grid; gap: 12px;
}
.sv-brand-ring { position: absolute; inset: -10px; border: 2px solid var(--accent); border-radius: 24px; opacity: .55; }
.sv-ad-head { display: flex; gap: 10px; align-items: center; }
.sv-ad-logo {
  width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center;
  background: var(--ar-navy); color: #fff; font-weight: 800; font-size: 16px;
}
.sv-ad-head b { display: block; font-size: 14px; color: var(--text-heading); }
.sv-ad-head span { font-size: 12px; color: var(--text-muted); font-weight: 600; }
.sv-ad-img {
  height: 104px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(45deg, var(--surface-fill) 0 12px, #F6F9FC 12px 24px);
  border: 1px dashed var(--border-default);
}
.sv-ad-img span { font-size: 11px; color: var(--text-muted); }
.sv-brandcard > p { font-size: 14px; font-weight: 600; color: var(--text-body); }

.sv-funnel, .sv-handover { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; }
.sv-step-mini {
  width: 54px; height: 54px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
  background: var(--surface-tint); border: 1px solid #C7E3F7; color: var(--accent-strong);
}
.sv-funnel-arrow { width: 44px; height: 1.6px; background: var(--border-strong); position: relative; }
.sv-funnel-arrow::after {
  content: ""; position: absolute; right: -1px; top: -3.4px;
  border-left: 7px solid var(--border-strong); border-block: 4.2px solid transparent;
}
.sv-lead-card {
  background: #fff; border: 1px solid var(--border-card); border-radius: 15px;
  padding: 14px 18px; box-shadow: var(--shadow-card); display: grid; gap: 5px; min-width: 200px;
}
.sv-lead-card b { font-size: 14.5px; color: var(--text-heading); }
.sv-lead-card span { font-size: 12.5px; color: var(--text-muted); font-weight: 600; }
.sv-lead-card .chip { justify-self: start; margin-top: 3px; }
.sv-lead-card.sm { min-width: 160px; }
.sv-upgrade { display: flex; align-items: center; gap: 11px; font-size: 13.5px; font-weight: 700; }
.sv-upgrade > span:first-child { color: var(--text-muted); }
.sv-arrow-i { color: var(--accent); font-size: 17px; }
.sv-premium {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: var(--r-pill);
  color: #fff; background: linear-gradient(120deg, var(--accent-strong), #1596b4 58%, #1bbccb);
  box-shadow: 0 10px 22px rgba(22,119,184,.3), inset 0 1px 0 rgba(255,255,255,.4);
}
.sv-premium svg { opacity: .95; }
.sv-filter { display: grid; gap: 16px; justify-items: center; }
.sv-filter-gate {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 340px;
  padding: 14px; border: 1.4px dashed #B7DBF2; border-radius: 16px; background: rgba(234,246,255,.4);
}
.sv-cal-slot {
  background: #fff; border: 1px solid #BFE3D0; border-radius: 15px; padding: 14px 18px;
  display: grid; gap: 3px; box-shadow: 0 12px 34px rgba(31,138,91,.12);
}
.sv-cal-slot .mono { font-size: 12px; color: var(--trust); }
.sv-cal-slot b { font-size: 14.5px; color: var(--text-heading); }
.sv-cal-slot span:last-child { font-size: 12px; color: var(--text-muted); font-weight: 600; }
.sv-learn { display: grid; gap: 20px; justify-items: center; width: 100%; }
.sv-loop { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center; font-size: 13.5px; font-weight: 700; color: var(--text-body); }
.sv-loop span:nth-child(even) { color: var(--border-strong); }
.sv-bars { display: flex; gap: 12px; align-items: flex-end; height: 100px; }
.sv-bars i {
  width: 34px; height: var(--h); border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, var(--accent), var(--accent-strong));
  transform-origin: bottom; animation: svBar 1s var(--ease-out) backwards;
}
.sv-scene.active .sv-bars i:nth-child(2) { animation-delay: .12s; }
.sv-scene.active .sv-bars i:nth-child(3) { animation-delay: .24s; }
.sv-scene.active .sv-bars i:nth-child(4) { animation-delay: .36s; }
.sv-scene.active .sv-bars i:nth-child(5) { animation-delay: .48s; }
@keyframes svBar { from { transform: scaleY(0); } }

.story-steps { display: grid; gap: clamp(18px, 2.5vw, 28px); padding-block: 8vh 20vh; position: relative; }
.story-step {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px; padding: clamp(22px, 3vw, 32px);
  transition: background .5s var(--ease-out), border-color .5s var(--ease-out), opacity .5s;
  opacity: .45;
}
.story-step.active { background: rgba(255,255,255,.09); border-color: rgba(127,192,236,.55); opacity: 1; }
.ss-num {
  display: inline-flex; width: 34px; height: 34px; border-radius: 11px; align-items: center; justify-content: center;
  font-size: 14px; background: rgba(22,119,184,.25); color: #7FC0EC; margin-bottom: 14px;
}
.story-step h3 { font-size: 21px; }
.story-step p { margin-top: 8px; font-size: 16px; }
@media (max-width: 920px) {
  .story { grid-template-columns: 1fr; }
  .story-visual-col { position: sticky; top: 76px; z-index: 5; }
  .sv-stage { height: 330px; }
  .sv-scene { padding: 18px 18px 70px; }
  .story-steps { padding-block: 24px 40px; }
}

/* ---------- Cockpit ---------- */
.cockpit { max-width: 1120px; margin-inline: auto; }
.ck-app { display: grid; grid-template-columns: 210px 1fr; background: var(--surface-alt); }
.ck-side {
  padding: 16px 14px; display: flex; flex-direction: column; gap: 16px;
  background: linear-gradient(180deg, #0f2032 0%, #0a1826 100%);
  border-right: 1px solid rgba(255,255,255,.06);
}
.ck-brand { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 14.5px; font-weight: 800; letter-spacing: -0.01em; padding: 2px 4px 8px; }
.ck-brand img { opacity: .96; }
.ck-nav { display: grid; gap: 3px; }
.ck-navi { display: flex; align-items: center; gap: 10px; padding: 9px 11px; border-radius: 11px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.62); }
.ck-navi svg { width: 16px; height: 16px; opacity: .85; flex: none; }
.ck-navi em { margin-left: auto; font-style: normal; font-size: 11px; font-weight: 700; background: rgba(255,255,255,.12); color: #cfe4f5; border-radius: 7px; padding: 1px 7px; }
.ck-navi.active {
  background: linear-gradient(180deg, rgba(22,119,184,.95), rgba(14,79,122,.95)); color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 6px 16px rgba(7,24,39,.3);
}
.ck-navi.active em { background: rgba(255,255,255,.24); color: #fff; }
.ck-side-foot { margin-top: auto; padding: 4px; }
.ck-live { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; color: rgba(255,255,255,.7); }
.ck-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--trust); box-shadow: 0 0 0 3px rgba(31,138,91,.28); animation: ckPulse 2.2s var(--ease-soft) infinite; }
@keyframes ckPulse { 50% { box-shadow: 0 0 0 6px rgba(31,138,91,0); } }
.ck-main { display: flex; flex-direction: column; min-width: 0; }
.ck-overview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border-card); border-bottom: 1px solid var(--border-card); }
.ck-stat { background: #fff; padding: 14px 16px; display: grid; gap: 3px; }
.ck-stat span { font-size: 11.5px; font-weight: 600; color: var(--text-muted); letter-spacing: .01em; }
.ck-stat b { font-size: 23px; color: var(--text-heading); letter-spacing: -0.02em; }
.ck-board { min-width: 0; }
.ck-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: var(--surface-alt); }
.ck-col { padding: 18px; min-height: 300px; position: relative; }
.ck-col + .ck-col { border-left: 1px solid var(--border-card); }
.ck-col-head {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--text-muted);
  margin-bottom: 14px;
}
.ck-col-head b { background: #fff; border: 1px solid var(--border-card); border-radius: 8px; padding: 1px 9px; font-size: 12px; color: var(--text-heading); }
.ck-card {
  background: #fff; border: 1px solid var(--border-card); border-radius: 14px;
  padding: 13px 16px; display: grid; gap: 4px; box-shadow: var(--shadow-xs); margin-bottom: 10px;
}
.ck-card b { font-size: 14px; color: var(--text-heading); }
.ck-card span { font-size: 12.5px; color: var(--text-muted); font-weight: 600; line-height: 1.45; }
.ck-card.ghost { opacity: .8; }
.ck-card.traveler { border-color: var(--accent); box-shadow: 0 12px 32px rgba(22,119,184,.14); position: relative; z-index: 2; transition: transform .8s var(--ease-out), opacity .4s; }
.ck-checks { display: none; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.ck-checks.visible { display: flex; }
.ck-next { display: none; align-items: center; gap: 10px; margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--surface-fill); font-size: 12.5px; font-weight: 600; color: var(--text-body); }
.ck-next.visible { display: flex; }
@media (max-width: 860px) {
  .ck-app { grid-template-columns: 1fr; }
  .ck-side { flex-direction: row; align-items: center; gap: 10px; overflow-x: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .ck-brand { padding: 2px 4px; white-space: nowrap; }
  .ck-nav { grid-auto-flow: column; }
  .ck-navi { white-space: nowrap; }
  .ck-navi em { display: none; }
  .ck-side-foot { display: none; }
  .ck-overview { grid-template-columns: repeat(2, 1fr); }
  .ck-cols { grid-template-columns: 1fr; }
  .ck-col { min-height: 0; }
  .ck-col + .ck-col { border-left: 0; border-top: 1px solid var(--border-card); }
}

/* ---------- Anfrage-Detail ---------- */
.detail-grid { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.detail-grid .sec-head { margin-bottom: 0; }
@media (max-width: 920px) { .detail-grid { grid-template-columns: 1fr; } }
.lead-detail { padding: clamp(24px, 3vw, 36px); display: grid; gap: 22px; max-width: 560px; justify-self: center; width: 100%; }
.ld-head { display: flex; align-items: center; gap: 15px; }
.ld-avatar {
  width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
  background: var(--surface-tint); color: var(--accent-strong); font-size: 16px;
}
.ld-head b { display: block; font-size: 18px; color: var(--text-heading); }
.ld-head span { font-size: 13.5px; color: var(--text-muted); font-weight: 600; }
.ld-head .chip { margin-left: auto; }
.ld-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ld-fields > div { background: var(--surface-alt); border: 1px solid var(--border-card); border-radius: 13px; padding: 11px 15px; display: grid; gap: 1px; }
.ld-fields span { font-size: 11.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--text-muted); }
.ld-fields b { font-size: 15px; color: var(--text-heading); }
.ld-checks { display: flex; flex-wrap: wrap; gap: 8px; }
.ld-next {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--ar-navy); border-radius: 15px; padding: 14px 20px;
}
.ld-next span { font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--text-on-dark-muted); }
.ld-next b { color: #fff; font-size: 15.5px; }

/* ---------- Kalender ---------- */
.week { max-width: 980px; margin-inline: auto; }
.wk-head-right { display: flex; align-items: center; gap: 12px; }
.wk-live { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: var(--trust); }
.wk-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--trust); animation: wkLive 1.8s var(--ease-soft) infinite; }
@keyframes wkLive { 0%, 100% { box-shadow: 0 0 0 0 rgba(31,138,91,.35); } 55% { box-shadow: 0 0 0 5px rgba(31,138,91,0); } }
.week-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; padding: clamp(18px, 2.6vw, 28px); }
.wk-day { display: grid; gap: 8px; align-content: start; }
.wk-day-name { font-family: var(--font-mono); font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); text-align: center; }
.wk-cell { height: 158px; border-radius: 14px; border: 1px dashed var(--border-default); background: var(--surface-alt); padding: 8px; display: grid; gap: 6px; align-content: start; }
.wk-ev {
  border-radius: 10px; padding: 7px 10px; display: grid; gap: 1px;
  background: var(--surface-tint); border: 1px solid #C7E3F7;
  opacity: 0; transform: translateY(8px) scale(.94);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.wk-ev.show { opacity: 1; transform: none; }
.wk-ev.green { background: var(--ar-green-soft); border-color: #BFE3D0; }
/* Premium-Anfrage ersetzt bestehenden Termin */
.wk-ev.premium {
  background: radial-gradient(130% 150% at 50% -25%, #2c4d6d, #0a1c2e 70%);
  border-color: rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 6px 14px rgba(7,24,39,.28), 0 0 14px rgba(27,188,203,.28);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out),
              background .6s var(--ease-out), box-shadow .6s var(--ease-out), border-color .6s var(--ease-out);
}
.wk-ev.premium b { color: #fff; }
.wk-ev.premium .mono { color: #9fd8ef; }
.wk-ev .mono { font-size: 10.5px; color: var(--accent-strong); }
.wk-ev.green .mono { color: var(--trust); }
.wk-ev b { font-size: 12px; color: var(--text-heading); line-height: 1.3; }
.week-load {
  display: flex; align-items: center; gap: 16px; padding: 15px 26px;
  border-top: 1px solid var(--border-card);
  font-size: 13px; font-weight: 700; color: var(--text-muted);
}
.week-load-bar { flex: 1; height: 8px; border-radius: 5px; background: var(--surface-fill); overflow: hidden; }
.week-load-bar i { display: block; height: 100%; width: 0; border-radius: 5px; background: linear-gradient(90deg, var(--accent), var(--trust)); transition: width 1.4s var(--ease-soft); }
.week-load b { color: var(--text-heading); font-size: 14px; }
.week-sum {
  display: flex; flex-wrap: wrap; gap: 12px 34px; justify-content: center;
  padding: 18px 24px; border-top: 1px solid var(--border-card);
  font-size: 14.5px; font-weight: 600; color: var(--text-muted);
}
.week-sum b { color: var(--text-heading); margin-right: 4px; font-size: 17px; }
@media (max-width: 760px) {
  .week-grid { grid-template-columns: repeat(2, 1fr); }
  .wk-day:nth-child(5) { grid-column: span 2; }
  .wk-cell { height: auto; min-height: 84px; }
}

/* ---------- iPhone-Showcase ---------- */
.phones {
  display: flex; justify-content: center; align-items: center;
  gap: clamp(28px, 5vw, 64px); flex-wrap: wrap;
  perspective: 1800px; padding-block: 22px 10px;
}
.iphone-tilt, .macbook-tilt { flex: none; }
.iphone-tilt { transition: transform .7s var(--ease-out); animation: ipFloat 8s ease-in-out infinite alternate; }
.iphone-tilt.l { transform: rotateY(13deg) rotateX(4deg); }
.iphone-tilt.r { transform: rotateY(-13deg) rotateX(4deg); margin-top: 46px; animation-delay: 1.6s; }
.iphone-tilt:hover { transform: rotateY(0) rotateX(0) translateY(-6px); }
@keyframes ipFloat { from { translate: 0 -6px; } to { translate: 0 6px; } }
.iphone {
  position: relative; width: min(244px, 78vw); border-radius: 46px; padding: 9px;
  background: linear-gradient(150deg, #46525f 0%, #10161d 42%, #232f3c 78%, #3c4956 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.22),
    inset 0 0 0 5.5px #04070b,
    0 48px 90px rgba(7,24,39,.36),
    0 14px 30px rgba(7,24,39,.24);
}
.ip-btn { position: absolute; background: linear-gradient(90deg, #2a343f, #4a5663); border-radius: 3px; }
.ip-btn.b1 { left: -2.5px; top: 108px; width: 3.5px; height: 26px; }
.ip-btn.b2 { left: -2.5px; top: 148px; width: 3.5px; height: 44px; }
.ip-btn.b3 { left: -2.5px; top: 202px; width: 3.5px; height: 44px; }
.ip-btn.pwr { right: -2.5px; top: 164px; width: 3.5px; height: 68px; background: linear-gradient(270deg, #2a343f, #4a5663); }
.ip-screen { position: relative; background: #fff; border-radius: 42px; overflow: hidden; aspect-ratio: 9 / 19.3; display: flex; flex-direction: column; }
.ip-status { position: relative; flex: none; display: flex; align-items: center; justify-content: space-between; padding: 13px 24px 6px; }
.ip-time { font-size: 13.5px; font-weight: 700; color: var(--text-heading); }
.ip-island {
  position: absolute; left: 50%; top: 11px; transform: translateX(-50%);
  width: 88px; height: 25px; border-radius: 14px; background: #04070b;
}
.ip-island::after {
  content: ""; position: absolute; right: 9px; top: 50%; transform: translateY(-50%);
  width: 9px; height: 9px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #1d2b3a, #04070b 65%);
}
.ip-sys { display: flex; align-items: center; gap: 5px; color: var(--text-heading); }
.ip-batt { display: block; position: relative; width: 23px; height: 11.5px; border: 1.4px solid rgba(15,23,42,.45); border-radius: 4px; padding: 1.6px; }
.ip-batt i { display: block; height: 100%; width: 72%; background: var(--text-heading); border-radius: 1.8px; }
.ip-batt::after { content: ""; position: absolute; right: -3.6px; top: 50%; transform: translateY(-50%); width: 2px; height: 4.5px; border-radius: 0 2px 2px 0; background: rgba(15,23,42,.45); }
.ip-shine {
  position: absolute; inset: 0; border-radius: 52px; pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.07) 16%, transparent 30%, transparent 68%, rgba(255,255,255,.1) 88%, rgba(255,255,255,.02) 100%);
}
.ph-ad { flex: 1; min-height: 0; padding: 10px 14px 14px; display: flex; flex-direction: column; gap: 9px; }
.ph-head { display: flex; align-items: center; gap: 9px; flex: none; }
.ph-logo { width: 32px; height: 32px; border-radius: 10px; background: var(--ar-navy); color: #fff; font-weight: 800; font-size: 12px; display: flex; align-items: center; justify-content: center; flex: none; }
.ph-head b { display: block; font-size: 12.5px; color: var(--text-heading); line-height: 1.2; white-space: nowrap; }
.ph-head > div { min-width: 0; }
.ph-head > div > span { font-size: 10px; color: var(--text-muted); font-weight: 600; white-space: nowrap; }
.ph-follow { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--accent-strong); flex: none; }
.ph-img {
  flex: 1; min-height: 90px; border-radius: 14px; position: relative; overflow: hidden;
  display: flex; align-items: flex-end; padding: 12px;
  border: 1px solid var(--border-card);
}
.ph-img .ph-motif { position: absolute; inset: 0; }
.ph-claim {
  position: relative; z-index: 1; font-size: 16px; font-weight: 800; line-height: 1.25;
  color: #fff; letter-spacing: -0.01em; text-shadow: 0 2px 14px rgba(7,24,39,.5); text-wrap: balance;
}
.ph-engage { display: flex; align-items: center; gap: 9px; color: var(--text-heading); flex: none; }
.ph-engage b { font-size: 11.5px; margin-right: 7px; color: var(--text-body); }
.ph-caption { font-size: 11.5px; color: var(--text-body); font-weight: 500; line-height: 1.45; flex: none; }
.ph-caption b { font-weight: 700; }
.ph-cta {
  display: flex; justify-content: space-between; align-items: center; flex: none;
  background: var(--surface-fill); border-radius: 12px; padding: 10px 14px;
  font-size: 12.5px; font-weight: 700; color: var(--text-heading);
}
.ph-cta svg { color: var(--text-muted); }
.ph-tag { font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--text-muted); flex: none; display: inline-flex; align-items: center; gap: 6px; }
.ad-by { width: 13px; height: 13px; opacity: .8; }
.dt-by { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.dt-by img { width: 13px; height: 13px; opacity: .8; }

/* ---------- Social-Feed-Ad: Telefon-Aktionen ---------- */
.ph-engage { justify-content: space-between; }
.ph-eng-left { display: inline-flex; align-items: center; gap: 15px; }
.ph-engage svg { width: 20px; height: 20px; }
.ph-save { color: var(--text-heading); }
.ph-likes { font-size: 11.5px; font-weight: 700; color: var(--text-heading); flex: none; }
.ph-likes b { font-weight: 800; }

/* ---------- Social-Feed-Ad: Desktop-Feed-Post ---------- */
.dt-feed { flex: 1; min-height: 0; background: #f0f2f5; display: flex; align-items: center; justify-content: center; padding: 10px; overflow: hidden; }
/* Instagram-Desktop-Ansicht: Bild links in voller Höhe, Info-Spalte rechts —
   so ist das Creative KOMPLETT sichtbar (wie im echten Desktop-Feed-Modal) */
.dt-post {
  height: 100%; max-width: 100%; background: #fff; border-radius: 11px;
  border: 1px solid #e4e6eb; box-shadow: 0 2px 10px rgba(15,30,50,.08);
  display: flex; flex-direction: row; overflow: hidden;
}
.dt-post-side { flex: 1; min-width: 118px; max-width: 178px; display: flex; flex-direction: column; border-left: 1px solid #e4e6eb; }
.dt-post-foot { margin-top: auto; padding-bottom: 4px; }
.dt-post-head { display: flex; align-items: center; gap: 8px; padding: 9px 11px; }
.dt-post-av { width: 28px; height: 28px; flex: none; border-radius: 50%; background: var(--ar-navy); color: #fff; font-weight: 800; font-size: 10px; display: flex; align-items: center; justify-content: center; }
.dt-post-who { display: grid; gap: 0; min-width: 0; }
.dt-post-who b { font-size: 11px; color: var(--text-heading); line-height: 1.2; }
.dt-post-who span { font-size: 9px; color: var(--text-muted); font-weight: 600; }
.dt-post-more { margin-left: auto; display: inline-flex; gap: 2.5px; }
.dt-post-more i { width: 3.5px; height: 3.5px; border-radius: 50%; background: var(--text-muted); }
.dt-post-img { height: 100%; width: auto; aspect-ratio: 1; object-fit: cover; display: block; flex: none; }
.dt-post-actions { display: flex; align-items: center; justify-content: space-between; padding: 9px 11px 5px; color: var(--text-heading); }
.dt-pa-left { display: inline-flex; gap: 13px; }
.dt-post-actions svg { width: 19px; height: 19px; }
.dt-post-likes { padding: 0 11px; font-size: 10.5px; font-weight: 700; color: var(--text-heading); }
.dt-post-likes b { font-weight: 800; }
.dt-post-cap { padding: 3px 11px 0; font-size: 10.5px; color: var(--text-body); font-weight: 500; line-height: 1.4; }
.dt-post-cap b { font-weight: 700; }
.dt-post-cta { display: flex; align-items: center; justify-content: space-between; margin: 8px 11px 7px; padding: 7px 11px; border-radius: 8px; background: var(--surface-fill); font-size: 10.5px; font-weight: 700; color: var(--text-heading); }
.dt-post-cta svg { color: var(--text-muted); }
/* System-Kapitel: Wasserzeichen-Container
   WICHTIG: overflow: clip statt hidden — hidden macht die Sektion zum
   Scroll-Container und bricht position: sticky der Flow-Story */
#system { position: relative; overflow: clip; }
#system .wrap { position: relative; z-index: 1; }
@media (max-width: 720px) {
  .iphone-tilt.l { transform: rotateY(7deg) rotateX(2deg); }
  .iphone-tilt.r { transform: rotateY(-7deg) rotateX(2deg); margin-top: 0; }
  /* Gestapelt: Luft zwischen Gravur-Emblem und nächstem Motiv-Chip */
  .phones { row-gap: 48px; }
  /* MacBook-Info-Spalte kompakter, damit Handle/CTA vollständig bleiben */
  .dt-post-side { min-width: 128px; max-width: 150px; }
  .dt-post-av { width: 20px; height: 20px; font-size: 7.5px; }
  .dt-post-who b { font-size: 9.5px; }
  .dt-post-who span { font-size: 8px; }
  .dt-post-cap { font-size: 9px; line-height: 1.35; padding-top: 2px; }
  .dt-post-actions { padding: 6px 9px 3px; }
  .dt-post-actions svg { width: 15px; height: 15px; }
  .dt-pa-left { gap: 9px; }
  .dt-post-likes { font-size: 9px; padding: 0 9px; }
  .dt-post-cta { margin: 6px 9px 6px; padding: 5px 9px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { .iphone-tilt { animation: none; } }

/* ---------- MacBook-Showcase (realistisch, 3D) ---------- */
.macbook-tilt {
  transition: transform .7s var(--ease-out);
  transform: rotateY(-11deg) rotateX(5deg);
  animation: mbFloat 8.5s ease-in-out infinite alternate; animation-delay: 1.2s;
  transform-style: preserve-3d;
}
.macbook-tilt:hover { transform: rotateY(0) rotateX(0) translateY(-6px); }
@keyframes mbFloat { from { translate: 0 -5px; } to { translate: 0 7px; } }
.macbook { position: relative; width: min(460px, 88vw); }
.mb-lid {
  position: relative; border-radius: 20px 20px 6px 6px; padding: 11px;
  background: linear-gradient(150deg, #4a5561 0%, #10161d 45%, #232f3c 80%, #414e5b 100%);
  box-shadow:
    inset 0 0 0 1.5px rgba(255,255,255,.22),
    inset 0 0 0 3.5px #05080c,
    0 46px 84px rgba(7,24,39,.34), 0 12px 26px rgba(7,24,39,.24);
}
.mb-viewport { position: relative; aspect-ratio: 16 / 10.2; border-radius: 7px; overflow: hidden; background: #05070b; }
.mb-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 116px; height: 15px; background: #05070b; border-radius: 0 0 9px 9px; z-index: 4; }
.mb-notch::after { content: ""; position: absolute; left: 50%; top: 4px; transform: translateX(-50%); width: 6px; height: 6px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #1d2b3a, #05070b 65%); }
.mb-base {
  position: relative; height: 15px; width: 118%; margin-left: -9%;
  border-radius: 0 0 12px 12px / 0 0 100% 100%;
  background: linear-gradient(180deg, #303945 0%, #525d6a 26%, #171d24 100%);
  box-shadow: 0 20px 34px rgba(7,24,39,.32);
}
.mb-base::before { content: ""; position: absolute; top: 0; left: 6%; right: 6%; height: 2px; background: linear-gradient(90deg, transparent, rgba(0,0,0,.5), transparent); }
.mb-lip {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 108px; height: 7px; border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, #0a0e13, #232a32);
}
/* Desktop-Anzeige im MacBook */
.dt-ad { position: absolute; inset: 0; background: #fff; display: flex; flex-direction: column; overflow: hidden; }
.dt-top { display: flex; align-items: center; gap: 9px; padding: 8px 14px; border-bottom: 1px solid var(--surface-fill); flex: none; }
.dt-logo { width: 27px; height: 27px; border-radius: 8px; background: var(--ar-navy); color: #fff; font-weight: 800; font-size: 11px; display: flex; align-items: center; justify-content: center; flex: none; }
.dt-top-name b { display: block; font-size: 11.5px; color: var(--text-heading); line-height: 1.2; }
.dt-top-name span { font-size: 9px; color: var(--text-muted); font-weight: 600; }
.dt-follow { margin-left: auto; font-size: 10px; font-weight: 700; color: #fff; background: var(--accent-strong); padding: 5px 10px; border-radius: 7px; white-space: nowrap; }
.dt-hero { flex: 1; display: grid; grid-template-columns: 1.02fr 1fr; min-height: 0; overflow: hidden; }
.dt-copy { padding: 3% 5%; display: flex; flex-direction: column; justify-content: center; gap: 6px; min-width: 0; }
.dt-eyebrow { font-family: var(--font-mono); font-size: 9px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-strong); }
.dt-copy h4 { font-size: clamp(14px, 2vw, 18px); color: var(--text-heading); line-height: 1.12; letter-spacing: -0.01em; }
.dt-copy p { font-size: 10.5px; color: var(--text-muted); font-weight: 500; line-height: 1.45; }
.dt-btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 5px; margin-top: 3px; background: var(--ar-navy); color: #fff; padding: 7px 13px; border-radius: 9px; font-size: 11px; font-weight: 700; box-shadow: var(--shadow-cta); white-space: nowrap; }
.dt-visual { position: relative; overflow: hidden; background: linear-gradient(158deg, #1677B8 0%, #0A2438 78%); }
.dt-motif { position: absolute; inset: 0; background: radial-gradient(circle at 30% 26%, rgba(127,192,236,.4), transparent 55%); }
.dt-sun { position: absolute; top: -18%; right: -12%; width: 55%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,199,89,.7), rgba(255,199,89,0) 66%); }
.dt-panels {
  position: absolute; bottom: -2%; left: 8%; right: 8%; height: 46%;
  display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 4px;
  transform: perspective(340px) rotateX(38deg); transform-origin: bottom;
}
.dt-panels i { background: linear-gradient(150deg, rgba(24,72,128,.95), rgba(8,26,48,.98)); border: 1px solid rgba(127,192,236,.45); border-radius: 2px; box-shadow: inset 0 1px 3px rgba(127,192,236,.25); }
.dt-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: 10.5px; font-weight: 700; color: #06263f;
  background: rgba(255,255,255,.92); padding: 5px 11px; border-radius: var(--r-pill); box-shadow: var(--shadow-sm);
}
.dt-strip { display: flex; align-items: center; gap: 5%; padding: 7px 14px; border-top: 1px solid var(--surface-fill); font-size: 10px; font-weight: 600; color: var(--text-muted); flex: none; }
.dt-strip span { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.dt-strip span:first-child { color: var(--ar-warning); }
.dt-strip b { color: var(--text-heading); }
@media (prefers-reduced-motion: reduce) { .macbook-tilt { animation: none; } }
@media (max-width: 720px) {
  .macbook-tilt { transform: rotateY(-6deg) rotateX(2deg); }
  .dt-copy h4 { font-size: 15px; }
}

/* ---------- Portal vs. Auftragsrausch ---------- */
.vs { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(16px, 2.5vw, 28px); align-items: stretch; max-width: 1060px; margin-inline: auto; }
.vs-col { border-radius: var(--r-card); padding: clamp(24px, 3vw, 38px); display: grid; gap: 22px; align-content: start; }
.vs-title { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); }
.vs-note { font-size: 12.5px; font-weight: 600; color: var(--text-muted); text-align: center; margin-top: 4px; }

/* links: bewusst flach & austauschbar */
.vs-col.portal { background: var(--surface-alt); border: 1.5px dashed var(--border-strong); }
.vs-col.portal .vs-node {
  background: #fff; border: 1px solid var(--border-card); color: var(--text-muted);
  font-weight: 600; box-shadow: none;
}
.vs-col.portal .vs-node.end.bad { background: var(--ar-error-soft); color: var(--ar-error); border: 1.5px solid #F3C6C6; font-weight: 700; }

/* rechts: Premium-Fläche */
.vs-col.ar {
  position: relative; overflow: hidden;
  background: linear-gradient(168deg, #0E2A40 0%, #071827 74%);
  border: 1px solid rgba(127,192,236,.35);
  box-shadow: 0 34px 80px rgba(7,24,39,.32), inset 0 1px 0 rgba(255,255,255,.1);
}
.vs-col.ar::before {
  content: ""; position: absolute; left: 50%; top: -140px; transform: translateX(-50%);
  width: 460px; height: 320px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(22,119,184,.35), transparent 70%);
  pointer-events: none;
}
.vs-ar-head { position: relative; display: flex; align-items: center; gap: 11px; }
.vs-col.ar .vs-title { color: #7FC0EC; }
.vs-col.ar .vs-flow, .vs-col.ar .vs-note { position: relative; }
.vs-col.ar .vs-node {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.vs-col.ar .vs-node.end.good { background: rgba(31,138,91,.24); border: 1.5px solid rgba(52,201,138,.55); color: #7CE0B4; }
.vs-col.ar .vs-arrow { background: rgba(255,255,255,.28); }
.vs-col.ar .vs-arrow::after { border-top-color: rgba(255,255,255,.35); }
.vs-col.ar .vs-note { color: rgba(159,180,199,.95); }

.vs-flow { display: grid; gap: 10px; justify-items: center; }
.vs-node {
  border-radius: 13px; padding: 10px 20px; font-size: 14.5px; font-weight: 700; color: var(--text-heading);
  display: flex; align-items: center; gap: 12px;
  opacity: 0; transform: translateY(10px);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.vs.on .vs-node { opacity: 1; transform: none; }
.vs-node.multi .mono { font-size: 13px; color: var(--ar-error); }
.vs-fan { display: flex; gap: 16px; height: 22px; align-items: stretch; }
.vs-fan i { width: 1.6px; background: var(--border-strong); transform: scaleY(0); transform-origin: top; transition: transform .5s var(--ease-out); }
.vs.on .vs-fan i { transform: none; }
.vs-arrow { width: 1.6px; height: 20px; background: var(--border-strong); position: relative; }
.vs-arrow::after { content: ""; position: absolute; bottom: -1px; left: -3.3px; border-top: 7px solid var(--border-strong); border-inline: 4.2px solid transparent; }
.vs-divider { display: flex; align-items: center; justify-content: center; }
.vs-divider span {
  position: relative; overflow: hidden;
  width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--metal-steel); color: var(--ar-navy); font-size: 13px; font-weight: 800;
  box-shadow: 0 8px 20px rgba(7,24,39,.28), inset 0 2px 4px rgba(255,255,255,.8), inset 0 -3px 6px rgba(7,24,39,.3);
  border: 1px solid rgba(255,255,255,.7); text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.vs-divider span::before {
  content: ""; position: absolute; top: -30%; left: -20%; width: 45%; height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  transform: translateX(-60%) skewX(-18deg); animation: metalSheen 3.4s var(--ease-soft) infinite;
}
@media (prefers-reduced-motion: reduce) { .vs-divider span::before { animation: none; } }
@media (max-width: 820px) {
  .vs { grid-template-columns: 1fr; }
  .vs-divider { padding-block: 4px; }
}
.vs.on .vs-col.portal .vs-node:nth-child(1) { transition-delay: .1s; }
.vs.on .vs-col.portal .vs-fan i { transition-delay: .5s; }
.vs.on .vs-col.portal .vs-node:nth-child(3) { transition-delay: .8s; }
.vs.on .vs-col.portal .vs-node:nth-child(5) { transition-delay: 1.5s; }
.vs.on .vs-col.ar .vs-node:nth-child(1) { transition-delay: .3s; }
.vs.on .vs-col.ar .vs-node:nth-child(3) { transition-delay: .7s; }
.vs.on .vs-col.ar .vs-node:nth-child(5) { transition-delay: 1.1s; }
.vs.on .vs-col.ar .vs-node:nth-child(7) { transition-delay: 1.5s; }

/* ---------- Garantie-Check (Quiz-Bedienfeld) ---------- */
.gquiz { max-width: 560px; width: 100%; justify-self: center; padding: clamp(22px, 3vw, 32px); display: grid; gap: 18px; }
.gq-head { display: flex; align-items: center; justify-content: space-between; }
.gq-badge { font-size: 13px; font-weight: 700; color: var(--text-heading); display: inline-flex; align-items: center; gap: 8px; }
.gq-badge::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(22,119,184,.14); }
.gq-step { font-size: 12px; font-weight: 600; color: var(--text-muted); }
.gq-progress { height: 6px; border-radius: 4px; background: var(--surface-fill); overflow: hidden; }
.gq-progress i { display: block; height: 100%; width: 0; border-radius: 4px; background: linear-gradient(90deg, var(--accent), var(--accent-strong)); transition: width .5s var(--ease-out); }
.gq-stage { min-height: 262px; display: flex; }
.gq-stage.swap .gq-view { opacity: 0; transform: translateY(8px); }
.gq-view { flex: 1; display: flex; flex-direction: column; gap: 10px; justify-content: center; transition: opacity .16s var(--ease-out), transform .16s var(--ease-out); }
.gq-q { font-size: clamp(19px, 2.4vw, 23px); color: var(--text-heading); line-height: 1.25; }
/* Der Garantie-Check ist ein helles Panel auf dunkler Sektion —
   dunklen Text erzwingen (die .section.dark h3-Regel gilt sonst) */
.section.dark #gquiz .gq-q { color: var(--text-heading); }
.section.dark #gquiz p { color: var(--text-body); }
.section.dark #gquiz .gq-verdict { color: var(--text-muted); }
.gq-hint { font-size: 13px; color: var(--text-muted); font-weight: 600; margin-bottom: 4px; }
.gq-opts { display: grid; gap: 10px; }
.gq-opt {
  display: flex; align-items: center; gap: 13px; text-align: left; cursor: pointer;
  background: #fff; border: 1.5px solid var(--border-card); border-radius: 14px;
  padding: 14px 18px; font: 700 15px var(--font-sans); color: var(--text-body);
  transition: border-color var(--dur) var(--ease-out), background var(--dur), box-shadow var(--dur), transform var(--dur) var(--ease-out);
}
.gq-opt:hover { border-color: var(--border-strong); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.gq-dot { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--border-strong); flex: none; position: relative; transition: border-color var(--dur), background var(--dur); }
.gq-opt.sel { border-color: var(--ar-navy); background: var(--surface-tint); color: var(--text-heading); box-shadow: 0 8px 22px rgba(7,24,39,.1); }
.gq-opt.sel .gq-dot { border-color: var(--ar-navy); background: var(--ar-navy); }
.gq-opt.sel .gq-dot::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: #fff; }
.gq-back { align-self: flex-start; margin-top: 4px; border: 0; background: none; cursor: pointer; font: 700 13px var(--font-sans); color: var(--text-muted); padding: 4px 0; transition: color var(--dur); }
.gq-back:hover { color: var(--accent-strong); }
/* Ergebnis */
.gq-result-top { display: flex; }
.gq-verdict-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; padding: 9px 16px; border-radius: var(--r-pill); }
.gq-verdict-chip.good {
  position: relative; overflow: hidden;
  background: var(--metal-green); color: #0b3b25;
  box-shadow: 0 6px 16px rgba(31,138,91,.32), inset 0 1px 2px rgba(255,255,255,.75), inset 0 -2px 5px rgba(11,59,37,.35);
  border: 1px solid rgba(255,255,255,.55); text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.gq-verdict-chip.good::before {
  content: ""; position: absolute; top: -30%; left: 0; width: 40%; height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent);
  transform: translateX(-140%) skewX(-18deg); animation: metalSheen 2.6s var(--ease-soft) .3s infinite;
}
@media (prefers-reduced-motion: reduce) { .gq-verdict-chip.good::before { animation: none; } }
.gq-verdict-chip.mid { background: var(--surface-tint); color: var(--accent-strong); }
.gq-gauge { position: relative; margin-top: 20px; }
.gq-gauge-bar { display: block; height: 10px; border-radius: 6px; background: var(--surface-fill); border: 1px solid var(--border-card); overflow: hidden; }
.gq-gauge-bar i { display: block; height: 100%; width: 0; border-radius: 6px; background: linear-gradient(90deg, var(--accent), var(--trust)); transition: width .9s var(--ease-soft); }
.gq-mark { position: absolute; top: -3px; bottom: -3px; width: 2px; background: var(--ar-navy); opacity: .5; }
.gq-mark em { position: absolute; top: -17px; left: 50%; transform: translateX(-50%); font: 600 10px var(--font-mono); font-style: normal; letter-spacing: .05em; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; }
.gq-score { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; }
.gq-score b { font-size: 32px; color: var(--text-heading); }
.gq-score span { font-size: 13px; font-weight: 600; color: var(--text-muted); }
.gq-verdict { font-size: 14px; font-weight: 500; color: var(--text-muted); line-height: 1.55; }
.gq-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 4px; }
.gq-restart { border: 0; background: none; cursor: pointer; font: 700 13px var(--font-sans); color: var(--text-muted); transition: color var(--dur); }
.gq-restart:hover { color: var(--accent-strong); }

/* ---------- Ablauf / Timeline (Auftragsrausch-Leitung) ---------- */
.timeline { position: relative; max-width: 1100px; margin-inline: auto; padding-top: 14px; }
.tl-flow { position: absolute; left: calc(100% / 12); right: calc(100% / 12); top: 44px; height: 3px; border-radius: 3px; background: var(--surface-fill); }
.tl-dash {
  position: absolute; inset: 0; border-radius: 3px; opacity: .55;
  background: repeating-linear-gradient(90deg, rgba(22,119,184,.45) 0 10px, transparent 10px 20px);
  animation: tlDash 1.1s linear infinite;
}
@keyframes tlDash { to { background-position: 20px 0; } }
.tl-fill {
  position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  transition: width .12s linear;
}
.tl-signal {
  position: absolute; top: 50%; left: 0; width: 13px; height: 13px; border-radius: 50%;
  background: radial-gradient(60% 60% at 38% 30%, #ffffff, var(--accent) 70%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 5px rgba(22,119,184,.16), 0 3px 12px rgba(22,119,184,.5);
}
@keyframes tlPing {
  0%   { box-shadow: 0 0 0 0 rgba(22,119,184,.5), 0 16px 32px rgba(7,24,39,.26); }
  100% { box-shadow: 0 0 0 18px rgba(22,119,184,0), 0 16px 32px rgba(7,24,39,.26); }
}
.tl-steps li.ping .tl-chip { animation: tlPing .62s var(--ease-soft); }
@media (prefers-reduced-motion: reduce) { .tl-dash { animation: none; } .tl-signal { left: 100%; } }
.tl-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.tl-steps li { display: grid; justify-items: center; gap: 9px; text-align: center; }
.tl-chip {
  width: 60px; height: 60px; border-radius: 20px; display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1.5px solid var(--border-card); color: var(--accent-strong);
  position: relative; z-index: 1; box-shadow: var(--shadow-sm);
  transition: all .45s var(--ease-out);
}
.tl-steps b { font-size: 11px; color: var(--text-muted); letter-spacing: .09em; transition: color .4s; }
.tl-steps span { font-size: 13.5px; font-weight: 700; color: var(--text-muted); line-height: 1.3; transition: color .4s; }
.tl-steps li.on .tl-chip {
  background: var(--ar-navy); border-color: var(--ar-navy); color: #fff;
  transform: translateY(-4px); box-shadow: 0 16px 32px rgba(7,24,39,.26);
}
.tl-steps li.on b { color: var(--accent-strong); }
.tl-steps li.on span { color: var(--text-heading); }
@media (max-width: 820px) {
  .tl-flow { display: none; }
  .tl-steps { grid-template-columns: 1fr; gap: 8px; }
  .tl-steps li { grid-template-columns: auto auto 1fr; justify-items: start; align-items: center; text-align: left; gap: 14px; }
  .tl-chip { width: 48px; height: 48px; border-radius: 15px; }
}

/* ---------- Über uns ---------- */
.about-grid { display: grid; grid-template-columns: 6fr 5fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.about-grid .sec-head { margin-bottom: 0; }
.about-system {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px;
  font-size: 14px; font-weight: 700; color: var(--text-heading);
}
.about-system span { background: #fff; border: 1px solid var(--border-card); border-radius: var(--r-pill); padding: 8px 18px; box-shadow: var(--shadow-xs); }
.about-system i { width: 18px; height: 1.6px; background: var(--border-strong); }
.founders { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 2vw, 20px); align-self: center; }
.founder { padding: 12px; display: grid; }
.founder-photo { width: 100%; height: 280px; object-fit: cover; object-position: 50% 14%; border-radius: 18px; display: block; box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 10px 24px rgba(10,25,45,.18); }
.founder .about-person { display: grid; gap: 2px; padding: 14px 8px 8px; }
.founder .about-person b { font-size: 16.5px; color: var(--text-heading); }
.founder .about-person span { font-size: 13px; color: var(--text-muted); font-weight: 600; }
@media (max-width: 920px) { .about-grid { grid-template-columns: 1fr; } }
@media (max-width: 540px) { .founders { grid-template-columns: 1fr; } }

/* ============================================================
   COMMAND UI — Auftragsrausch-Cockpit (Sektion), Creative
   Framework, Vergleich-Closing
   ============================================================ */

/* ---------- Cockpit ---------- */
.ckp { max-width: 880px; margin-inline: auto; }
.ckp-bar {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 14px 22px;
  background: radial-gradient(140% 160% at 50% -30%, #2c4d6d 0%, #14293c 44%, #081727 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
.ckp-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }
.ckp-live { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #7CE0B4; }
.ckp-live i { width: 7px; height: 7px; border-radius: 50%; background: #1bbccb; box-shadow: 0 0 10px rgba(27,188,203,.7); }
.ckp-tabs { display: flex; gap: 4px; padding: 12px 16px 0; border-bottom: 1px solid var(--border-card); flex-wrap: wrap; }
.ckp-tab {
  border: 0; cursor: pointer; background: none;
  padding: 10px 15px 13px; font: 700 13.5px/1.2 var(--font-sans); color: var(--text-muted);
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: color var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out);
}
.ckp-tab:hover { color: var(--text-heading); }
.ckp-tab.on { color: var(--accent-strong); border-bottom-color: var(--accent-strong); }
.ckp-body { padding: clamp(18px, 2.6vw, 28px); min-height: 296px; }
.ckp-pane { display: none; gap: 12px; align-content: start; }
.ckp-pane.on { display: grid; animation: ckpIn .45s var(--ease-out); }
@keyframes ckpIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.ckp-lead {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 13px 16px; border-radius: 14px;
  background: var(--metal-plate-alt, #fff); border: 1px solid var(--border-card);
  box-shadow: var(--gloss-xs, var(--shadow-sm));
}
.ckp-lead-badge {
  width: 34px; height: 34px; border-radius: 10px; flex: none;
  display: flex; align-items: center; justify-content: center; color: #fff;
  background: radial-gradient(130% 150% at 50% -25%, #2c4d6d, #0a1c2e 70%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 5px 12px rgba(7,24,39,.26);
}
.ckp-lead-txt { display: grid; gap: 1px; min-width: 0; flex: 1; }
.ckp-lead-txt b { font-size: 14.5px; color: var(--text-heading); }
.ckp-lead-txt span { font-size: 12.5px; font-weight: 600; color: var(--text-muted); }
.ckp-slot { font-size: 12px; font-weight: 700; color: var(--text-heading); padding: 5px 11px; border-radius: 9px; background: var(--surface-tint); border: 1px solid #C7E3F7; }
.ckp-lead.dim { opacity: .74; border-style: dashed; }
.ckp-lead.dim .ckp-lead-badge { background: var(--surface-fill); color: var(--text-muted); box-shadow: none; border: 1px solid var(--border-card); }
.ckp-check {
  padding: 16px 18px 18px; border-radius: 16px; display: grid; gap: 12px;
  background: radial-gradient(140% 160% at 50% -30%, #2c4d6d 0%, #14293c 44%, #081727 100%);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 14px 30px rgba(7,24,39,.22);
}
.ckp-check-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #fff; font-size: 14px; font-weight: 700; }
.ckp-check-head .mono { font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: rgba(210,230,246,.72); }
.ckp-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ckp-check .chk { background: rgba(255,255,255,.08); color: rgba(255,255,255,.75); border-color: rgba(255,255,255,.18); }
.ckp-check .chk.on[data-ok="1"] { background: rgba(31,138,91,.28); color: #7CE0B4; border-color: rgba(52,201,138,.45); }
.ckp-note { font-size: 12.5px; font-weight: 600; color: var(--text-muted); line-height: 1.55; }
.ckp-pane .fl-wk-grid { margin-top: 2px; }
.ckp-msg {
  display: flex; gap: 13px; align-items: flex-start; flex-wrap: wrap;
  padding: 13px 16px; border-radius: 14px;
  background: var(--metal-plate-alt, #fff); border: 1px solid var(--border-card);
  box-shadow: var(--gloss-xs, var(--shadow-sm));
}
.ckp-msg-av {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  font: 700 12px var(--font-mono); color: var(--accent-strong);
  background: var(--surface-tint); border: 1px solid #C7E3F7;
}
.ckp-msg-txt { display: grid; gap: 3px; flex: 1; min-width: 200px; }
.ckp-msg-txt b { font-size: 13.5px; color: var(--text-heading); }
.ckp-msg-txt p { font-size: 13px; font-weight: 600; color: var(--text-muted); line-height: 1.5; }
.ckp-msg .chip { flex: none; }
@media (max-width: 640px) {
  .ckp-tabs { gap: 0; padding-inline: 8px; }
  .ckp-tab { padding: 9px 10px 11px; font-size: 12px; }
  .ckp-body { min-height: 0; }
  .ckp-slot { order: 5; }
}

/* ---------- Creative Framework (Ad-Showcase) ---------- */
.cf-bar {
  display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap;
  max-width: 880px; margin-inline: auto; margin-bottom: 30px;
  padding: 11px 18px; border-radius: 14px;
  background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 4px 14px rgba(15,30,50,.08);
  -webkit-backdrop-filter: blur(8px) saturate(1.2); backdrop-filter: blur(8px) saturate(1.2);
}
.cf-name { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; color: var(--text-heading); }
.cf-meta { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); }
.iphone-tilt, .macbook-tilt { position: relative; }
.cf-chip {
  position: absolute; left: 50%; top: -14px; transform: translateX(-50%); z-index: 3;
  white-space: nowrap; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #fff;
  padding: 5px 12px; border-radius: var(--r-pill);
  background: radial-gradient(130% 150% at 50% -25%, #2c4d6d, #0a1c2e 72%);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 6px 14px rgba(7,24,39,.28);
}
.cf-foot { text-align: center; margin: 34px auto 0; max-width: 640px; font-size: 14px; font-weight: 600; color: var(--text-muted); line-height: 1.6; }
.cf-foot b { color: var(--text-heading); }
/* Absender in den Ad-Mockups unkenntlich — wie ein anonymisierter
   Praxis-Screenshot, ohne einen Firmennamen zu zeigen */
.ad-redact { filter: blur(3.5px); opacity: .8; user-select: none; }
/* Gravur-Emblem: Auftragsrausch-Signet als geprägte Plakette am Gehäuse —
   kennzeichnet die Motive dezent als Auftragsrausch-Stil */
.cf-grav {
  position: absolute; left: 50%; bottom: -13px; transform: translateX(-50%); z-index: 4;
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(130% 150% at 50% -25%, #2c4d6d, #0a1c2e 72%);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3), inset 0 -2px 4px rgba(0,0,0,.4), 0 5px 12px rgba(7,24,39,.35);
}
.cf-grav img { width: 14px; height: 14px; opacity: .95; filter: drop-shadow(0 1px 1px rgba(0,0,0,.45)); }
.cf-grav.mb { bottom: -12px; }

/* ---------- Vergleich: Closing-Statement ---------- */
.vs-closing { max-width: 760px; margin: 36px auto 0; text-align: center; font-size: 16.5px; font-weight: 600; color: var(--text-muted); line-height: 1.6; }
.vs-closing b { color: var(--text-heading); }
.vs + .vs-closing + .cta-line { margin-top: 26px; }

/* Cockpit-Kalender: auf schmalen Screens sauber einpassen */
.ckp-pane .fl-wk-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ckp-pane .fl-wk-ev { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
@media (max-width: 560px) {
  .ckp-pane .fl-wk-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ckp-pane .fl-wk-day:nth-child(n+4) { display: none; }
}

/* ============================================================
   COCKPIT ALS KUNDEN-VORSCHAU — Redaction, Meta, Ghost-Zeilen
   ============================================================ */
/* Unkenntlich gemachte Namen/Kontaktdaten */
.ckp-redact {
  filter: blur(4px); opacity: .85;
  user-select: none; -webkit-user-select: none; pointer-events: none;
  border-radius: 3px;
}
/* Kunden-Identität in der Command-Bar */
.ckp-bar { gap: 10px 18px; flex-wrap: wrap; }
.ckp-client { display: inline-flex; align-items: center; gap: 9px; margin-left: auto; min-width: 0; }
.ckp-client i {
  width: 26px; height: 26px; flex: none; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10.5px; font-weight: 700; color: #fff; font-style: normal;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}
.ckp-client-txt { display: grid; gap: 0; min-width: 0; text-align: left; }
.ckp-client-txt b { font-size: 12.5px; color: #fff; line-height: 1.3; white-space: nowrap; }
.ckp-client-txt em { font-style: normal; font-family: var(--font-mono); font-size: 9px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(210,230,246,.65); }
/* Meta-Zeile in Anfrage-Rows */
.ckp-meta { font-size: 10px; font-weight: 600; letter-spacing: .03em; color: var(--text-muted); opacity: .8; margin-top: 1px; }
.ckp-meta .ckp-redact { display: inline-block; }
/* Ghost-Zeilen: die Liste läuft sichtbar weiter (echter Account) */
.ckp-ghosts { display: grid; gap: 12px; margin-top: 0; }
.ckp-lead.ghost { opacity: .5; filter: saturate(.7); }
.ckp-lead.ghost.g2 { opacity: .24; }
.ckp-ghosts { mask-image: linear-gradient(180deg, #000 20%, transparent 96%); -webkit-mask-image: linear-gradient(180deg, #000 20%, transparent 96%); }
.ckp-more { text-align: center; font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); margin-top: -2px; }
/* Datenschutz-Hinweis unter dem Panel */
.ckp-privacy {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 16px; text-align: center;
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; color: var(--text-muted);
}
.ckp-privacy svg { flex: none; opacity: .7; }
@media (max-width: 700px) {
  .ckp-client-txt em { display: none; }
  .ckp-meta { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
  /* Lead-Row: Text bekommt die volle erste Zeile, Chip + Slot rutschen darunter */
  .ckp-lead { gap: 8px 10px; }
  .ckp-lead-txt { flex: 1 0 calc(100% - 44px); }
  .ckp-lead .chip { margin-left: 44px; }
  .ckp-lead .ckp-slot { margin-left: auto; }
}

/* ============================================================
   ÜBER UNS — Dominic als freigestellter Portrait-Cutout auf
   hellem Studio-Backdrop (Polo ist schwarz -> heller Grund)
   ============================================================ */
.founder-cut {
  position: relative; align-self: center;
  display: flex; align-items: flex-end; justify-content: center;
}
/* Studio-Bogen: helle Perl-Fläche mit weichem Marken-Glow oben */
.fcut-stage {
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 84%; max-width: 300px; height: 78%; overflow: hidden;
  border-radius: 150px 150px 24px 24px;
  background:
    radial-gradient(120% 78% at 50% 6%, rgba(22,119,184,.18), transparent 62%),
    linear-gradient(180deg, #eef4fa 0%, #dde8f3 100%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.85), inset 0 0 0 1px rgba(15,30,50,.05), 0 30px 60px rgba(15,30,50,.13);
}
.fcut-stage::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0 24px, rgba(15,30,50,.022) 24px 25px);
}
.fcut-img {
  position: relative; z-index: 1; height: clamp(230px, 23vw, 330px); width: auto;
  filter: drop-shadow(0 24px 38px rgba(15,30,50,.24));
}
.fcut-name {
  position: absolute; z-index: 2; bottom: 20px; left: 50%; transform: translateX(-50%);
  display: grid; gap: 1px; text-align: center; white-space: nowrap;
  padding: 7px 18px; border-radius: 13px 15px 13px 5px;
  background: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.82);
  box-shadow: inset 0 1px 0 #fff, 0 8px 22px rgba(15,30,50,.14);
  -webkit-backdrop-filter: blur(8px) saturate(1.2); backdrop-filter: blur(8px) saturate(1.2);
}
.fcut-name b { font-size: 14px; color: var(--text-heading); }
.fcut-name em { font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-strong); }
@media (max-width: 920px) { .founder-cut { margin-top: 8px; } }

/* Footer-Kontakt */
.f-contact { display: grid; gap: 5px; margin-top: 16px; }
.f-contact a { font-size: 14px; font-weight: 600; color: var(--text-on-dark-muted, rgba(210,224,236,.75)); transition: color var(--dur); }
.f-contact a:hover { color: #fff; }
