/* ============================================================
   Seiten-spezifische Bausteine (Unterseiten)
   ============================================================ */

/* ---------- Subpage-Hero ---------- */
.subhero { background: var(--bg-dark); color: var(--text-light); position: relative; overflow: hidden; }
.subhero__inner { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr); gap: clamp(2rem,5vw,4.5rem); align-items: center; padding-block: clamp(3rem,6vw,6rem); }
.subhero__title { font-size: var(--step-4); line-height: 1.04; }
.subhero__title em { font-style: italic; color: var(--accent-gold); }
.subhero__sub { margin-top: 1.5rem; font-size: var(--step-1); color: var(--text-muted-light); max-width: 44ch; line-height: 1.5; }
.subhero__actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.subhero__media { align-self: stretch; min-width: 0; }
.subhero__media img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; border: 1px solid var(--line-light); border-radius: var(--radius); }
.subhero--crew .eyebrow, .subhero--crew .subhero__title em { color: var(--accent-green-bright); }

/* Vollflächen-Hintergrundfoto (Team), minimal unscharf — Gesichter erkennbar */
.subhero--bg { position: relative; overflow: hidden; isolation: isolate; }
.subhero--bg .subhero__bg { position: absolute; inset: 0; z-index: 0; }
.subhero--bg .subhero__bg img {
  width: 100%; height: 100%; object-fit: cover;
  filter: blur(2px) brightness(0.75); transform: scale(1.05);
}
/* Scrim: links stark (Text), rechts moderat (Duo-Foto steht davor) */
.subhero--bg::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(95deg, rgba(22,21,19,0.92) 0%, rgba(22,21,19,0.8) 45%, rgba(22,21,19,0.55) 100%);
}
.subhero--bg .subhero__inner { position: relative; z-index: 2; }
/* Duo-Foto: natürliches Format, leichte Karte über dem Hintergrund */
.subhero--crew .subhero__media { align-self: center; }
.subhero--crew .subhero__media img {
  height: auto; min-height: 0; aspect-ratio: 1100 / 821;
  box-shadow: var(--shadow-lg);
}
.subhero--crew .eyebrow::before { background: var(--accent-green-bright); }
.subhero--crew .link-arrow { color: var(--accent-gold); }
@media (max-width: 900px) { .subhero__inner { grid-template-columns: 1fr; } .subhero__media { order: -1; } }

/* ---------- Split (Bild + Text, 50/50) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.split__media img { width: 100%; height: auto; display: block; border: 1px solid var(--line-dark); border-radius: var(--radius); }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } }

/* ---------- Prose / Section-Kopf ---------- */
.prose-block { max-width: 62ch; }
.prose-block p { margin-bottom: 1.15rem; }
.prose-block p:last-child { margin-bottom: 0; }
.sec-head { max-width: 46ch; margin-bottom: 2.5rem; }
.sec-head h2 { font-size: var(--step-3); margin-top: 0.5rem; }
.sec-head p { color: var(--text-muted-dark); margin-top: 0.75rem; }
.section--dark .sec-head p { color: var(--text-muted-light); }
.sec-head--center { margin-inline: auto; text-align: center; }

/* ---------- CrewBrain-Block ---------- */
.crewbrain__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.phone-frame {
  justify-self: center; width: min(300px, 78vw); aspect-ratio: 9/19.5;
  background: #000; border: 8px solid #23211d; border-radius: 34px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.45); overflow: hidden;
}
.phone-frame video, .phone-frame img { width: 100%; height: 100%; object-fit: cover; }
.crewbrain .feature-list { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1.5rem; }
.feature-list li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.feature-list .fi {
  flex: none; width: 40px; height: 40px; display: grid; place-items: center;
  background: rgba(60,122,82,0.16); color: var(--accent-green-bright); border-radius: 10px;
}
.feature-list .fi svg { width: 20px; height: 20px; }
.feature-list h3 { font-family: var(--font-body); font-size: var(--step-0); font-weight: 700; }
.feature-list p { color: var(--text-muted-light); font-size: var(--step--1); margin-top: 0.2rem; }
@media (max-width: 820px) { .crewbrain__inner { grid-template-columns: 1fr; } }

/* ---------- Ablauf Schritt-für-Schritt (echte Sequenz) ---------- */
.steps { display: grid; gap: 0; counter-reset: step; }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(1.25rem,3vw,2.5rem);
  padding: 2rem 0; border-top: 1px solid var(--line-dark); align-items: baseline;
}
.step:last-child { border-bottom: 1px solid var(--line-dark); }
.section--dark .step { border-color: var(--line-light); }
.step__num {
  counter-increment: step; font-family: var(--font-display); font-weight: 800; font-size: var(--step-2);
  color: var(--accent-gold); min-width: 2.5ch; font-variant-numeric: tabular-nums; letter-spacing: -0.02em;
}
.step__num::before { content: counter(step, decimal-leading-zero); }
.step h3 { font-size: var(--step-1); margin-bottom: 0.4rem; }
.step p { color: var(--text-muted-dark); max-width: 60ch; }
.section--dark .step p { color: var(--text-muted-light); }

/* ---------- Bewerbungs-Panel (Step 01) ---------- */
.apply { margin-top: 1.5rem; }
.apply__toggle { align-items: center; }
.apply__icon { display: inline-flex; width: 20px; height: 20px; }
.apply__icon svg { width: 20px; height: 20px; }
.apply__caret { width: 12px; height: 12px; margin-left: 0.15rem; transition: transform 0.25s ease; }
.apply__toggle[aria-expanded="true"] .apply__caret { transform: rotate(180deg); }
.apply__hint { font-size: var(--step--1); color: var(--text-muted-dark); margin-top: 0.6rem; }
.apply__panel {
  margin-top: 1.25rem; max-width: 620px;
  background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  animation: apply-in 0.35s ease;
}
@media (prefers-reduced-motion: reduce) { .apply__panel { animation: none; } }
@keyframes apply-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.apply__panelhead {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.9rem 1.25rem; border-bottom: 1px solid var(--line-dark); background: var(--bg-light);
}
.apply__badge { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--accent-green); }
.apply__note { font-size: var(--step--1); color: var(--text-muted-dark); }
.apply__panel #formflow-embed { padding: 0.5rem 1rem 1rem; min-height: 420px; }
.apply__panel #formflow-embed iframe { width: 100%; border: 0; }

/* ---------- Werte-Cards ---------- */
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.value-card { padding: clamp(1.5rem,3vw,2rem); border: 1px solid var(--line-light); border-radius: var(--radius); background: rgba(255,255,255,0.02); }
.value-card .fi { width: 44px; height: 44px; display: grid; place-items: center; background: rgba(60,122,82,0.18); color: var(--accent-green-bright); border-radius: 10px; margin-bottom: 1rem; }
.value-card .fi svg { width: 22px; height: 22px; }
.value-card h3 { font-size: var(--step-1); margin-bottom: 0.5rem; }
.value-card p { color: var(--text-muted-light); font-size: var(--step--1); }
@media (max-width: 780px) { .values { grid-template-columns: 1fr; } }

/* ---------- Benefits + Einsatzarten ---------- */
.benefits { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem 2.5rem; }
.benefits li { display: grid; grid-template-columns: auto 1fr; gap: 0.85rem; align-items: start; padding: 0.85rem 0; border-bottom: 1px solid var(--line-dark); }
.benefits li::before { content: "\2713"; color: var(--accent-green-bright); font-weight: 700; }
.roles { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.roles span { padding: 0.5em 1.1em; border: 1px solid var(--line-dark); border-radius: 999px; font-size: var(--step--1); font-weight: 500; }
@media (max-width: 620px) { .benefits { grid-template-columns: 1fr; } }

/* ---------- Testimonials ---------- */
.testi-note { text-align: center; font-size: var(--step--1); color: var(--text-muted-dark); margin-top: 1.5rem; font-style: italic; }
.testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.testi { display: flex; flex-direction: column; gap: 1.25rem; padding: clamp(1.5rem,3vw,2rem); background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius); }
.testi__badge { align-self: flex-start; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-text); border: 1px solid var(--accent-gold); border-radius: 999px; padding: 0.2em 0.7em; font-weight: 600; }
.testi__quote { font-family: var(--font-display); font-size: var(--step-1); line-height: 1.4; }
.testi__person { display: flex; align-items: center; gap: 0.85rem; margin-top: auto; }
.testi__person img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.testi__name { font-weight: 700; font-size: var(--step-0); }
.testi__role { font-size: var(--step--1); color: var(--text-muted-dark); }
@media (max-width: 820px) { .testimonials { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line-dark); }
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.25rem 0; cursor: pointer; font-size: var(--step-1);
  list-style: none; font-family: var(--font-display); font-weight: 400;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent-gold); font-size: 1.5rem; transition: transform 0.2s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--text-muted-dark); padding-bottom: 1.25rem; max-width: 68ch; }

/* ---------- Rechtsseiten (Impressum, Datenschutz, AGB) ---------- */
.legal { max-width: 72ch; }
.legal h1 { font-size: var(--step-3); margin-bottom: 2rem; }
.legal h2 { font-size: var(--step-1); margin: 2.25rem 0 0.75rem; }
.legal h3 { font-size: var(--step-0); margin: 1.75rem 0 0.5rem; }
.legal p { margin-bottom: 1rem; }
.legal ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1rem; }
.legal ul li { margin-bottom: 0.35rem; }
.legal a { color: var(--gold-text); font-weight: 600; border-bottom: 1px solid var(--accent-gold); }
.legal a:hover { color: var(--accent-gold-deep); }

/* ---------- Gastro-Support ---------- */
.subhero__trust { margin-top: 1.75rem; font-size: var(--step--1); color: var(--text-muted-light); letter-spacing: 0.02em; }

/* Kategorie-Karten mit Foto */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.cat-card {
  display: flex; flex-direction: column; overflow: hidden;
  background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .cat-card:hover .cat-card__media img { transform: scale(1.04); }
}
.cat-card__media { aspect-ratio: 4 / 3; overflow: hidden; }
.cat-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.cat-card__body { padding: 1.35rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.cat-card__body h3 { font-size: var(--step-1); }
.cat-card__body p { color: var(--text-muted-dark); font-size: var(--step--1); }
.cat-card--cta { background: var(--bg-dark); color: var(--text-light); justify-content: center; }
.cat-card--cta h3 { color: var(--accent-gold); }
.cat-card--cta p { color: var(--text-muted-light); }
.cat-card--cta .btn { margin-top: 1rem; align-self: flex-start; }
.cat-card--cta .cat-card__body { padding: 2rem 1.75rem; }
@media (max-width: 980px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cat-grid { grid-template-columns: 1fr; } }

/* Warum-Karten */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.why-card {
  padding: clamp(1.5rem, 3vw, 2rem);
  background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.why-card .fi {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: rgba(201,164,106,0.14); color: var(--accent-gold-deep); border-radius: 10px; margin-bottom: 1rem;
}
.why-card .fi svg { width: 22px; height: 22px; }
.why-card h3 { font-size: var(--step-1); margin-bottom: 0.5rem; }
.why-card p { color: var(--text-muted-dark); font-size: var(--step--1); }
@media (max-width: 720px) { .why-grid { grid-template-columns: 1fr; } }

/* Häkchen-Liste */
.check-list { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.85rem; }
.check-list li { display: flex; gap: 0.7rem; align-items: flex-start; color: var(--text-muted-light); }
.check-list li::before {
  content: ""; flex: none; width: 18px; height: 18px; margin-top: 0.2em;
  background: var(--accent-gold);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" d="m2.5 8.5 3.5 3.5 7-8"/></svg>') center / contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" d="m2.5 8.5 3.5 3.5 7-8"/></svg>') center / contain no-repeat;
}
.section:not(.section--dark) .check-list li { color: var(--text-muted-dark); }

/* Rechts-Box im Split */
.legal-box {
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  background: rgba(255,255,255,0.03); border: 1px solid var(--line-light); border-radius: var(--radius);
}
.legal-box h3 { font-size: var(--step-1); margin: 0.5rem 0 0.75rem; }
.legal-box > p { color: var(--text-muted-light); font-size: var(--step--1); }
.legal-box .check-list { margin-block: 1.25rem 1.5rem; }
.legal-box .check-list li { font-size: var(--step--1); }

/* Individuelle Anfrage — volle Breite über alle Spalten */
.cat-card--wide { grid-column: 1 / -1; }
.cta-wide {
  display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.5rem, 4vw, 3rem);
}
.cta-wide__icons { display: flex; gap: 0.9rem; flex: none; }
.cta-wide__icon {
  width: 52px; height: 52px; display: grid; place-items: center;
  border: 1px solid rgba(201,164,106,0.45); border-radius: 50%;
  background: rgba(201,164,106,0.1); color: var(--accent-gold);
}
.cta-wide__icon svg { width: 26px; height: 26px; }
.cta-wide__text { flex: 1; min-width: 0; }
.cta-wide__text h3 { font-size: var(--step-2); color: var(--accent-gold); margin-bottom: 0.4rem; }
.cta-wide__text p { color: var(--text-muted-light); max-width: 62ch; }
.cta-wide__btn { flex: none; white-space: nowrap; }
@media (max-width: 860px) {
  .cta-wide { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
}

/* ---------- PDF-Viewer-Modal ---------- */
.pdf-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; }
.pdf-modal__backdrop { position: absolute; inset: 0; background: rgba(22,21,19,0.72); backdrop-filter: blur(3px); }
.pdf-modal__panel {
  position: relative; width: min(920px, 94vw); height: min(86vh, 1100px);
  display: flex; flex-direction: column;
  background: #FFFFFF; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  animation: pdf-in var(--dur-slow) var(--ease-out);
}
@keyframes pdf-in { from { opacity: 0; transform: translateY(14px) scale(0.985); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .pdf-modal__panel { animation: none; } }
.pdf-modal__head {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.85rem 1.25rem; border-bottom: 1px solid var(--line-dark);
}
.pdf-modal__title { font-weight: 700; font-size: var(--step--1); letter-spacing: 0.02em; }
.pdf-modal__close {
  width: 36px; height: 36px; display: grid; place-items: center;
  background: none; border: 1px solid var(--line-dark); border-radius: 50%; cursor: pointer;
  color: var(--text-dark);
  transition: background-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.pdf-modal__close:hover { background: var(--accent-gold); border-color: var(--accent-gold); }
.pdf-modal__close svg { width: 14px; height: 14px; }
.pdf-modal__frame { flex: 1; width: 100%; border: 0; border-radius: 0 0 var(--radius) var(--radius); }
.pdf-modal__pages { flex: 1; overflow-y: auto; background: #EAE7E0; padding: 1.25rem; display: flex; flex-direction: column; gap: 1.25rem; align-items: center; }
.pdf-modal__pages img { width: 100%; max-width: 820px; height: auto; box-shadow: var(--shadow-md); background: #fff; }
.pdf-modal__open { margin-left: auto; font-size: var(--step--1); font-weight: 600; color: var(--gold-text); border-bottom: 1px solid var(--accent-gold); white-space: nowrap; }
.pdf-modal__open:hover { color: var(--accent-gold-deep); }

/* ---------- Gastro-Recruiting ---------- */

/* Kampagnen-Showcase */
.funnel-show { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.funnel-show__phone { justify-self: center; text-align: center; }
.funnel-show__caption { margin-top: 0.9rem; font-size: var(--step--1); color: var(--text-muted-dark); }
@media (max-width: 880px) { .funnel-show { grid-template-columns: 1fr; } }

/* Phone-Mockup mit hellem Funnel-Inhalt */
.phone-frame--funnel { background: #0c0c0c; }
/* Override der generischen phone-frame img-Regel (100%/100%) für Funnel-Inhalte */
.phone-frame--funnel img { width: 100%; height: auto; object-fit: unset; }
.phone-frame--funnel .funnel__topbar img, .phone-frame--funnel .qz__topbar img { width: 32px; height: 32px; }
.funnel { height: 100%; overflow: hidden; background: #0c0c0c; color: #f4f2ee; font-family: var(--font-body); text-align: left; }
/* Auto-Scroll: Inhalt fährt langsam durch, zurück, Loop */
.funnel__scroll { animation: funnel-scroll 26s var(--ease-inout) infinite; }
.phone-frame--funnel:hover .funnel__scroll { animation-play-state: paused; }
@keyframes funnel-scroll {
  0%, 8%   { transform: translateY(0); }
  46%, 58% { transform: translateY(calc(-100% + 560px)); }
  92%, 100%{ transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) { .funnel__scroll { animation: none; } }

.funnel__topbar { background: #fff; display: flex; justify-content: center; padding: 0.6rem 0; }
.funnel__tags { padding: 0.9rem 1rem; text-align: center; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.02em; color: #f4f2ee; }
.funnel__img { width: 100%; height: auto; display: block; }
.funnel__title { font-size: 1.05rem; font-weight: 800; text-align: center; padding: 0.9rem 1rem 0.2rem; line-height: 1.3; }
.funnel__title span { font-weight: 500; font-size: 0.8em; }
.funnel__cta {
  display: flex; flex-direction: column; align-items: center; gap: 0.1rem;
  width: calc(100% - 2rem); margin: 0.9rem auto;
  background: linear-gradient(180deg, #ff9b2e, #f97316); color: #fff;
  border: 0; border-radius: 12px; padding: 0.8rem 1rem;
  font-weight: 800; font-size: 0.9rem; font-family: inherit;
  pointer-events: none; /* Demo, nicht klickbar */
}
.funnel__cta small { font-weight: 500; font-size: 0.7rem; }
.funnel__section { font-weight: 800; font-size: 0.95rem; padding: 1rem 1rem 0.4rem; }
.funnel__list { padding: 0.25rem 1rem 0.5rem; display: flex; flex-direction: column; gap: 0.65rem; }
.funnel__list li { display: flex; flex-direction: column; padding-left: 1.1rem; position: relative; }
.funnel__list li::before { content: ""; position: absolute; left: 0; top: 0.42em; width: 7px; height: 7px; border-radius: 50%; background: #f97316; }
.funnel__list b { font-size: 0.82rem; }
.funnel__list span { font-size: 0.75rem; color: rgba(244,242,238,0.65); }

/* Preis & Garantie */
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.pricing__card {
  background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius);
  border-top: 3px solid var(--accent-gold);
  padding: clamp(1.75rem, 3.5vw, 2.75rem); box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; gap: 1.25rem;
}
.pricing__label { font-size: var(--step--1); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-text); }
.pricing__price { font-family: var(--font-display); font-weight: 800; font-size: var(--step-4); line-height: 1.05; margin-top: 0.4rem; }
.pricing__sub { color: var(--text-muted-dark); font-size: var(--step--1); margin-top: 0.3rem; }
.pricing__card .check-list { margin-top: 0.25rem; }
.pricing__card .check-list li { color: var(--text-dark); font-size: var(--step--1); }
.pricing__note { font-size: var(--step--1); color: var(--text-muted-dark); }
.pricing__card .btn { align-self: flex-start; }
.pricing__guarantee { display: flex; flex-direction: column; gap: 1rem; }
.pricing__guarantee h3 { font-size: var(--step-2); margin-bottom: 0.5rem; }
.gcard {
  display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: start;
  background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius);
  padding: 1.25rem 1.4rem; box-shadow: var(--shadow-sm);
}
.gcard--gold { border-color: var(--accent-gold); background: rgba(201,164,106,0.07); }
.gcard__num {
  font-family: var(--font-display); font-weight: 800; font-size: var(--step-2);
  color: var(--gold-text); min-width: 2.4ch; text-align: center; line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.gcard h4 { font-size: var(--step-0); font-weight: 700; margin-bottom: 0.25rem; }
.gcard p { font-size: var(--step--1); color: var(--text-muted-dark); }
@media (max-width: 880px) { .pricing { grid-template-columns: 1fr; } }

/* Talent-Pool-Hook */
.pool-hook__cards { display: flex; justify-content: center; }
.pool-hook__cards .setcard { max-width: 380px; width: 100%; }

/* Quiz-Phone (Vorqualifizierung) — 30s-Loop: 4 Fragen + Formular-Typing */
.funnel-show--flip .funnel-show__phone { order: 0; }
.funnel-show--flip .funnel-show__text { order: 1; }
@media (max-width: 880px) { .funnel-show--flip .funnel-show__phone { order: 1; } .funnel-show--flip .funnel-show__text { order: 0; } }

.qz { position: relative; height: 100%; background: #0c0c0c; color: #f4f2ee; text-align: left; }
.qz__screen {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  opacity: 0;
  animation: qz-cycle 30s var(--ease-inout) infinite;
  animation-delay: calc(var(--qi) * 6s);
}
@keyframes qz-cycle {
  0%       { opacity: 0; transform: translateX(26px); }
  2.5%,17% { opacity: 1; transform: none; }
  20%,100% { opacity: 0; transform: translateX(-26px); }
}
.qz__topbar { background: #fff; display: flex; justify-content: center; padding: 0.55rem 0; }
.qz__q { font-weight: 800; font-size: 1.02rem; line-height: 1.35; text-align: center; padding: 1.1rem 1.1rem 0.9rem; }
.qz__q--sm { font-size: 0.9rem; padding-top: 0.4rem; }
.qz__lead { text-align: center; font-weight: 800; font-size: 1.05rem; padding: 1rem 1rem 0; line-height: 1.4; }
.qz__lead em { color: #f97316; font-style: normal; }

/* Kachel-Grid wie im Original */
.qz__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; padding: 0 1rem; }
.qz__tile {
  position: relative;
  background: #efefef; color: #1b1a17; border-radius: 12px;
  min-height: 108px; padding: 0.8rem 0.6rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem;
  text-align: center; font-size: 0.78rem; font-weight: 600; line-height: 1.25;
}
.qz__ico { font-size: 1.6rem; line-height: 1; }
.qz__field .qz__ico { font-size: 1rem; }

/* gewählte Kachel: reagiert im Tap-Moment */
.qz__tile.is-picked { animation: qz-pick 30s var(--ease-out) infinite; animation-delay: calc(var(--qi) * 6s); }
@keyframes qz-pick {
  0%, 12.5%  { background: #efefef; box-shadow: inset 0 0 0 0 rgba(249,115,22,0); transform: none; }
  13.5%      { transform: scale(0.95); }
  14.5%, 19% { background: #ffe9d8; box-shadow: inset 0 0 0 2px #f97316; transform: none; }
  20%, 100%  { background: #efefef; box-shadow: inset 0 0 0 0 rgba(249,115,22,0); transform: none; }
}
/* Tap-Punkt (Finger) */
.qz__tap {
  position: absolute; right: 22%; bottom: 24%; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(249,115,22,0.45); box-shadow: 0 0 0 5px rgba(249,115,22,0.18);
  opacity: 0; pointer-events: none;
  animation: qz-tap 30s var(--ease-out) infinite; animation-delay: calc(var(--qi) * 6s);
}
@keyframes qz-tap {
  0%, 11.5% { opacity: 0; transform: scale(0.4); }
  12.5%     { opacity: 1; transform: scale(1); }
  13.5%     { opacity: 0.85; transform: scale(0.72); }
  16%, 100% { opacity: 0; transform: scale(1.15); }
}

/* Formular-Screen */
.qz__form { display: flex; flex-direction: column; gap: 0.6rem; padding: 0.9rem 1rem 0; }
.qz__field {
  position: relative; display: flex; align-items: center; gap: 0.5rem;
  background: #fff; color: #1b1a17; border-radius: 10px;
  padding: 0.8rem 0.8rem; font-size: 0.82rem; font-weight: 600;
  overflow: hidden; white-space: nowrap;
}
.qz__ph { color: #9a958c; font-weight: 500; position: absolute; left: 2.35rem; }
.qz__type { display: inline-block; overflow: hidden; max-width: 0; vertical-align: bottom; }
.qz__cursor { flex: none; width: 2px; height: 1.05em; background: #f97316; visibility: hidden; margin-left: 1px;
  animation-timing-function: linear; }

/* Typing-Fenster (30s-Loop, Formular ab 80%) */
.qz__type--name::before { content: 'Anna Maier'; }
.qz__type--name { animation: qz-t-name 30s steps(10) infinite; }
@keyframes qz-t-name { 0%, 82% { max-width: 0; } 86%, 100% { max-width: 10ch; } }
.qz__ph--name { animation: qz-p-name 30s infinite; }
@keyframes qz-p-name { 0%, 81.9% { opacity: 1; } 82%, 100% { opacity: 0; } }
.qz__cursor--name { animation: qz-c-name 30s infinite, qz-blink 0.85s steps(1) infinite; }
@keyframes qz-c-name { 0%, 81% { visibility: hidden; } 81.5%, 86.8% { visibility: visible; } 87%, 100% { visibility: hidden; } }

.qz__type--mail::before { content: 'anna.maier@mail.de'; }
.qz__type--mail { animation: qz-t-mail 30s steps(18) infinite; }
@keyframes qz-t-mail { 0%, 87% { max-width: 0; } 91.5%, 100% { max-width: 18ch; } }
.qz__ph--mail { animation: qz-p-mail 30s infinite; }
@keyframes qz-p-mail { 0%, 86.9% { opacity: 1; } 87%, 100% { opacity: 0; } }
.qz__cursor--mail { animation: qz-c-mail 30s infinite, qz-blink 0.85s steps(1) infinite; }
@keyframes qz-c-mail { 0%, 86.9% { visibility: hidden; } 87%, 91.8% { visibility: visible; } 92%, 100% { visibility: hidden; } }

.qz__type--tel::before { content: '0176 1234567'; }
.qz__type--tel { animation: qz-t-tel 30s steps(12) infinite; }
@keyframes qz-t-tel { 0%, 92% { max-width: 0; } 95.5%, 100% { max-width: 12ch; } }
.qz__ph--tel { animation: qz-p-tel 30s infinite; }
@keyframes qz-p-tel { 0%, 91.9% { opacity: 1; } 92%, 100% { opacity: 0; } }
.qz__cursor--tel { animation: qz-c-tel 30s infinite, qz-blink 0.85s steps(1) infinite; }
@keyframes qz-c-tel { 0%, 91.9% { visibility: hidden; } 92%, 96.2% { visibility: visible; } 96.5%, 100% { visibility: hidden; } }

@keyframes qz-blink { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0; } }

/* Checkbox + Absenden */
.qz__consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 0.55rem; font-size: 0.72rem; line-height: 1.45; color: rgba(244,242,238,0.85); padding: 0.15rem 0.1rem; }
.qz__consent .qz__check { margin-top: 0.1em; }
.qz__check {
  flex: none; width: 18px; height: 18px; border-radius: 4px;
  border: 1.5px solid rgba(244,242,238,0.5); position: relative;
  animation: qz-check 30s infinite;
}
.qz__check::after {
  content: ''; position: absolute; inset: 2px;
  background: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16 16%22><path fill=%22none%22 stroke=%22white%22 stroke-width=%222.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22m3 8.5 3.2 3L13 4.5%22/></svg>') center / contain no-repeat;
  opacity: 0; animation: qz-checkmark 30s infinite;
}
@keyframes qz-check { 0%, 96.5% { background: transparent; border-color: rgba(244,242,238,0.5); } 97%, 100% { background: #f97316; border-color: #f97316; } }
@keyframes qz-checkmark { 0%, 96.9% { opacity: 0; } 97%, 100% { opacity: 1; } }
.qz__submit {
  margin-top: 0.15rem; text-align: center; font-weight: 800; font-size: 0.9rem;
  padding: 0.8rem 1rem; border-radius: 10px; color: #fff;
  background: #8b877e;
  animation: qz-submit 30s var(--ease-out) infinite;
}
@keyframes qz-submit {
  0%, 97.4%   { background: #8b877e; transform: none; }
  98%, 98.8%  { background: linear-gradient(180deg, #ff9b2e, #f97316); transform: none; }
  99.2%       { transform: scale(0.96); }
  99.6%, 100% { background: linear-gradient(180deg, #ff9b2e, #f97316); transform: none; }
}

/* reduced-motion: statisch Frage 1 */
@media (prefers-reduced-motion: reduce) {
  .qz__screen, .qz__tile.is-picked, .qz__tap, .qz__type, .qz__ph, .qz__cursor, .qz__check, .qz__check::after, .qz__submit { animation: none !important; }
  .qz__screen { opacity: 0; }
  .qz__screen[style*='--qi: 0'] { opacity: 1; }
}

/* Pool-Hook: zwei Karten */
.pool-hook__cards { display: grid; grid-template-columns: 1fr; gap: 1rem; align-content: center; }
.pool-hook__cards .setcard { max-width: 420px; width: 100%; justify-self: center; }

/* Formular-Screen bleibt bis Loop-Ende sichtbar (Absenden-Klick voll im Bild) */
.qz__screen--form { animation-name: qz-cycle-last; }
@keyframes qz-cycle-last {
  0%        { opacity: 0; transform: translateX(26px); }
  2.5%, 19.6% { opacity: 1; transform: none; }
  20%, 100% { opacity: 0; transform: none; }
}

/* ---------- Gastro-Optimierung ---------- */
/* Drei Einstiegsniveaus */
.level-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.level-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: rgba(255,255,255,0.03); border: 1px solid var(--line-light); border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 0.6rem;
}
.level-card__num { font-family: var(--font-display); font-weight: 800; font-size: var(--step-2); color: var(--accent-gold); line-height: 1; }
.level-card h3 { font-size: var(--step-1); }
.level-card p { color: var(--text-muted-light); font-size: var(--step--1); }
@media (max-width: 820px) { .level-grid { grid-template-columns: 1fr; } }

/* Themenfelder mit eigenen Icons */
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.topic-card {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .topic-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
}
.topic-card .fi {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: rgba(201,164,106,0.14); color: var(--accent-gold-deep); border-radius: 12px; margin-bottom: 0.9rem;
}
.topic-card .fi svg { width: 24px; height: 24px; }
.topic-card h3 { font-size: var(--step-0); font-weight: 700; margin-bottom: 0.4rem; }
.topic-card p { color: var(--text-muted-dark); font-size: var(--step--1); }
@media (max-width: 1020px) { .topic-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .topic-grid { grid-template-columns: 1fr; } }

/* Berater-Video */
.berater-media video { width: 100%; height: auto; border: 1px solid var(--line-light); border-radius: var(--radius); box-shadow: var(--shadow-lg); }

/* Steps mit Icon im Titel */
.step__head { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.4rem; }
.step__head .fi { flex: none; width: 38px; height: 38px; display: grid; place-items: center; background: rgba(201,164,106,0.14); color: var(--accent-gold-deep); border-radius: 10px; }
.step__head .fi svg { width: 20px; height: 20px; }
.step__head h3 { margin-bottom: 0; }

/* FAQ auf dunklem Grund */
.faq--dark details { border-color: var(--line-light); }
.faq--dark details p { color: var(--text-muted-light); }

/* Website-Angebot (Optimierung) */
.web-offer {
  margin-top: 1.5rem;
  display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 3rem);
  background: var(--bg-dark); color: var(--text-light);
  border-radius: var(--radius); border: 1px solid var(--line-light);
  padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.5rem, 4vw, 3rem);
}
.web-offer__icons { display: flex; gap: 0.9rem; flex: none; }
.web-offer__text { flex: 1; min-width: 0; }
.web-offer__text h3 { font-size: var(--step-2); color: var(--accent-gold); margin-bottom: 0.5rem; }
.web-offer__text p { color: var(--text-muted-light); max-width: 58ch; }
.web-offer__price { flex: none; display: flex; flex-direction: column; align-items: flex-start; gap: 0.15rem; }
.web-offer__from { font-size: var(--step--1); color: var(--text-muted-light); }
.web-offer__num { font-family: var(--font-display); font-weight: 800; font-size: var(--step-3); line-height: 1.05; }
.web-offer__note { font-size: var(--step--1); color: var(--text-muted-light); }
.web-offer__price .btn { margin-top: 0.9rem; }
@media (max-width: 900px) { .web-offer { flex-direction: column; align-items: flex-start; } }

/* ---------- Gastro-Events ---------- */
/* Kompakter Ablauf (nummerierte Mini-Steps) */
.mini-steps { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1.1rem; }
.mini-steps li { display: grid; grid-template-columns: auto 1fr; gap: 0.9rem; align-items: start; }
.mini-steps__num {
  flex: none; width: 30px; height: 30px; display: grid; place-items: center;
  border-radius: 50%; border: 1.5px solid var(--accent-gold); color: var(--gold-text);
  font-weight: 800; font-size: 0.85rem; font-variant-numeric: tabular-nums; margin-top: 0.1rem;
}
.mini-steps b { font-size: var(--step-0); }
.mini-steps p { color: var(--text-muted-dark); font-size: var(--step--1); margin-top: 0.15rem; max-width: 52ch; }

/* Add-on-Karten (dunkel) */
.addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.addon-card {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: rgba(255,255,255,0.03); border: 1px solid var(--line-light); border-radius: var(--radius);
  transition: border-color var(--dur-fast) var(--ease-out), background-color var(--dur-fast) var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .addon-card:hover { border-color: var(--accent-gold); background: rgba(201,164,106,0.06); }
}
.addon-card .fi {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: rgba(201,164,106,0.14); color: var(--accent-gold); border-radius: 12px; margin-bottom: 0.9rem;
}
.addon-card .fi svg { width: 24px; height: 24px; }
.addon-card h3 { font-size: var(--step-0); font-weight: 700; margin-bottom: 0.35rem; }
.addon-card p { color: var(--text-muted-light); font-size: var(--step--1); }
@media (max-width: 900px) { .addon-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .addon-grid { grid-template-columns: 1fr; } }

/* Referenz-Cases */
.case-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.case-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius);
  border-top: 3px solid var(--accent-gold); box-shadow: var(--shadow-sm);
}
.case-card__tag { font-size: var(--step--1); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-text); }
.case-card h3 { font-size: var(--step-1); margin: 0.5rem 0 0.5rem; }
.case-card p { color: var(--text-muted-dark); font-size: var(--step--1); }
@media (max-width: 720px) { .case-grid { grid-template-columns: 1fr; } }

/* VIP-Sektion: edel abgesetzt */
.vip { background: linear-gradient(180deg, #1c1a17, #161513); color: var(--text-light); }
.vip h2 { color: var(--text-light); }
.vip__lede { margin-top: 1rem; color: var(--text-muted-light); max-width: 52ch; line-height: 1.6; }
.vip .check-list li { color: var(--text-muted-light); }
.vip__media img { width: 100%; height: auto; border: 1px solid rgba(201,164,106,0.35); border-radius: var(--radius); box-shadow: var(--shadow-lg); }

/* Ablauf als eigene Zeile: 5 Schritte nebeneinander */
.mini-steps--row { flex-direction: row; flex-wrap: wrap; gap: 2rem; margin-top: 0.5rem; }
.mini-steps--row li { flex: 1 1 200px; grid-template-columns: auto 1fr; }
@media (max-width: 720px) { .mini-steps--row { flex-direction: column; gap: 1.25rem; } }

/* Add-on-Karten mit geblurrtem Foto-Hintergrund */
.addon-card--img { position: relative; overflow: hidden; isolation: isolate; min-height: 220px; display: flex; align-items: flex-end; }
.addon-card__bg {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: blur(2.5px) brightness(0.55); transform: scale(1.08);
  transition: filter var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
}
.addon-card--img::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(22,21,19,0.15) 0%, rgba(22,21,19,0.82) 78%);
}
.addon-card__body { position: relative; z-index: 2; }
.addon-card--img .fi { background: rgba(22,21,19,0.55); border: 1px solid rgba(201,164,106,0.5); }
.addon-card--img h3 { color: #fff; }
.addon-card--img p { color: rgba(242,238,230,0.85); }
@media (hover: hover) and (pointer: fine) {
  .addon-card--img:hover .addon-card__bg { filter: blur(1px) brightness(0.65); transform: scale(1.12); }
}

/* Individuelle Extras: volle Breite */
.addon-card--wide { grid-column: 1 / -1; min-height: 200px; }
.addon-wide__body { display: flex; align-items: center; justify-content: space-between; gap: clamp(1.5rem, 4vw, 3rem); width: 100%; }
.addon-wide__body > div { max-width: 62ch; }
.addon-wide__body .btn { flex: none; white-space: nowrap; }
@media (max-width: 820px) { .addon-wide__body { flex-direction: column; align-items: flex-start; } }

/* ============================================================
   Talent-Pool
   ============================================================ */
/* Hero ohne Seitenbild — Textblock mittig, angenehme Lesebreite */
.subhero__inner--single { grid-template-columns: 1fr; text-align: center; padding-block: clamp(2.5rem,5vw,4.5rem); justify-items: center; }
.subhero__inner--single .subhero__sub { margin-inline: auto; }
.subhero__inner--single .subhero__actions { justify-content: center; }
.subhero__inner--single .eyebrow { justify-content: center; }

.tp-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem; max-width: 1160px; margin-inline: auto;
}
.setcard--xl { padding: 2.6rem 1.75rem 1.6rem; }
.tp-id {
  position: absolute; top: 1.1rem; right: 1.25rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  color: var(--gold-text); background: rgba(201,164,106,0.12);
  border: 1px solid rgba(201,164,106,0.45); border-radius: 999px;
  padding: 0.3em 0.8em;
}
.setcard--xl .setcard__head { min-height: 0; }
.setcard--xl .setcard__role { font-size: 1.25rem; }
.tp-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  margin-top: 1.1rem; padding: 0.9rem 0;
  border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark);
  text-align: center;
}
.tp-stat { padding: 0 0.4rem; }
.tp-stat + .tp-stat { border-left: 1px solid var(--line-dark); }
.tp-stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; line-height: 1.1; }
.tp-stat:nth-child(2) b { color: var(--accent-gold-deep); }
.tp-stat span { display: block; font-size: 0.72rem; color: var(--text-muted-dark); margin-top: 0.2rem; line-height: 1.3; }
.tp-text { font-size: var(--step--1); color: var(--text-muted-dark); line-height: 1.6; margin-top: 1rem; }
.setcard--xl .setcard__skills { padding-top: 1.1rem; }
.tp-actions {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line-dark);
}
.btn--sm { padding: 0.65em 1.3em; font-size: 0.85rem; }
.tp-note { text-align: center; margin-top: 2.5rem; color: var(--text-muted-light); font-size: var(--step--1); }
.section--dark .tp-note a { color: var(--accent-gold); text-underline-offset: 3px; }

/* Provisionsmodell — Drittel-Karten */
.prov-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem; max-width: 1060px; margin-inline: auto;
}
.prov-card {
  background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius);
  padding: 1.75rem; box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
}
.prov-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-gold-deep));
}
.prov-card__num {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.1rem;
  color: var(--accent-gold-deep); background: rgba(201,164,106,0.12);
  border: 1px solid rgba(201,164,106,0.45); border-radius: 999px;
  padding: 0.35em 0.9em; letter-spacing: 0.04em;
}
.prov-card h3 { font-size: var(--step-0); margin-top: 1rem; }
.prov-card p { font-size: var(--step--1); color: var(--text-muted-dark); margin-top: 0.5rem; line-height: 1.6; }
.prov-card p:not(.prov-card__due) { margin-bottom: 0.9rem; }
.prov-free {
  max-width: 1060px; margin: 2rem auto 0;
  background: rgba(47,91,63,0.06); border: 1px solid rgba(47,91,63,0.25); border-radius: var(--radius);
  padding: 1.25rem 1.75rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.5rem;
}
.prov-free b { color: var(--accent-green); font-size: var(--step--1); }
.prov-free ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; padding: 0; margin: 0; }
.prov-free li { font-size: var(--step--1); color: var(--text-dark); display: inline-flex; align-items: center; gap: 0.45em; }
.prov-free li::before { content: "✓"; color: var(--accent-green); font-weight: 700; }
@media (max-width: 640px) { .tp-actions { flex-direction: column; align-items: stretch; text-align: center; } }

/* Talent-Pool Suche */
.tp-search { max-width: 720px; margin: 0 auto 2.25rem; }
.tp-search__box {
  display: flex; align-items: center; gap: 0.85rem;
  background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: 999px;
  padding: 0.4rem 0.75rem 0.4rem 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.tp-search__box:focus-within { border-color: var(--accent-gold); box-shadow: 0 0 0 3px rgba(201,164,106,0.25), var(--shadow-sm); }
.tp-search__box svg { flex: none; width: 21px; height: 21px; color: var(--accent-gold-deep); }
.tp-search__box input {
  flex: 1; min-width: 0; border: 0; outline: 0; background: transparent;
  font: inherit; font-size: 1rem; color: var(--text-dark); padding: 0.55em 0;
}
.tp-search__box input::placeholder { color: var(--text-muted-dark); opacity: 0.75; }
.tp-search__box input::-webkit-search-cancel-button { display: none; }
.tp-search__clear {
  flex: none; width: 34px; height: 34px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--bg-light); color: var(--text-dark); font-size: 1.25rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--dur-fast) var(--ease-out);
}
@media (hover: hover) { .tp-search__clear:hover { background: rgba(201,164,106,0.25); } }
.tp-search__count { text-align: center; margin-top: 0.8rem; font-size: var(--step--1); color: var(--text-muted-light); min-height: 1.4em; }
.tp-empty {
  max-width: 620px; margin: 0 auto; text-align: center;
  background: rgba(255,255,255,0.04); border: 1px dashed rgba(242,238,230,0.25); border-radius: var(--radius);
  padding: 2.5rem 2rem;
}
.tp-empty p { color: var(--text-muted-light); }
.tp-empty p b { color: var(--text-light); font-size: var(--step-0); }
.tp-empty p + p { margin-top: 0.6rem; font-size: var(--step--1); }
.tp-empty a:not(.btn) { color: var(--accent-gold); }
.tp-empty .btn { margin-top: 1.4rem; }
.tp-card-hidden { display: none !important; }

/* Events: zwei Leistungstiefen — mittig statt 3-spaltig */
.level-grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 920px; margin-inline: auto; }
@media (max-width: 820px) { .level-grid--2 { grid-template-columns: 1fr; } }

/* GF Privé */
.prive-contact__ways {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem 2.5rem; margin-top: 2.25rem;
}
.prive-contact__way {
  display: inline-flex; align-items: center; gap: 0.8rem;
  color: var(--text-light); text-decoration: none;
  font-family: var(--font-display); font-weight: 600; font-size: var(--step-1);
  padding: 0.9rem 1.6rem; border: 1px solid rgba(201,164,106,0.45); border-radius: var(--radius);
  transition: border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.prive-contact__way svg { width: 24px; height: 24px; color: var(--accent-gold); flex: none; }
@media (hover: hover) and (pointer: fine) {
  .prive-contact__way:hover { border-color: var(--accent-gold); background: rgba(201,164,106,0.08); transform: translateY(-2px); }
}
.prive-contact__note { margin-top: 2rem; font-size: var(--step--1); color: var(--text-muted-light); }
@media (max-width: 560px) { .prive-contact__way { width: 100%; justify-content: center; font-size: 1rem; } }

/* GF Privé — Portfolio-Einblick (Zugang & Beschaffung) */
.cellar-head { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.cellar { max-width: 980px; margin-inline: auto; }
.cellar__intro { text-align: center; margin-bottom: 2rem; }
.cellar__intro h3 { font-size: var(--step-1); }
.cellar__intro p { color: var(--text-muted-light); font-size: var(--step--1); max-width: 62ch; margin: 0.6rem auto 0; }
.cellar-cat { border-top: 1px solid rgba(201,164,106,0.3); }
.cellar-cat:last-of-type { border-bottom: 1px solid rgba(201,164,106,0.3); }
.cellar-cat__head {
  display: grid; grid-template-columns: auto 1fr auto auto; align-items: baseline; gap: 1.25rem;
  width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
  color: var(--text-light); padding: 1.4rem 0.25rem;
  transition: padding-left var(--dur-base) var(--ease-out);
}
.cellar-cat__name { font-family: var(--font-display); font-weight: 700; font-size: var(--step-1); letter-spacing: 0.01em; }
.cellar-cat__note { color: var(--text-muted-light); font-size: var(--step--1); font-style: italic; }
.cellar-cat__count { color: var(--gold-text-dark, var(--accent-gold)); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.cellar-cat__chev { align-self: center; color: var(--accent-gold); display: flex; }
.cellar-cat__chev svg { width: 18px; height: 18px; transition: transform var(--dur-base) var(--ease-out); }
@media (hover: hover) and (pointer: fine) {
  .cellar-cat__head:hover { padding-left: 0.75rem; }
  .cellar-cat__head:hover .cellar-cat__name { color: var(--accent-gold); }
}
.cellar-cat__head[aria-expanded="true"] .cellar-cat__chev svg { transform: rotate(180deg); }
.cellar-cat__panel { overflow: hidden; transition: height var(--dur-slow) var(--ease-inout); }
.cellar-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem; padding: 0.5rem 0.25rem 2rem;
}
.cellar-item { margin: 0; }
.cellar-item__frame {
  aspect-ratio: 3 / 4; border-radius: var(--radius);
  background: linear-gradient(160deg, #26231f 0%, #1b1917 60%, #171512 100%);
  border: 1px solid rgba(201,164,106,0.22);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  transition: border-color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.cellar-item__frame img { width: 100%; height: 100%; object-fit: cover; }
@media (hover: hover) and (pointer: fine) {
  .cellar-item:hover .cellar-item__frame { border-color: var(--accent-gold); transform: translateY(-3px); }
}
.cellar-item figcaption { margin-top: 0.75rem; }
.cellar-item figcaption b { display: block; font-size: 0.92rem; line-height: 1.35; }
.cellar-item figcaption span { display: block; color: var(--text-muted-light); font-size: 0.78rem; margin-top: 0.2rem; line-height: 1.45; }
/* Karten treten gestaffelt auf, wenn die Kategorie öffnet */
.cellar-cat__panel.is-opening .cellar-item { opacity: 0; transform: translateY(14px); }
.cellar-cat__panel.is-open .cellar-item {
  opacity: 1; transform: none;
  transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
  transition-delay: calc(var(--ci, 0) * 60ms);
}
.cellar__foot { text-align: center; margin-top: 2rem; color: var(--text-muted-light); font-size: var(--step--1); font-style: italic; }
@media (max-width: 720px) {
  .cellar-cat__head { grid-template-columns: 1fr auto; grid-template-rows: auto auto; }
  .cellar-cat__note { grid-column: 1 / -1; grid-row: 2; }
  .cellar-cat__count { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .cellar-cat__panel { transition: none; }
  .cellar-cat__panel.is-opening .cellar-item { opacity: 1; transform: none; }
}

/* Collection-Bild: ruhiger Zoom beim Auftauchen + Goldlinie */
.cellar-head .split__media { overflow: hidden; border-radius: var(--radius); }
.cellar-head .split__media img { border: 1px solid rgba(201,164,106,0.35); display: block; }
.cellar-head .split__media[data-reveal] img { transform: scale(1.07); }
.cellar-head .split__media[data-reveal].is-revealed img {
  transform: scale(1);
  transition: transform 1.8s var(--ease-out);
}
@media (prefers-reduced-motion: reduce) {
  .cellar-head .split__media[data-reveal] img { transform: none; transition: none; }
}

/* Berater-Sektion: Video hochformatig (4:5), etwas schmaler neben dem Text */
.split--wide-media { grid-template-columns: 0.95fr 1.05fr; }
.split--wide-media .berater-media { max-width: 480px; }
.split--wide-media .berater-media video { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; display: block; border-radius: var(--radius); border: 1px solid rgba(201,164,106,0.3); }
@media (max-width: 820px) { .split--wide-media { grid-template-columns: 1fr; } }

/* Studio */
.level-card--green::before { background: linear-gradient(90deg, var(--accent-green), #3d7050); }
.st-badge {
  margin-top: 1.5rem; display: inline-flex; align-items: center; gap: 0.6em;
  font-size: var(--step--1); font-weight: 600; color: var(--accent-green);
  background: rgba(47,91,63,0.08); border: 1px solid rgba(47,91,63,0.3); border-radius: 999px;
  padding: 0.55em 1.1em;
}
.st-badge span { width: 8px; height: 8px; border-radius: 50%; background: currentColor; flex: none; }
.st-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.st-shot { margin: 0; }
.st-shot img {
  width: 100%; height: auto; display: block; border-radius: var(--radius);
  border: 1px solid var(--line-dark);
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .st-shot:hover img { transform: translateY(-3px); box-shadow: var(--shadow-md); }
}
.st-shot figcaption { margin-top: 0.6rem; font-size: var(--step--1); color: var(--text-muted-dark); }
.st-location { display: grid; grid-template-columns: 1fr auto; gap: clamp(2rem,5vw,4rem); align-items: center; }
.st-location__card {
  display: flex; flex-direction: column; gap: 0.5rem;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(201,164,106,0.35); border-radius: var(--radius);
  padding: 2rem 2.5rem; min-width: 300px;
}
.st-location__card b { font-family: var(--font-display); font-size: var(--step-0); }
.st-location__card span { color: var(--text-muted-light); font-size: var(--step--1); }
.st-location__card .link-arrow { margin-top: 0.75rem; }
@media (max-width: 720px) { .st-location { grid-template-columns: 1fr; } }

/* Studio Party-Sektion: Video links, Foto-Kacheln rechts */
.st-party { display: grid; grid-template-columns: 0.62fr 1.38fr; gap: 1.5rem; align-items: start; }
.st-party__video { position: relative; }
.st-party__video video {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius); border: 1px solid rgba(201,164,106,0.3);
}
.st-party__shots { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 1.5rem; }
.st-shot--dark figcaption { color: var(--text-muted-light); }
.st-shot--tall { grid-column: 1 / -1; }
.st-shot--tall img { aspect-ratio: 16 / 8; object-fit: cover; object-position: center 30%; }
@media (max-width: 820px) { .st-party { grid-template-columns: 1fr; } }

/* Studio Rundgang: Video links, 2x3-Galerie rechts */
.st-walk { display: grid; grid-template-columns: 1fr 2fr; gap: 1.5rem; align-items: stretch; }
.st-walk__video video {
  width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--radius);
  border: 1px solid var(--line-dark); box-shadow: var(--shadow-md);
}
.st-gallery--2col { grid-template-columns: 1fr 1fr; }
@media (max-width: 820px) { .st-walk { grid-template-columns: 1fr; } .st-walk__video video { height: auto; aspect-ratio: 16/9; } }

/* Ton-Umschalter am Party-Video */
.sound-toggle {
  position: absolute; right: 1rem; bottom: 1rem;
  display: inline-flex; align-items: center; gap: 0.5em;
  background: rgba(22,21,19,0.75); color: var(--text-light);
  border: 1px solid rgba(201,164,106,0.5); border-radius: 999px;
  padding: 0.5em 1em; font: inherit; font-size: 0.85rem; font-weight: 600;
  cursor: pointer; backdrop-filter: blur(4px);
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
@media (hover: hover) { .sound-toggle:hover { background: rgba(22,21,19,0.92); border-color: var(--accent-gold); } }
.sound-toggle svg { width: 18px; height: 18px; color: var(--accent-gold); }
.sound-toggle .sound-toggle__on { display: none; }
.sound-toggle[aria-pressed="true"] .sound-toggle__on { display: block; }
.sound-toggle[aria-pressed="true"] .sound-toggle__off { display: none; }

/* Neon-Schild: Shoutout Steezy Tigers */
.st-party-head { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.neon-sign {
  display: inline-flex; flex-direction: column; align-items: center; gap: 0.35rem;
  padding: 1.25rem 1.75rem; border-radius: 14px;
  border: 2px solid rgba(57,255,20,0.55);
  box-shadow: 0 0 12px rgba(57,255,20,0.25), inset 0 0 18px rgba(57,255,20,0.12);
  background: rgba(0,0,0,0.35);
  transform: rotate(-2deg); text-decoration: none;
  animation: neon-border 4.5s linear infinite;
}
.neon-sign__label {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(242,238,230,0.65);
}
.neon-sign__name {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: 0.08em; color: #ffd9f1; white-space: nowrap;
  text-shadow: 0 0 6px #ff6ec7, 0 0 14px #ff6ec7, 0 0 32px rgba(255,110,199,0.85);
  animation: neon-flicker 5s linear infinite;
}
.neon-sign__name i {
  font-style: normal;
  animation: neon-dead-letter 5s linear infinite;
}
.neon-sign__sub { font-size: 0.78rem; color: rgba(57,255,20,0.85); text-shadow: 0 0 8px rgba(57,255,20,0.6); }
@keyframes neon-flicker {
  0%, 18%, 21%, 62%, 65%, 100% { opacity: 1; }
  19%, 63.5% { opacity: 0.55; }
  19.5%, 64% { opacity: 0.9; }
}
@keyframes neon-dead-letter {
  0%, 40%, 46%, 100% { opacity: 1; }
  41%, 44% { opacity: 0.25; text-shadow: none; }
}
@keyframes neon-border {
  0%, 74%, 78%, 100% { box-shadow: 0 0 12px rgba(57,255,20,0.25), inset 0 0 18px rgba(57,255,20,0.12); }
  76% { box-shadow: 0 0 4px rgba(57,255,20,0.1), inset 0 0 6px rgba(57,255,20,0.05); }
}
@media (hover: hover) { .neon-sign:hover { transform: rotate(-2deg) scale(1.04); transition: transform var(--dur-fast) var(--ease-out); } }
@media (max-width: 720px) { .st-party-head { flex-direction: column; align-items: flex-start; } .neon-sign { align-self: center; } }
@media (prefers-reduced-motion: reduce) {
  .neon-sign, .neon-sign__name, .neon-sign__name i { animation: none; }
}

/* Über uns: Gründer-Karten */
.founder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.founder-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(201,164,106,0.25);
  border-radius: var(--radius); overflow: hidden;
  transition: transform var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .founder-card:hover { transform: translateY(-4px); border-color: var(--accent-green-bright); }
}
.founder-card__img img { width: 100%; height: auto; aspect-ratio: 7/8; object-fit: cover; display: block; }
.founder-card__body { padding: 1.5rem 1.6rem 1.75rem; }
.founder-card__body h3 { font-size: var(--step-1); }
.founder-card__role { color: var(--accent-green-bright); font-size: var(--step--1); font-weight: 600; margin-top: 0.2rem; }
.founder-card__focus { color: var(--text-muted-light); font-size: var(--step--1); font-style: italic; margin-top: 0.75rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(201,164,106,0.25); }
.founder-card__body ul { list-style: none; margin-top: 0.9rem; display: flex; flex-direction: column; gap: 0.55rem; }
.founder-card__body li {
  position: relative; padding-left: 1.1rem;
  font-size: 0.85rem; line-height: 1.5; color: var(--text-muted-light);
}
.founder-card__body li::before { content: "▸"; position: absolute; left: 0; color: var(--accent-green-bright); }
@media (max-width: 900px) { .founder-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }

/* Kontaktseite */
.kontakt-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.kontakt-info h2 { font-size: var(--step-2); margin-bottom: 1.5rem; }
.kontakt-info__block { display: flex; flex-direction: column; gap: 0.35rem; padding: 1.25rem 0; border-top: 1px solid var(--line-dark); font-style: normal; }
.kontakt-info__block b { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-text); margin-bottom: 0.25rem; }
.kontakt-info__block span { color: var(--text-muted-dark); line-height: 1.6; }
.kontakt-info__block a:not(.link-arrow) { color: var(--text-dark); text-decoration: none; font-weight: 600; }
.kontakt-info__block a:not(.link-arrow):hover { color: var(--gold-text); }
.kontakt-info__block .link-arrow { margin-top: 0.5rem; }

.kontakt-form-wrap { background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--shadow-sm); }
.kontakt-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: flex; flex-direction: column; gap: 0.4rem; }
.form-row--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-row--2 > div { display: flex; flex-direction: column; gap: 0.4rem; }
.kontakt-form label { font-size: var(--step--1); font-weight: 600; }
.kontakt-form .req { color: var(--accent-gold-deep); }
.kontakt-form .opt { color: var(--text-muted-dark); font-weight: 400; font-size: 0.78rem; }
.kontakt-form input, .kontakt-form textarea {
  font: inherit; color: var(--text-dark);
  background: var(--bg-light); border: 1px solid var(--line-dark); border-radius: 10px;
  padding: 0.8em 1em; width: 100%;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.kontakt-form input:focus, .kontakt-form textarea:focus {
  outline: none; border-color: var(--accent-gold);
  box-shadow: 0 0 0 3px rgba(201,164,106,0.25);
}
.kontakt-form textarea { resize: vertical; min-height: 180px; }
.hp-field { position: absolute !important; left: -9999px !important; height: 1px; overflow: hidden; }
.kontakt-form__foot { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.kontakt-form__privacy { font-size: 0.78rem; color: var(--text-muted-dark); max-width: 40ch; }
.kontakt-form__privacy a { color: var(--gold-text); }
.kontakt-form__error { color: #a33; font-size: var(--step--1); font-weight: 600; }
.kontakt-success { text-align: center; padding: clamp(2rem, 4vw, 3.5rem) 1rem; }
.kontakt-success__icon { display: inline-flex; width: 72px; height: 72px; color: var(--accent-green); margin-bottom: 1.25rem; }
.kontakt-success__icon svg { width: 100%; height: 100%; }
.kontakt-success h2 { font-size: var(--step-2); }
.kontakt-success p { color: var(--text-muted-dark); margin-top: 0.75rem; max-width: 46ch; margin-inline: auto; line-height: 1.6; }
@media (max-width: 820px) { .kontakt-grid { grid-template-columns: 1fr; } .form-row--2 { grid-template-columns: 1fr; } }
.kontakt-form[hidden] { display: none; }

/* ============================================================
   Talent-Pool Anfrage-Modal
   ============================================================ */
.tpq { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 1.25rem; }
.tpq[hidden] { display: none; }
.tpq__backdrop { position: absolute; inset: 0; background: rgba(15,14,12,0.72); backdrop-filter: blur(3px); }
.tpq__panel {
  position: relative; width: min(640px, 100%); max-height: 92vh; overflow-y: auto;
  background: #FFFFFF; color: var(--text-dark);
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  animation: tpq-in 0.35s var(--ease-out);
}
@keyframes tpq-in { from { opacity: 0; transform: translateY(18px) scale(0.98); } to { opacity: 1; transform: none; } }
.tpq__close {
  position: absolute; top: 1rem; right: 1rem; width: 38px; height: 38px;
  border: 1px solid var(--line-dark); border-radius: 50%; background: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center; color: var(--text-dark);
  transition: border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);
  z-index: 2;
}
@media (hover: hover) { .tpq__close:hover { border-color: var(--accent-gold); background: rgba(201,164,106,0.1); } }
.tpq__close svg { width: 16px; height: 16px; }
.tpq__title { font-size: var(--step-1); margin-top: 0.5rem; }
.tpq__picked { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.tpq-chip {
  display: inline-flex; align-items: center; gap: 0.6rem;
  border: 1px solid rgba(201,164,106,0.5); background: rgba(201,164,106,0.1);
  border-radius: 10px; padding: 0.55rem 0.9rem;
}
.tpq-chip__id {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; color: var(--gold-text);
  border: 1px solid rgba(201,164,106,0.5); border-radius: 999px; padding: 0.2em 0.65em; white-space: nowrap;
}
.tpq-chip__role { font-weight: 700; font-size: 0.88rem; }
.tpq-chip__field { display: block; font-size: 0.74rem; color: var(--text-muted-dark); }
.tpq__more-label { margin-top: 1.25rem; font-size: var(--step--1); font-weight: 600; }
.tpq__list {
  margin-top: 0.6rem; max-height: 190px; overflow-y: auto;
  border: 1px solid var(--line-dark); border-radius: 10px;
  display: flex; flex-direction: column;
  scrollbar-width: thin;
}
.tpq-mini {
  display: flex; align-items: center; gap: 0.8rem; padding: 0.6rem 0.9rem; cursor: pointer;
  border-bottom: 1px solid var(--line-dark);
  transition: background var(--dur-fast) var(--ease-out);
}
.tpq-mini:last-child { border-bottom: 0; }
@media (hover: hover) { .tpq-mini:hover { background: rgba(201,164,106,0.07); } }
.tpq-mini input { position: absolute; opacity: 0; pointer-events: none; }
.tpq-mini__check {
  flex: none; width: 22px; height: 22px; border-radius: 6px;
  border: 1.5px solid var(--line-dark); display: flex; align-items: center; justify-content: center;
  color: #fff; background: #fff; transition: all var(--dur-fast) var(--ease-out);
}
.tpq-mini__check svg { width: 13px; height: 13px; opacity: 0; transform: scale(0.5); transition: all var(--dur-fast) var(--ease-out); }
.tpq-mini input:checked + .tpq-mini__check { background: var(--accent-gold-deep); border-color: var(--accent-gold-deep); }
.tpq-mini input:checked + .tpq-mini__check svg { opacity: 1; transform: scale(1); }
.tpq-mini input:checked ~ .tpq-mini__body .tpq-mini__id { background: rgba(201,164,106,0.18); }
.tpq-mini__body { min-width: 0; display: grid; grid-template-columns: auto auto 1fr; align-items: baseline; gap: 0.7rem; }
.tpq-mini__id { font-size: 0.68rem; font-weight: 700; color: var(--gold-text); border: 1px solid rgba(201,164,106,0.45); border-radius: 999px; padding: 0.15em 0.6em; white-space: nowrap; }
.tpq-mini__role { font-weight: 700; font-size: 0.85rem; white-space: nowrap; }
.tpq-mini__field { font-size: 0.76rem; color: var(--text-muted-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tpq__form { margin-top: 1.5rem; }
.tpq__hp { position: absolute; left: -9999px; }
.tpq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.tpq__grid label:first-child { grid-column: 1 / -1; }
.tpq__form label { display: flex; flex-direction: column; gap: 0.35rem; font-size: var(--step--1); font-weight: 600; margin-bottom: 1rem; }
.tpq__form input, .tpq__form textarea {
  font: inherit; font-weight: 400; padding: 0.7em 0.9em;
  border: 1px solid var(--line-dark); border-radius: 8px; background: #fff; color: var(--text-dark);
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.tpq__form input:focus, .tpq__form textarea:focus {
  outline: none; border-color: var(--accent-gold);
  box-shadow: 0 0 0 3px rgba(201,164,106,0.22);
}
.tpq__error { color: #a33a2a; font-size: var(--step--1); margin-bottom: 0.75rem; }
.tpq__submit { width: 100%; justify-content: center; }
.tpq__submit[disabled] { opacity: 0.6; cursor: wait; }
.tpq__privacy { margin-top: 0.9rem; font-size: 0.75rem; color: var(--text-muted-dark); }
/* Danke-Zustand */
.tpq__thanks { text-align: center; padding: 2.5rem 1rem; }
.tpq__thanks h3 { font-size: var(--step-1); margin-top: 1.25rem; }
.tpq__thanks p { color: var(--text-muted-dark); margin-top: 0.6rem; max-width: 40ch; margin-inline: auto; }
.tpq__thanks .btn { margin-top: 1.75rem; }
.tpq__check { width: 76px; height: 76px; color: var(--accent-green); margin-inline: auto; display: block; }
.tpq__check circle { stroke-dasharray: 202; stroke-dashoffset: 202; animation: tpq-draw 0.7s var(--ease-out) forwards; }
.tpq__check path { stroke-dasharray: 48; stroke-dashoffset: 48; animation: tpq-draw 0.45s var(--ease-out) 0.55s forwards; }
@keyframes tpq-draw { to { stroke-dashoffset: 0; } }
@media (max-width: 560px) { .tpq__grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .tpq__panel { animation: none; }
  .tpq__check circle, .tpq__check path { animation: none; stroke-dashoffset: 0; }
}

/* "Anfragen"-Button: wie Text-Link, kein Browser-Default-Kasten */
button.tpq-open {
  background: none; border: 0; padding: 0; font: inherit; cursor: pointer;
}

/* "Anfragen"-Hover: Pfeil rückt vor, Goldton vertieft sich */
button.tpq-open .arrow { transition: transform var(--dur-fast) var(--ease-out); display: inline-block; }
@media (hover: hover) and (pointer: fine) {
  button.tpq-open:hover { color: var(--accent-gold-deep); }
  button.tpq-open:hover .arrow { transform: translateX(4px); }
}

/* Talent-Pool-Newsletter */
.nlx { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.nlx__box {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(201,164,106,0.35);
  border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.25rem);
}
.nlx__label { display: block; font-size: var(--step--1); font-weight: 600; margin-bottom: 0.5rem; }
.nlx__row { display: flex; gap: 0.75rem; }
.nlx__row input {
  flex: 1; min-width: 0; font: inherit; padding: 0.75em 1em;
  border: 1px solid rgba(242,238,230,0.25); border-radius: 8px;
  background: rgba(255,255,255,0.06); color: var(--text-light);
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.nlx__row input::placeholder { color: rgba(242,238,230,0.4); }
.nlx__row input:focus { outline: none; border-color: var(--accent-gold); box-shadow: 0 0 0 3px rgba(201,164,106,0.25); }
.nlx__row .btn { flex: none; }
.nlx__msg { margin-top: 0.9rem; font-size: var(--step--1); font-weight: 600; }
.nlx__msg--ok { color: var(--accent-green-bright, #7fbf94); }
.nlx__msg--err { color: #e08575; }
.nlx__privacy { margin-top: 0.9rem; font-size: 0.75rem; color: var(--text-muted-light); }
@media (max-width: 820px) { .nlx { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .nlx__row { flex-direction: column; } }

/* ============================================================
   EINWILLIGUNG (/einwilligung/) — Kandidaten-Einwilligungsseite
   ============================================================ */
.einw-wrap { max-width: 780px; display: flex; flex-direction: column; gap: 2rem; }
.einw-info { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.einw-info__col { background: #FFFFFF; border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.einw-info__col h2 { font-size: var(--step-0); margin-bottom: 0.6rem; }
.einw-info__col--ja { border-top: 3px solid var(--accent-green); }
.einw-info__col--nein { border-top: 3px solid var(--accent-gold); }
.einw-info__col p { font-size: var(--step--1); color: var(--text-muted-dark); line-height: 1.55; margin-bottom: 0.6rem; }
.einw-info__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.35rem; }
.einw-info__col li { font-size: var(--step--1); line-height: 1.45; padding-left: 1.35rem; position: relative; }
.einw-info__col--ja li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-green); font-weight: 700; }
.einw-info__col--nein li::before { content: "✕"; position: absolute; left: 0; color: var(--accent-gold-deep); font-weight: 700; }
.einw-hint { font-size: 0.78rem; color: var(--text-muted-dark); line-height: 1.5; }
.kontakt-form input.is-prefilled { background: #F4F1EA; color: var(--text-muted-dark); }

.consent-box { border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 1.1rem 1.2rem; background: #FBFAF7; }
.consent-box__check { display: grid; grid-template-columns: auto 1fr; gap: 0.8rem; cursor: pointer; }
.consent-box__check input { width: 1.15rem; height: 1.15rem; margin-top: 0.15rem; accent-color: var(--accent-green); cursor: pointer; }
.consent-box__check input:focus-visible { outline: 2px solid var(--accent-gold); outline-offset: 2px; }
.consent-box__check span { font-size: 0.85rem; font-weight: 400; line-height: 1.55; color: var(--text-muted-dark); }
.consent-box__check span b { color: inherit; font-weight: 700; }
.consent-box:has(input:checked) { border-color: var(--accent-green); }

.sig-pad { position: relative; border: 1px dashed var(--line-dark); border-radius: var(--radius); background: #FFFFFF; overflow: hidden; }
.sig-pad canvas { display: block; width: 100%; height: 160px; cursor: crosshair; }
.sig-pad canvas:focus-visible { outline: 2px solid var(--accent-gold); outline-offset: -2px; }
.sig-pad__placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; color: var(--text-muted-dark); opacity: 0.55; font-size: var(--step--1); }
.sig-pad__actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 0.4rem; flex-wrap: wrap; }
.sig-pad__clear { background: none; border: 1px solid var(--line-dark); border-radius: 6px; padding: 0.4em 0.9em; font: inherit; font-size: 0.78rem; font-weight: 600; cursor: pointer; color: var(--text-muted-dark); }
.sig-pad__clear:hover { border-color: var(--accent-gold); color: var(--gold-text); }

.einw-widerruf { font-size: 0.78rem; color: var(--text-muted-dark); line-height: 1.6; border-left: 3px solid var(--accent-gold); padding-left: 1rem; }
.einw-widerruf a { color: var(--gold-text); }
@media (max-width: 640px) { .einw-info { grid-template-columns: 1fr; } }

/* Provisionsmodell: Zahlungsziel-Zeile, Hinweis, Kampagnen-Anrechnung */
.prov-card { display: flex; flex-direction: column; }
.prov-card .prov-card__num { align-self: flex-start; }
.prov-card h3 { margin-top: 1rem; }
.prov-card p.prov-card__due {
  margin-top: auto; padding-top: 0.75rem;
  border-top: 1px solid rgba(22,21,19,0.08);
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent-gold-text, #8A6634);
}
.prov-note {
  max-width: 72ch; margin: 1.75rem auto 0; text-align: center;
  font-size: var(--step--1); color: var(--text-muted-dark); line-height: 1.65;
}
.prov-offset {
  max-width: 1060px; margin-inline: auto;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  background: #fff; border: 1px solid rgba(201,164,106,0.45);
  border-radius: var(--radius); padding: clamp(1.75rem, 4vw, 2.75rem);
}
.prov-offset > h3 { font-size: var(--step-1); }
.prov-offset > p { margin-top: 0.6rem; max-width: 62ch; color: var(--text-muted-dark); }
.prov-flow {
  list-style: none; counter-reset: pf; padding: 0;
  margin: 1.75rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
}
.prov-flow li { counter-increment: pf; position: relative; padding-top: 3rem; }
.prov-flow li::before {
  content: counter(pf); position: absolute; top: 0; left: 0;
  width: 2.25rem; height: 2.25rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-gold); color: var(--bg-dark);
  font-weight: 700; font-size: 1rem;
}
/* Verbindungslinie zwischen den Schritt-Nummern */
.prov-flow li:not(:last-child)::after {
  content: ""; position: absolute; top: 1.125rem; left: 2.75rem; right: -1rem;
  height: 1px; background: rgba(201,164,106,0.5);
}
.prov-flow h4 { font-size: var(--step-0); }
.prov-flow p { margin-top: 0.4rem; font-size: var(--step--1); color: var(--text-muted-dark); line-height: 1.6; }
@media (max-width: 820px) {
  .prov-flow { grid-template-columns: 1fr; gap: 1.5rem; }
  .prov-flow li { padding-top: 0; padding-left: 3.25rem; }
  .prov-flow li::before { top: -0.1rem; }
  .prov-flow li:not(:last-child)::after {
    top: 2.5rem; bottom: -1.25rem; left: 1.1rem; right: auto; width: 1px; height: auto;
  }
}

/* Landing-Layout (ohne Navigation): schlanker Kopf + Mini-Footer */
.landing-top { background: #FFFFFF; border-bottom: 1px solid var(--line-dark); }
.landing-top__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 0.9rem; }
.landing-top__site { font-size: var(--step--1); font-weight: 600; color: var(--gold-text); text-decoration: none; white-space: nowrap; }
.landing-top__site:hover .arrow { transform: translateX(3px); }
.landing-top__site .arrow { display: inline-block; transition: transform var(--dur-fast) var(--ease-out); }
.landing-foot { background: var(--bg-dark); color: var(--text-muted-light); margin-top: 3rem; }
.landing-foot__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-block: 1.4rem; font-size: 0.78rem; }
.landing-foot a { color: var(--text-light); text-decoration: none; margin-left: 1.2rem; }
.landing-foot a:first-child { margin-left: 0; }
.landing-foot a:hover { color: var(--accent-gold); }

/* Lebenslauf-Upload */
.upload-box { border: 1px dashed var(--line-dark); border-radius: var(--radius); padding: 1rem 1.1rem; background: #FBFAF7; display: flex; flex-direction: column; gap: 0.6rem; }
.upload-box input[type="file"] { font-size: var(--step--1); color: var(--text-muted-dark); max-width: 100%; }
.upload-box input[type="file"]::file-selector-button { background: none; border: 1px solid var(--line-dark); border-radius: 6px; padding: 0.45em 1em; font: inherit; font-size: 0.78rem; font-weight: 600; cursor: pointer; color: var(--text-dark); margin-right: 0.8rem; }
.upload-box input[type="file"]::file-selector-button:hover { border-color: var(--accent-gold); color: var(--gold-text); }
.upload-box input[type="file"]:focus-visible { outline: 2px solid var(--accent-gold); outline-offset: 2px; }

/* Studio: Zertifikat mit Siegel */
.certx-points { margin-top: 1.75rem; display: grid; gap: 1.25rem; }
.certx-point {
  background: #fff; border: 1px solid var(--line-dark); border-radius: var(--radius);
  padding: 1.25rem 1.5rem; box-shadow: var(--shadow-sm);
}
.certx-point h3 { font-size: var(--step-0); color: var(--accent-gold-deep); }
.certx-point p { margin-top: 0.4rem; font-size: var(--step--1); color: var(--text-muted-dark); line-height: 1.6; }
.certx-media { display: flex; justify-content: center; }
.certx-doc {
  position: relative; width: min(440px, 100%); aspect-ratio: 3 / 4;
  background: #FDFBF7; border: 1px solid rgba(169,129,74,0.55); outline: 4px solid #fff;
  box-shadow: 0 1px 0 rgba(169,129,74,0.3) inset, var(--shadow-lg);
  border-radius: 6px; padding: clamp(1.75rem, 4vw, 2.75rem);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  transform: rotate(-1.2deg);
}
.certx-doc::before {
  content: ""; position: absolute; inset: 9px; border: 1px solid rgba(201,164,106,0.5); border-radius: 3px; pointer-events: none;
}
.certx-doc__brand { font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.7rem; color: var(--text-muted-dark); }
.certx-doc__brand b { color: var(--accent-gold-deep); }
.certx-doc__title {
  margin-top: 1.1rem; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-dark);
}
.certx-doc__line { display: block; width: 70%; height: 7px; margin-top: 1.1rem; border-radius: 4px; background: rgba(22,21,19,0.08); }
.certx-doc__line--name { width: 55%; height: 12px; margin-top: 1.5rem; background: rgba(201,164,106,0.35); }
.certx-doc__line--short { width: 45%; }
.certx-doc__sub { margin-top: 1rem; font-size: 0.72rem; line-height: 1.55; color: var(--text-muted-dark); max-width: 30ch; }
.certx-doc__foot {
  margin-top: auto; width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem;
}
.certx-doc__sig { font-size: 0.62rem; color: var(--text-muted-dark); text-align: left; }
.certx-doc__sig i { display: block; width: 110px; border-bottom: 1px solid rgba(22,21,19,0.45); height: 1.4rem; margin-bottom: 0.35rem; }
.gf-seal { width: clamp(110px, 14vw, 150px); height: auto; flex: none; filter: drop-shadow(0 4px 10px rgba(169,129,74,0.35)); }
@media (max-width: 560px) { .certx-doc { transform: none; } }

/* Kontakt: Kanäle mit Icon */
.kontakt-info__block a.kx { display: inline-flex; align-items: center; gap: 0.6rem; }
.kx__ico {
  flex: none; width: 18px; height: 18px; color: var(--accent-gold-deep);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.kx__ico svg { width: 18px; height: 18px; }
.kontakt-info__block a.kx:hover .kx__ico { color: var(--gold-text); transform: translateX(2px); }

/* Legal: Inhaltsverzeichnis, Zitat-Kasten (Widerspruchsrecht), Anker unter Sticky-Header */
.legal ol { padding-left: 1.4rem; margin-bottom: 1rem; }
.legal ol li { margin-bottom: 0.35rem; }
.legal h2[id] { scroll-margin-top: 96px; }
.legal blockquote {
  margin: 1.25rem 0; padding: 1.25rem 1.5rem;
  background: rgba(201,164,106,0.08); border: 1px solid rgba(201,164,106,0.4);
  border-radius: var(--radius);
}
.legal blockquote p { margin-bottom: 0.75rem; }
.legal blockquote p:last-child { margin-bottom: 0; }
.legal__stand { color: var(--text-muted-dark); }

/* Legal: TOC-Teil-Überschriften fett + Übersichts-Block */
.legal__toc { list-style: none; padding-left: 0; margin-bottom: 2rem; }
.legal__toc li { margin-bottom: 0.35rem; }
.legal__toc li a { color: var(--text-dark); text-decoration: none; border-bottom: 1px dotted rgba(22,21,19,0.2); }
.legal__toc li a:hover { color: var(--gold-text); border-bottom-color: var(--accent-gold); }
.legal__toc-head {
  font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--accent-gold-deep); font-size: 0.85rem;
  margin-top: 1.5rem; margin-bottom: 0.4rem;
  padding-top: 0.75rem; border-top: 1px solid rgba(201,164,106,0.35);
}
.legal__toc-head:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal__parts-overview {
  margin: 2rem 0 2.5rem; padding: 1.5rem;
  background: rgba(201,164,106,0.06); border-left: 3px solid var(--accent-gold);
  border-radius: 4px; display: grid; gap: 1.1rem;
}
.legal__parts-item h3 {
  font-size: var(--step-0); margin: 0;
  color: var(--accent-gold-deep); font-weight: 700;
}
.legal__parts-item p {
  margin: 0.35rem 0 0; font-size: var(--step--1);
  color: var(--text-muted-dark); line-height: 1.55;
}
.legal__part {
  margin-top: 3rem; padding-top: 1rem; border-top: 2px solid var(--accent-gold);
  font-size: var(--step-2); color: var(--accent-gold-deep);
  letter-spacing: 0.03em; text-transform: uppercase;
}
