/* ============================================================
   Extra sections — Deine Homepage, Dein WebShop teaser,
   Alles Online, Pakete & Preise, Zertifizierungen, White-Labeling
   ============================================================ */

/* ---------- Deine Homepage — slider rail of 12 sites ----------
   Rendered OUTSIDE .container in the JSX, so it spans 100vw and the
   first card snaps flush to the viewport's left edge. */
.dh-rail {
  position: relative;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 24px;
  width: 100%;
  margin-top: 40px;
  scrollbar-width: thin;
  scrollbar-color: var(--ink-3) transparent;
}
.dh-rail::-webkit-scrollbar { height: 6px; }
.dh-rail::-webkit-scrollbar-track { background: var(--line); border-radius: 3px; }
.dh-rail::-webkit-scrollbar-thumb { background: var(--ink-3); border-radius: 3px; }
.dh-card {
  /* Horizontal 16:9 video tiles — pure video, no link / text / overlay. */
  flex: 0 0 clamp(380px, 46vw, 680px);
  scroll-snap-align: start;
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  background: #0a0a0c;
  border: 1px solid var(--line);
  overflow: hidden;
}
.dh-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0a0a0c;
  display: block;
}

.dh-card__shade {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, transparent 40%, rgba(255,255,255,0.6) 100%);
  transition: background var(--dur-med);
}
/* On hover the bottom needs to stay readable over the video — switch the
   shade to a soft dark gradient. The card name flips to white via .meta. */
.dh-card:hover .dh-card__shade {
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.62) 100%);
}
.dh-card__meta {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dh-card__name {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.018em;
  color: var(--ink);
  transition: color var(--dur-med);
}
.dh-card__tag {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  transition: color var(--dur-med);
}
/* Hover: video shows behind dark shade — flip text to white. */
.dh-card:hover .dh-card__name { color: #fff; }
.dh-card:hover .dh-card__tag  { color: rgba(255,255,255,0.7); }

.dh-card__arrow {
  position: absolute;
  top: 20px; right: 20px;
  z-index: 3;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--dur-fast), transform var(--dur-fast) var(--ease-apple);
  color: var(--ink);
}
.dh-card:hover .dh-card__arrow {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: rotate(-45deg);
}

/* ---------- Footer row: round nav buttons + CTA ---------- */
.dh-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 24px;
}
.dh-nav {
  display: inline-flex;
  gap: 14px;
}
.dh-nav__btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--bg);
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background var(--dur-fast) var(--ease-apple),
    color var(--dur-fast) var(--ease-apple),
    transform var(--dur-fast) var(--ease-apple),
    box-shadow var(--dur-med) var(--ease-apple);
  box-shadow: 0 14px 32px -10px rgba(10,10,12,0.45);
}
.dh-nav__btn:hover {
  background: var(--accent);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 18px 38px -10px rgba(229,105,9,0.55);
}
.dh-nav__btn:active { transform: scale(0.97); }

/* ---------- Dein WebShop teaser — dark band ---------- */
.shop-teaser {
  position: relative;
  background: var(--dark-bg);
  color: var(--dark-ink);
  overflow: hidden;
  padding-block: clamp(80px, 10vw, 160px);
}
.shop-teaser > .bg {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none; overflow: hidden;
}
.shop-teaser__container {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.shop-teaser__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: clamp(56px, 7vw, 112px);
}
@media (min-width: 880px) {
  .shop-teaser__top { grid-template-columns: 1.4fr 1fr; gap: 64px; }
}
.shop-teaser__h {
  font-family: var(--f-display);
  font-size: clamp(48px, 6.8vw, 124px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.94;
  color: #fff;
  margin: 0;
  text-wrap: balance;
}
.shop-teaser__h .ser {
  font-family: var(--f-serif);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--accent);
}

.shop-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: 100%;                 /* full section width = 100vw, edge to edge */
  padding: 0 0 24px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.3) transparent;
}
.shop-rail::-webkit-scrollbar { height: 6px; }
.shop-rail::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.3); border-radius: 3px; }
.shop-card {
  flex: 0 0 clamp(260px, 26vw, 380px);
  scroll-snap-align: start;
  position: relative;
  aspect-ratio: 1 / 1;            /* square */
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform var(--dur-med) var(--ease-apple), border-color var(--dur-fast);
}
.shop-card:hover { transform: translateY(-3px); border-color: var(--accent); }
.shop-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform var(--dur-slow) var(--ease-apple);
}
.shop-card:hover .shop-card__img { transform: scale(1.05); }
.shop-card__shade {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, transparent 32%, transparent 54%, rgba(0,0,0,0.8) 100%);
}
.shop-card__num {
  position: relative; z-index: 2;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.8);
}
.shop-card__meta { position: relative; z-index: 2; }
.shop-card__name {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.015em;
  color: #fff;
}
.shop-card__tag {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* Control row — round glass nav buttons (fit the dark band) + CTA.
   Sits ABOVE the slider. */
.shop-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
  flex-wrap: wrap;
  gap: 20px;
}
.shop-nav { display: inline-flex; gap: 14px; }
.shop-nav__btn {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background var(--dur-fast) var(--ease-apple),
    border-color var(--dur-fast) var(--ease-apple),
    color var(--dur-fast) var(--ease-apple),
    transform var(--dur-fast) var(--ease-apple);
}
.shop-nav__btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: scale(1.05);
}
.shop-nav__btn:active { transform: scale(0.97); }

/* ---------- Alles. Online. — mosaic gallery ---------- */
.alles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
}
@media (min-width: 760px) {
  .alles-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
  }
  .alles-grid > :nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .alles-grid > :nth-child(4) { grid-column: span 2; }
  .alles-grid > :nth-child(7) { grid-column: span 2; }
}
.alles-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  background: var(--bg-tint);
  border: 1px solid var(--line);
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform var(--dur-med) var(--ease-apple);
}
.alles-tile:hover { transform: translateY(-3px); }
.alles-tile__mesh {
  position: absolute; inset: 0;
  filter: blur(35px) saturate(160%);
  opacity: 0.7;
  transition: opacity var(--dur-fast), transform var(--dur-slow) var(--ease-apple);
}
.alles-tile:hover .alles-tile__mesh { opacity: 0.9; transform: scale(1.1); }
.alles-tile__shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.7) 100%);
}
.alles-tile__kind {
  position: relative; z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  padding: 5px 9px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  width: fit-content;
}
.alles-tile__kind .glyph { color: var(--accent); font-size: 12px; line-height: 1; }
.alles-tile__meta {
  position: relative; z-index: 2;
}
.alles-tile__name {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(15px, 1.2vw, 18px);
  letter-spacing: -0.015em;
  color: var(--ink);
}
.alles-tile__sub {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  margin-top: 2px;
}

/* ---------- Pakete & Preise ---------- */
.preise {
  position: relative;
  background: var(--bg-tint);
}
.preise__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 980px) {
  .preise__inner { grid-template-columns: 5fr 7fr; gap: 96px; }
}
.preis-card {
  position: relative;
  padding: clamp(40px, 5vw, 80px);
  border-radius: var(--r-md);
  background: var(--bg-pure);
  border: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}
.preis-card::before {
  content: "";
  position: absolute;
  inset: -2px -2px auto auto;
  width: 60%;
  height: 60%;
  background: radial-gradient(60% 60% at 100% 0%, var(--accent-soft), transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.preis-card__eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.preis-card__name {
  font-family: var(--f-display);
  font-size: clamp(32px, 3.6vw, 56px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 14px 0 24px;
}
.preis-card__price {
  font-family: var(--f-display);
  font-size: clamp(60px, 7vw, 120px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
  color: var(--ink);
}
.preis-card__rhythmus {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 32px);
  color: var(--ink-3);
  letter-spacing: -0.015em;
  margin-left: 8px;
}
.preis-card__cta { margin-top: 36px; }
.preis-list {
  display: flex;
  flex-direction: column;
}
.preis-list h5 {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 16px;
}
.preis-list ul {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.preis-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
  font-size: 16px;
  color: var(--ink-2);
}
.preis-list li::before {
  content: "✓";
  font-family: var(--f-serif);
  font-weight: 400;
  color: var(--accent);
  font-size: 18px;
}
.preis-list.separat li::before { content: "—"; color: var(--ink-3); font-family: var(--f-mono); }

/* ---------- Zertifizierungen strip (Google) ---------- */
.zerts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.zert {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: var(--bg-pure);
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-2);
  transition: border-color var(--dur-fast), color var(--dur-fast), transform var(--dur-fast) var(--ease-apple);
}
.zert:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.zert .g {
  width: 18px; height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%234285F4' d='M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z'/><path fill='%2334A853' d='M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z'/><path fill='%23FBBC05' d='M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z'/><path fill='%23EA4335' d='M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z'/></svg>");
  background-size: contain; background-repeat: no-repeat;
}

/* ---------- White-Labeling teaser ---------- */
.wl-block {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  padding-block: clamp(80px, 10vw, 160px);
  isolation: isolate;
}
.wl-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(60% 80% at 20% 30%, rgba(229,105,9,0.32) 0%, transparent 70%),
    radial-gradient(50% 60% at 90% 80%, rgba(106,92,255,0.25) 0%, transparent 70%);
  filter: blur(60px);
}
.wl-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: end;
}
@media (min-width: 980px) {
  .wl-inner { grid-template-columns: 7fr 5fr; gap: 80px; }
}
.wl-h {
  font-family: var(--f-display);
  font-size: clamp(40px, 6vw, 108px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.96;
  margin: 16px 0 0;
  color: #fff;
  text-wrap: balance;
}
.wl-h .ser { font-family: var(--f-serif); font-weight: 400; color: var(--accent); }
.wl-stripes {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wl-stripes div {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 18px 0;
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 18px;
  align-items: baseline;
  font-size: 15px;
  color: rgba(255,255,255,0.78);
}
.wl-stripes div:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.wl-stripes div > .n {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
}
.wl-stripes div > .arr-circle { color: #fff; border-color: rgba(255,255,255,0.25); }

/* ---------- KI-Website perks card list ---------- */
.kiw-list { display: flex; flex-direction: column; }
.kiw-list > li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.kiw-list > li:first-child { border-top: 1px solid var(--line); }
.kiw-list .n {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--accent);
}
.kiw-list .t {
  font-family: var(--f-display);
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
  line-height: 1.3;
}
.kiw-list .d {
  font-size: 15px;
  color: var(--ink-3);
  margin: 4px 0 0;
  line-height: 1.45;
}

/* ============================================================
   Universal Video Popup (.vp-*)
   Used by FreeDesign / Barrierefrei / KI-Chat / KI-Website etc.
   - Dark blurred overlay
   - Subtle CSS-only aurora-like backdrop (drifting warm blobs)
   - Click on backdrop closes; click on stage doesn't
   - ESC closes (handled in JS)
   ============================================================ */
.vp-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 6vw, 80px);
  background: rgba(10, 10, 12, 0.78);
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
  animation: vp-fade 0.35s var(--ease-apple) both;
  cursor: pointer;
}
@keyframes vp-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Subtle Aurora-like background: slow drifting warm radial gradients.
   Kept low opacity so it stays "ледве помітний". */
.vp-bg {
  position: absolute;
  inset: -10%;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.55;
  background:
    radial-gradient(48% 42% at 18% 22%, rgba(249,115,22,0.55), transparent 70%),
    radial-gradient(44% 38% at 82% 18%, rgba(251,146,60,0.5),  transparent 70%),
    radial-gradient(58% 50% at 50% 95%, rgba(253,186,116,0.42), transparent 75%),
    radial-gradient(40% 30% at 12% 78%, rgba(249,115,22,0.35), transparent 78%);
  filter: blur(48px) saturate(140%);
  animation: vp-drift 22s ease-in-out infinite alternate;
}
@keyframes vp-drift {
  0%   { transform: translate3d(0, 0, 0)      scale(1); }
  50%  { transform: translate3d(-3%, 2%, 0)   scale(1.06); }
  100% { transform: translate3d(2%, -2%, 0)   scale(1.02); }
}

/* Close button — circular, top right, ink-glass style */
.vp-close {
  position: absolute;
  top: clamp(16px, 2.4vw, 32px);
  right: clamp(16px, 2.4vw, 32px);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  transition:
    background var(--dur-fast) var(--ease-apple),
    border-color var(--dur-fast) var(--ease-apple),
    transform var(--dur-fast) var(--ease-apple);
  z-index: 3;
}
.vp-close:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1.05) rotate(90deg);
}

/* Video stage — centered, large, rounded with deep shadow */
.vp-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  max-height: 84vh;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow:
    0 40px 100px -20px rgba(0,0,0,0.65),
    0 0 0 1px rgba(255,255,255,0.06);
  animation: vp-pop 0.45s var(--ease-apple) both;
  cursor: default;
}
@keyframes vp-pop {
  from { transform: scale(0.96); opacity: 0; }
  to   { transform: scale(1);    opacity: 1; }
}

.vp-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  display: block;
}

@media (max-width: 720px) {
  .vp-stage { aspect-ratio: auto; max-height: 70vh; }
  .vp-close { width: 44px; height: 44px; }
}

/* ============================================================
   KI-Chat section — flex layout (NO grid) + interactive demo
   Content column = wide. Demo column = narrow.
   ============================================================ */
.kic-layout {
  display: flex;
  gap: clamp(40px, 5vw, 88px);
  align-items: flex-start;
  flex-wrap: wrap;
}
.kic-content {
  flex: 3 1 620px;
  min-width: 0;
}
.kic-demo {
  flex: 1 1 320px;
  max-width: 400px;
  position: relative;
}
@media (max-width: 980px) {
  .kic-demo { max-width: 100%; margin-inline: auto; }
}

/* Perks list — CSS multi-column (no display: grid). Falls back to
   a single column on narrow viewports. */
.kic-perks {
  margin-top: 12px;
  column-count: 2;
  column-gap: 36px;
  list-style: none;
  padding: 0;
}
.kic-perks li {
  break-inside: avoid;
  display: flex;
  gap: 14px;
  align-items: baseline;
  font-size: 15px;
  line-height: 1.42;
  color: rgba(255,255,255,0.86);
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  margin: 0;
}
.kic-perks li:first-child { /* first item in each column */
  border-top-color: rgba(255,255,255,0.12);
}
.kic-perks__num {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--accent);
  letter-spacing: 0.12em;
  min-width: 22px;
}
@media (max-width: 720px) {
  .kic-perks { column-count: 1; }
}

/* CTA row spacing */
.kic-cta { gap: 12px; }

/* ============================================================
   KI-Website section — flex layout (NO grid) + sticky CMS-Stack demo
   ============================================================ */
.kiw-layout {
  display: flex;
  gap: clamp(40px, 5vw, 88px);
  align-items: flex-start;
  flex-wrap: wrap;
}
.kiw-content {
  flex: 3 1 600px;
  min-width: 0;
}
.kiw-demo {
  flex: 1 1 320px;
  max-width: 400px;
  position: sticky;
  top: 100px;
}
@media (max-width: 980px) {
  .kiw-demo {
    position: static;
    max-width: 100%;
    margin-inline: auto;
  }
}

/* ---------- CMS Cards Stack demo ---------- */
.kiw-stack {
  position: relative;
  padding: 0;
}
.kiw-stack__halo {
  position: absolute;
  inset: -40px;
  filter: blur(80px) saturate(140%);
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
}
.kiw-stack__inner {
  position: relative;
  z-index: 1;
  padding: 22px 24px;
  background: rgba(255,255,255,0.62);
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 18px;
  box-shadow: 0 30px 80px -20px rgba(10,10,12,0.18);
}

.kiw-stack__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(10,10,12,0.08);
  margin-bottom: 18px;
}
.kiw-stack__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 var(--accent);
  animation: dot-pulse 2.2s var(--ease-out) infinite;
}
.kiw-stack__brand {
  flex: 1;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--ink-3);
}
.kiw-stack__ver {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--ink-3);
}

.kiw-stack__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Each card cascades in from the right with a per-index translateX. */
.kiw-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(10,10,12,0.08);
  border-radius: 12px;
  box-shadow: 0 4px 14px -8px rgba(10,10,12,0.2);
  /* small cascade offset so the stack looks layered */
  margin-left: calc(var(--idx, 0) * 6px);
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity 0.45s var(--ease-apple),
    transform 0.45s var(--ease-apple),
    border-color var(--dur-med),
    background var(--dur-med);
}
.kiw-card.is-in {
  opacity: 1;
  transform: translateX(0);
}
.kiw-card.is-final {
  border-color: var(--accent);
  background: linear-gradient(135deg, #fff, rgba(229,105,9,0.07));
}
.kiw-card__num {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  min-width: 22px;
}
.kiw-card__label {
  flex: 1;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.012em;
  color: var(--ink);
}
.kiw-card__state {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--ink-3);
}
.kiw-card__check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.kiw-card.is-final .kiw-card__check {
  animation: dot-pulse 2.2s var(--ease-out) infinite;
}

.kiw-stack__replay {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(229,105,9,0.1);
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.kiw-stack__replay:hover {
  background: var(--accent);
  color: #fff;
}

/* ---------- Chat demo card ---------- */
.kic-chat {
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 460px;
}
.kic-chat__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.kic-chat__brand {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.7);
  flex: 1;
}
.kic-chat__ver {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
}
.kic-chat__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-height: 90px;
}

/* ---------- Question buttons (idle state) ---------- */
.kic-chat__qs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.kic-chat__qs-head {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
  margin-bottom: 2px;
}
.kic-chat__qbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  line-height: 1.35;
  cursor: pointer;
  transition:
    background var(--dur-fast) var(--ease-apple),
    border-color var(--dur-fast) var(--ease-apple),
    transform var(--dur-fast) var(--ease-apple),
    color var(--dur-fast);
}
.kic-chat__qbtn > span {
  font-family: var(--f-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  transition: color var(--dur-fast);
}
.kic-chat__qbtn:hover {
  background: rgba(229,105,9,0.14);
  border-color: var(--accent);
  transform: translateX(2px);
}
.kic-chat__qbtn:hover > span { color: var(--accent); }

/* ---------- Bubbles ---------- */
.kic-bubble {
  max-width: 88%;
  animation: kic-pop 0.32s var(--ease-apple) both;
}
.kic-bubble.is-user { align-self: flex-end; }
.kic-bubble.is-ai   { align-self: flex-start; }
.kic-bubble__inner {
  padding: 11px 14px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.42;
  color: #fff;
  letter-spacing: -0.005em;
}
.kic-bubble.is-user .kic-bubble__inner {
  border-top-right-radius: 4px;
  background: linear-gradient(135deg, var(--accent), var(--accent-hi, #ff8a3c));
}
.kic-bubble.is-ai .kic-bubble__inner {
  border-top-left-radius: 4px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
}
@keyframes kic-pop {
  from { opacity: 0; transform: translateY(8px) scale(0.96); }
  to   { opacity: 1; transform: none; }
}

/* ============================================================
   Barrierefrei section — flex layout + easyLOOK widget demo
   ============================================================ */
.bf-layout {
  display: flex !important;          /* override accent-block__inner grid */
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  flex-wrap: wrap;
}
.bf-content {
  flex: 2 1 480px;
  min-width: 0;
}
.bf-demo-col {
  flex: 1 1 340px;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .bf-demo-col { width: 100%; }
}

/* Demo container holds both the FAB and the panel, overlapping. */
.bf-demo {
  position: relative;
  width: 100%;
  max-width: 380px;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Collapsed FAB (circle) */
.bf-fab {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #14141a;
  border: 3px solid var(--accent);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 22px 54px -16px rgba(0,0,0,0.55);
  transition: opacity 0.5s var(--ease-apple), transform 0.5s var(--ease-apple);
  z-index: 2;
}
.bf-fab svg { width: 48px; height: 48px; }
.bf-fab img { width: 46px; height: auto; display: block; }
.bf-demo.is-open .bf-fab {
  opacity: 0;
  transform: scale(0.5);
  pointer-events: none;
}

/* Expanded panel */
.bf-panel {
  position: relative;
  width: 100%;
  background: #16161b;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 34px 90px -22px rgba(0,0,0,0.6);
  opacity: 0;
  transform: scale(0.9) translateY(18px);
  transition: opacity 0.5s var(--ease-apple), transform 0.5s var(--ease-apple);
  pointer-events: none;
  z-index: 1;
}
.bf-demo.is-open .bf-panel {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.bf-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.bf-panel__btn {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color var(--dur-fast), color var(--dur-fast);
}
button.bf-panel__btn:hover { border-color: var(--accent); color: var(--accent); }
.bf-panel__btn svg { width: 18px; height: 18px; }
.bf-panel__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
}
.bf-panel__brand svg { width: 28px; height: 28px; color: var(--accent); }
.bf-brand-icon { width: 24px; height: auto; display: block; }
.bf-panel__desc {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.55);
  text-align: center;
  margin: 0 0 18px;
}

.bf-panel__controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bf-ctrl {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--accent);
  background: transparent;
  color: #fff;
  /* enter stagger */
  opacity: 0;
  transform: translateX(14px);
  transition: opacity 0.4s var(--ease-apple), transform 0.4s var(--ease-apple);
}
.bf-demo.is-open .bf-ctrl { opacity: 1; transform: none; }
.bf-demo.is-open .bf-ctrl:nth-child(1) { transition-delay: 0.28s; }
.bf-demo.is-open .bf-ctrl:nth-child(2) { transition-delay: 0.38s; }
.bf-demo.is-open .bf-ctrl:nth-child(3) { transition-delay: 0.46s; }
.bf-demo.is-open .bf-ctrl:nth-child(4) { transition-delay: 0.54s; }

/* Active/open item: stacks header + mini text-size UI vertically */
.bf-ctrl--open {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  background: rgba(229,105,9,0.08);
}
.bf-ctrl__row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bf-ctrl__icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.bf-ctrl__icon svg { width: 100%; height: 100%; }
.bf-ctrl__label {
  flex: 1;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.bf-ctrl__chev { font-size: 11px; opacity: 0.65; }

/* Mini text-size slider UI (non-interactive demo) */
.bf-size {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.bf-size__a {
  color: #fff;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.bf-size__a--sm { font-size: 13px; }
.bf-size__a--lg { font-size: 24px; }
.bf-size__track {
  position: relative;
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,0.18);
}
.bf-size__track::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 62%;
  border-radius: 2px;
  background: var(--accent);
}
.bf-size__knob {
  position: absolute;
  left: 62%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--accent);
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.bf-size__hint {
  margin-top: 10px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.5);
}

/* "+ N weitere" summary row — muted, dashed */
.bf-ctrl--more {
  border-style: dashed;
  border-color: rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.6);
}
.bf-ctrl--more .bf-ctrl__icon { width: 18px; height: 18px; }
.bf-ctrl--more .bf-ctrl__label {
  flex: 1;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 400;
}

/* ============================================================
   Alles. Online. — dynamic Instagram gallery grid
   ============================================================ */
.ig-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 600px)  { .ig-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px)  { .ig-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
@media (min-width: 1200px) { .ig-grid { grid-template-columns: repeat(5, 1fr); } }

.ig-tile {
  position: relative;
  aspect-ratio: 1080 / 1350;     /* fixed 4:5 portrait */
  border-radius: var(--r-md);
  overflow: hidden;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: var(--bg-tint);
  display: block;
}
.ig-tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--dur-slow) var(--ease-apple);
}
.ig-tile:hover .ig-tile__img { transform: scale(1.05); }
.ig-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.4) 100%);
  opacity: 0;
  transition: opacity var(--dur-med);
}
.ig-tile:hover::after { opacity: 1; }
.ig-tile__badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 5px 9px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--dur-med), transform var(--dur-med);
}
.ig-tile:hover .ig-tile__badge { opacity: 1; transform: none; }

.ig-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.ig-more__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px 18px 30px;
  border-radius: var(--r-pill);
  background: var(--ink);
  color: var(--bg);
  font-family: var(--f-text);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
  border: 0;
  transition: background var(--dur-fast) var(--ease-apple), color var(--dur-fast) var(--ease-apple);
  box-shadow: 0 18px 44px -14px rgba(10,10,12,0.4);
}
.ig-more__btn:hover { background: var(--accent); color: #fff; }
.ig-more__count {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,0.14);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================================
   Gallery Popup (.gp-*) — carousel of images/videos
   Reuses .vp-bg / .vp-close from the video popup.
   ============================================================ */
.gp-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: clamp(20px, 5vw, 64px);
  background: rgba(10, 10, 12, 0.82);
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
  animation: vp-fade 0.35s var(--ease-apple) both;
  cursor: pointer;
}
.gp-stage {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 24px);
  max-width: 100%;
  cursor: default;
}
.gp-media {
  position: relative;
  height: min(80vh, 1100px);
  aspect-ratio: 1080 / 1350;     /* 4:5 portrait */
  max-width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 40px 100px -20px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.06);
  animation: vp-pop 0.4s var(--ease-apple) both;
}
.gp-media img,
.gp-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gp-arrow {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background var(--dur-fast) var(--ease-apple), border-color var(--dur-fast), transform var(--dur-fast);
}
.gp-arrow:hover:not(:disabled) {
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1.05);
}
.gp-arrow:disabled { opacity: 0.3; cursor: default; }
.gp-counter {
  position: relative;
  z-index: 2;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 720px) {
  .gp-arrow { width: 44px; height: 44px; }
  .gp-media { height: 70vh; }
}

/* ============================================================
   Grainient background canvas
   ============================================================ */
.grainient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ============================================================
   Fullscreen Form Popup (.fp-*) — design / contact requests
   ============================================================ */
.fp-overlay {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;                 /* only scrolls if it truly can't fit */
  padding: clamp(48px, 7vh, 88px) clamp(24px, 5vw, 80px);
  animation: vp-fade 0.3s var(--ease-apple) both;
}
/* Static (non-animated) accent glow — adds warmth without distraction */
.fp-glow {
  position: fixed;
  top: -25%;
  right: -12%;
  width: 55vw;
  height: 55vw;
  max-width: 760px;
  max-height: 760px;
  background: radial-gradient(circle, rgba(229,105,9,0.15), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

/* Absolutely-positioned close button — no header bar */
.fp-close {
  position: fixed;
  top: clamp(20px, 2.4vw, 34px);
  right: clamp(20px, 2.4vw, 34px);
  z-index: 3;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--bg);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-apple), color var(--dur-fast) var(--ease-apple), transform var(--dur-fast);
}
.fp-close:hover { background: var(--ink); color: var(--bg); transform: rotate(90deg); }

.fp-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container-tight);
  margin: auto;
}
.fp-head { margin-bottom: clamp(24px, 3vw, 40px); max-width: 760px; }
.fp-title {
  font-family: var(--f-display);
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.0;
  margin: 12px 0 0;
  text-wrap: balance;
}
.fp-title .ser { font-family: var(--f-serif); font-weight: 400; color: var(--accent); }
.fp-intro {
  margin-top: 14px;
  max-width: 60ch;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.5;
}

.fp-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2vw, 28px) clamp(32px, 4vw, 64px);
}
@media (min-width: 760px) {
  .fp-form { grid-template-columns: repeat(3, 1fr); }
}
.fp-field { display: flex; flex-direction: column; gap: 10px; }
.fp-field--full { grid-column: 1 / -1; }
.fp-field label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.fp-field input,
.fp-field select,
.fp-field textarea {
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  padding: 10px 0;
  font-family: var(--f-text);
  font-size: 16px;
  color: var(--ink);
  outline: none;
  width: 100%;
  transition: border-color var(--dur-fast) var(--ease-apple);
}
.fp-field input::placeholder,
.fp-field textarea::placeholder {
  color: var(--ink-3);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.fp-field input:focus,
.fp-field select:focus,
.fp-field textarea:focus { border-color: var(--accent); }
.fp-field textarea { resize: vertical; min-height: 60px; line-height: 1.5; }
.fp-field select { cursor: pointer; }

/* Required marker, optional hint, actions row */
.fp-req { color: var(--accent); font-weight: 600; }
.fp-opt {
  font-family: var(--f-mono);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--ink-3);
}
.fp-actions {
  grid-column: 1 / -1;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.fp-reqnote {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-3);
}

.fp-success {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 64px) 0;
}
.fp-success__check {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 8px;
}
.fp-success h3 {
  font-family: var(--f-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
}
.fp-success p { color: var(--ink-2); margin: 0; }
.fp-success .btn { margin-top: 20px; }

/* Fix: "Anfrage senden" (primary) on the Grainient CTA — explicit, clearly
   visible hover (was rendering white-on-white). */
.final-cta .ctas .btn-primary {
  background: #fff;
  border-color: #fff;
  color: var(--accent);
}
.final-cta .ctas .btn-primary:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

/* ============================================================
   Info Popup (.info-*) — Impressum / Datenschutz / AGB
   Fullscreen; only the body column scrolls, popup stays in viewport.
   ============================================================ */
.info-overlay {
  position: fixed;
  inset: 0;
  z-index: 115;
  background: var(--bg);
  display: flex;
  justify-content: center;
  padding: clamp(72px, 12vh, 130px) clamp(24px, 5vw, 80px) clamp(32px, 5vh, 64px);
  cursor: pointer;
  animation: vp-fade 0.3s var(--ease-apple) both;
}
.info-close {
  position: fixed;
  top: clamp(20px, 2.4vw, 34px);
  right: clamp(20px, 2.4vw, 34px);
  z-index: 3;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--bg);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-apple), color var(--dur-fast) var(--ease-apple), transform var(--dur-fast);
}
.info-close:hover { background: var(--ink); color: var(--bg); transform: rotate(90deg); }

.info-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  min-height: 0;            /* allow inner body to scroll */
  cursor: default;
}
.info-panel__head {
  flex-shrink: 0;
  padding-bottom: clamp(20px, 2.5vw, 32px);
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(20px, 2.5vw, 32px);
}
.info-panel__title {
  font-family: var(--f-display);
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 12px 0 0;
}
.info-panel__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 8px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.info-panel__body p {
  margin: 0;
  max-width: 68ch;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.6;
}
.info-panel__body::-webkit-scrollbar { width: 6px; }
.info-panel__body::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 3px; }
/* Rich-text (legal content) */
.info-panel__body.rte { display: block; gap: 0; }
.info-panel__body.rte h2,
.info-panel__body.rte h3 {
  font-family: var(--f-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
  margin: 28px 0 10px;
}
.info-panel__body.rte h2 { font-size: clamp(20px, 2vw, 26px); }
.info-panel__body.rte h3 { font-size: clamp(17px, 1.6vw, 20px); }
.info-panel__body.rte > :first-child { margin-top: 0; }
.info-panel__body.rte p {
  margin: 0 0 12px;
  max-width: 70ch;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.6;
}
.info-panel__body.rte ul { margin: 0 0 12px; padding-left: 20px; list-style: disc; }
.info-panel__body.rte li { color: var(--ink-2); font-size: 15px; line-height: 1.5; }
.info-panel__body.rte li p { margin: 0 0 6px; }
.info-panel__body.rte a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.info-panel__body.rte strong { color: var(--ink); font-weight: 600; }

/* ============================================================
   Language Popup (.lang-*) — opened from the lang-pill
   ============================================================ */
.lang-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: var(--bg);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: clamp(80px, 14vh, 150px) clamp(24px, 5vw, 80px) clamp(40px, 6vh, 80px);
  cursor: pointer;
  animation: vp-fade 0.3s var(--ease-apple) both;
}
.lang-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container-tight);
  cursor: default;
}
.lang-panel__head { margin-bottom: clamp(28px, 4vw, 48px); }
.lang-panel__title {
  font-family: var(--f-display);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 12px 0 0;
}
.lang-panel__title .ser { font-family: var(--f-serif); font-weight: 400; color: var(--accent); }
.lang-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 32px;
}
@media (min-width: 720px)  { .lang-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1080px) { .lang-grid { grid-template-columns: repeat(4, 1fr); } }
.lang-link {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--f-display);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
  transition: color var(--dur-fast) var(--ease-apple), padding-left var(--dur-fast) var(--ease-apple);
}
.lang-link:hover { color: var(--accent); padding-left: 8px; }
.lang-link__num {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-3);
}
