/* ============================================================
   Mandatsfluss-Check: landing, intake modal, report overlay
   ============================================================ */

.leadcheck-page { background: var(--cohort-bone); }
.leadcheck-lock { overflow: hidden; }
.leadcheck-page .nav { background: rgba(8, 28, 19, 0.96); }

/* ── Buttons (leadcheck variants) ── */
.leadcheck-page .button--dark {
  background: var(--cohort-green);
  color: #f4f0e8;
  border-color: var(--cohort-green);
  box-shadow: 0 16px 38px rgba(11, 33, 23, 0.22);
}
.leadcheck-page .button--dark:hover {
  background: var(--cohort-bronze);
  border-color: var(--cohort-bronze);
  color: #fff;
  transform: translateY(-2px);
}
.leadcheck-page .button--ghost-light {
  background: transparent;
  color: #f4f0e8;
  border-color: rgba(244, 240, 232, 0.48);
}
.leadcheck-page .button--ghost-light:hover {
  border-color: #f4f0e8;
  background: rgba(244, 240, 232, 0.08);
  transform: translateY(-2px);
}

/* ── Shared section heads ── */
.leadcheck-page .kicker { margin-bottom: 20px; }

/* ============================================================
   HERO
   ============================================================ */
.leadcheck-hero {
  padding: clamp(96px, 12vw, 168px) 0 clamp(72px, 9vw, 120px);
  background:
    linear-gradient(96deg, rgba(5, 18, 12, 0.97), rgba(5, 18, 12, 0.82) 46%, rgba(5, 18, 12, 0.30)),
    url("assets/images/main-header-new.webp") 62% 42% / cover no-repeat;
  color: #f7f2e9;
}

.leadcheck-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
}

.leadcheck-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #f7f2e9;
  font-size: clamp(3.1rem, 6vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.leadcheck-hero__lede {
  max-width: 60ch;
  margin: clamp(24px, 3.4vw, 34px) 0 0;
  color: rgba(247, 242, 233, 0.82);
  font-size: clamp(1.02rem, 1.2vw, 1.16rem);
  line-height: 1.62;
}

.leadcheck-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.leadcheck-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 30px 0 0;
  padding: 0;
  color: rgba(247, 242, 233, 0.58);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.leadcheck-hero__meta span { position: relative; padding-left: 18px; }
.leadcheck-hero__meta span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--cohort-bronze);
  border-radius: 50%;
}

/* Hero preview card */
.leadcheck-preview {
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(247, 242, 233, 0.16);
  border-top: 3px solid var(--cohort-bronze);
  background: rgba(6, 20, 13, 0.66);
  backdrop-filter: blur(12px);
}
.leadcheck-preview__eyebrow {
  margin: 0 0 22px;
  color: var(--cohort-bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.leadcheck-preview__stack { margin: 0 0 24px; padding: 0; list-style: none; }
.leadcheck-preview__stack li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(247, 242, 233, 0.14);
  color: #f7f2e9;
  font-size: 1rem;
}
.leadcheck-preview__stack li:last-child { border-bottom: 1px solid rgba(247, 242, 233, 0.14); }
.leadcheck-preview__stack span {
  color: var(--cohort-bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.leadcheck-preview__note {
  margin: 0;
  color: rgba(247, 242, 233, 0.66);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* ============================================================
   DIMENSIONS (editorial 6-row list)
   ============================================================ */
.leadcheck-dimensions {
  padding: clamp(88px, 11vw, 150px) 0;
  background: var(--cohort-paper);
  border-top: 1px solid var(--cohort-line);
}
.leadcheck-dimensions__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: start;
}
.leadcheck-dimensions__head { position: sticky; top: 96px; }
.leadcheck-dimensions__head h2 {
  max-width: 13ch;
  margin: 0;
  color: var(--cohort-ink);
  font-size: clamp(2.6rem, 4.4vw, 4.4rem);
  line-height: 1.0;
  letter-spacing: -0.02em;
}
.leadcheck-dimensions__head p {
  max-width: 42ch;
  margin: 26px 0 0;
  color: rgba(25, 25, 22, 0.66);
}
.leadcheck-dimensions__head .button { margin-top: 32px; }

.leadcheck-dimensions__list { margin: 0; padding: 0; list-style: none; }
.leadcheck-dimensions__list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: clamp(16px, 2vw, 30px);
  padding: clamp(24px, 3vw, 34px) 0;
  border-top: 1px solid var(--cohort-line);
  align-items: start;
}
.leadcheck-dimensions__list li:last-child { border-bottom: 1px solid var(--cohort-line); }
.leadcheck-dimensions__n {
  color: var(--cohort-bronze);
  font-family: "Tiempos Headline", Georgia, serif;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 0.9;
}
.leadcheck-dimensions__list h3 {
  margin: 0 0 8px;
  color: var(--cohort-ink);
  font-size: clamp(1.4rem, 2vw, 1.95rem);
  line-height: 1.08;
}
.leadcheck-dimensions__list p {
  max-width: 58ch;
  margin: 0;
  color: rgba(25, 25, 22, 0.64);
}

/* ============================================================
   REPORT TEASER (what you get + radar preview)
   ============================================================ */
.leadcheck-report-teaser {
  padding: clamp(88px, 11vw, 150px) 0;
  background: var(--cohort-bone);
}
.leadcheck-report-teaser__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
}
.leadcheck-report-teaser__visual { position: sticky; top: 96px; }
.leadcheck-radarcard {
  padding: clamp(28px, 3.4vw, 44px);
  background: var(--cohort-green);
  border-top: 3px solid var(--cohort-bronze);
  color: #f7f2e9;
  text-align: center;
}
.leadcheck-radarcard__label {
  margin: 0 0 18px;
  color: var(--cohort-bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.leadcheck-radarsvg { width: min(100%, 340px); height: auto; }
.leadcheck-radarsvg .ring { fill: none; stroke: rgba(247, 242, 233, 0.16); stroke-width: 1; }
.leadcheck-radarsvg .spoke { stroke: rgba(247, 242, 233, 0.16); stroke-width: 1; }
.leadcheck-radarsvg .plot {
  fill: rgba(164, 123, 69, 0.34);
  stroke: var(--cohort-bronze);
  stroke-width: 2;
  stroke-linejoin: round;
}
.leadcheck-radarcard__caption {
  margin: 18px 0 0;
  color: rgba(247, 242, 233, 0.64);
  font-size: 0.92rem;
}

.leadcheck-report-teaser__copy h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--cohort-ink);
  font-size: clamp(2.6rem, 4.4vw, 4.4rem);
  line-height: 1.0;
  letter-spacing: -0.02em;
}
.leadcheck-report-teaser__lede {
  max-width: 54ch;
  margin: 24px 0 0;
  color: rgba(25, 25, 22, 0.68);
  font-size: clamp(1.02rem, 1.2vw, 1.14rem);
}
.leadcheck-report-teaser__list { margin: 32px 0 0; padding: 0; list-style: none; }
.leadcheck-report-teaser__list li {
  padding: 22px 0;
  border-top: 1px solid var(--cohort-line);
}
.leadcheck-report-teaser__list li:last-child { border-bottom: 1px solid var(--cohort-line); }
.leadcheck-report-teaser__list strong {
  display: block;
  color: var(--cohort-ink);
  font-family: "Tiempos Headline", Georgia, serif;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  font-weight: 400;
}
.leadcheck-report-teaser__list p {
  max-width: 60ch;
  margin: 8px 0 0;
  color: rgba(25, 25, 22, 0.64);
}
.leadcheck-report-teaser__copy .button { margin-top: 34px; }

/* ============================================================
   PROOF band
   ============================================================ */
.leadcheck-proof {
  padding: clamp(72px, 9vw, 120px) 0;
  background: var(--cohort-green);
  color: #f7f2e9;
}
.leadcheck-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.leadcheck-proof__quote { margin: 0; grid-row: span 2; }
.leadcheck-proof__quote p {
  margin: 0;
  color: #f7f2e9;
  font-family: "Tiempos Headline", Georgia, serif;
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.leadcheck-proof__quote cite {
  display: block;
  margin-top: 26px;
  font-style: normal;
}
.leadcheck-proof__quote cite b { display: block; color: #f7f2e9; font-weight: 700; }
.leadcheck-proof__quote cite span {
  display: block;
  margin-top: 3px;
  color: rgba(247, 242, 233, 0.6);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}
.leadcheck-proof__stats {
  display: grid;
  gap: 1px;
  background: rgba(247, 242, 233, 0.16);
  border: 1px solid rgba(247, 242, 233, 0.16);
}
.leadcheck-proof__stats div { padding: 22px 24px; background: var(--cohort-green); }
.leadcheck-proof__stats strong {
  display: block;
  color: var(--cohort-bronze);
  font-family: "Tiempos Headline", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 400;
  line-height: 0.95;
}
.leadcheck-proof__stats span {
  display: block;
  margin-top: 8px;
  color: rgba(247, 242, 233, 0.72);
  font-size: 0.92rem;
}
.leadcheck-proof__names {
  margin: 0;
  color: rgba(247, 242, 233, 0.55);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ============================================================
   BRIDGE
   ============================================================ */
.leadcheck-bridge {
  padding: clamp(92px, 12vw, 168px) 0;
  background:
    linear-gradient(92deg, rgba(7, 22, 15, 0.94), rgba(7, 22, 15, 0.6)),
    url("assets/images/mandat-background-new.webp") center / cover no-repeat;
  color: #f7f2e9;
}
.leadcheck-bridge__inner { max-width: 840px; }
.leadcheck-bridge h2 {
  max-width: 15ch;
  margin: 0;
  color: #f7f2e9;
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  line-height: 1.0;
  letter-spacing: -0.02em;
}
.leadcheck-bridge p:not(.kicker) {
  max-width: 62ch;
  margin: 26px 0 34px;
  color: rgba(247, 242, 233, 0.74);
}
.leadcheck-bridge__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ============================================================
   INTAKE MODAL
   ============================================================ */
.leadcheck-modal[hidden],
.leadcheck-report[hidden],
.leadcheck-contact[hidden],
.leadcheck-options[hidden],
.leadcheck-dialog__actions [hidden] { display: none !important; }

.leadcheck-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
}
.leadcheck-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 14, 9, 0.74);
  backdrop-filter: blur(10px);
}
.leadcheck-dialog {
  position: relative;
  width: min(100%, 980px);
  max-height: min(92svh, 780px);
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
  overflow: hidden;
  background: #f5f1e9;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}
.leadcheck-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(247, 242, 233, 0.28);
  background: rgba(6, 20, 13, 0.4);
  color: #f7f2e9;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease;
}
.leadcheck-dialog__close:hover { background: rgba(6, 20, 13, 0.7); }

/* Rail */
.leadcheck-dialog__rail {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
  background: var(--cohort-green);
  color: #f7f2e9;
}
.leadcheck-dialog__railhead {
  margin: 0 0 26px;
  color: rgba(247, 242, 233, 0.6);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.leadcheck-dialog__map { margin: 0; padding: 0; list-style: none; flex: 1; }
.leadcheck-dialog__map li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  color: rgba(247, 242, 233, 0.42);
  font-size: 0.9rem;
  transition: color 200ms ease;
}
.leadcheck-dialog__map li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(247, 242, 233, 0.22);
  border-radius: 50%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  flex-shrink: 0;
}
.leadcheck-dialog__map li[data-state="done"] { color: rgba(247, 242, 233, 0.75); }
.leadcheck-dialog__map li[data-state="done"] span {
  background: var(--cohort-bronze);
  border-color: var(--cohort-bronze);
  color: var(--cohort-green);
}
.leadcheck-dialog__map li[data-state="active"] { color: #f7f2e9; font-weight: 500; }
.leadcheck-dialog__map li[data-state="active"] span {
  border-color: var(--cohort-bronze);
  color: var(--cohort-bronze);
}
.leadcheck-dialog__railfoot {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.leadcheck-progress { flex: 1; height: 3px; background: rgba(247, 242, 233, 0.18); }
.leadcheck-progress span { display: block; width: 14%; height: 100%; background: var(--cohort-bronze); transition: width 300ms ease; }
.leadcheck-dialog__railfoot strong {
  color: rgba(247, 242, 233, 0.7);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* Body */
.leadcheck-dialog__body { display: flex; flex-direction: column; min-width: 0; min-height: 0; }
.leadcheck-dialog__scroll {
  flex: 1;
  overflow-y: auto;
  padding: clamp(30px, 4vw, 52px) clamp(28px, 4vw, 52px) 8px;
}
.leadcheck-dialog__body h2 {
  max-width: 17ch;
  margin: 0;
  color: var(--cohort-ink);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
}
.leadcheck-dialog__body > .leadcheck-dialog__scroll > p:not(.kicker):not(.leadcheck-status) {
  max-width: 54ch;
  margin: 16px 0 0;
  color: rgba(25, 25, 22, 0.62);
  font-size: 0.98rem;
}

.leadcheck-options { display: grid; gap: 10px; margin-top: 28px; }
.leadcheck-option {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  padding: 17px 18px;
  border: 1px solid rgba(25, 25, 22, 0.14);
  background: #fffaf2;
  color: rgba(25, 25, 22, 0.74);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 160ms ease;
}
.leadcheck-option:hover { transform: translateY(-1px); border-color: rgba(164, 123, 69, 0.6); }
.leadcheck-option input { position: absolute; opacity: 0; pointer-events: none; }
.leadcheck-option__mark {
  margin-top: 2px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(25, 25, 22, 0.3);
  border-radius: 50%;
  position: relative;
  transition: border-color 160ms ease;
}
.leadcheck-option__text { line-height: 1.45; }
.leadcheck-option:has(input:checked) { border-color: var(--cohort-bronze); background: #efe4d2; color: var(--cohort-ink); }
.leadcheck-option:has(input:checked) .leadcheck-option__mark { border-color: var(--cohort-bronze); }
.leadcheck-option:has(input:checked) .leadcheck-option__mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--cohort-bronze);
}
.leadcheck-option:has(input:focus-visible) { outline: 2px solid var(--cohort-bronze); outline-offset: 2px; }

/* Contact step */
.leadcheck-contact { margin-top: 26px; }
.leadcheck-contact__teaser {
  padding: 18px 22px;
  margin-bottom: 22px;
  background: var(--cohort-green);
  color: #f7f2e9;
  border-left: 3px solid var(--cohort-bronze);
}
.leadcheck-contact__ready {
  margin: 0 0 6px;
  color: #f7f2e9;
  font-family: "Tiempos Headline", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.2;
}
.leadcheck-contact__sub { margin: 0; color: rgba(247, 242, 233, 0.72); font-size: 0.9rem; line-height: 1.5; }

.leadcheck-contact__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.leadcheck-contact__fields label { display: grid; gap: 8px; }
.leadcheck-contact__fields label > span,
.leadcheck-status {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(25, 25, 22, 0.7);
}
.leadcheck-contact__fields input[type="text"],
.leadcheck-contact__fields input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--cohort-line);
  background: #fff;
  color: var(--cohort-ink);
  font: inherit;
}
.leadcheck-contact__fields input:focus-visible { outline: 2px solid var(--cohort-bronze); outline-offset: 1px; border-color: var(--cohort-bronze); }
.leadcheck-consent {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: 20px 1fr;
  gap: 10px !important;
  color: rgba(25, 25, 22, 0.62);
}
.leadcheck-consent input { margin-top: 3px; accent-color: var(--cohort-bronze); }
.leadcheck-consent span {
  font-family: "Tiempos Text", Georgia, serif !important;
  font-size: 0.88rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.55;
  text-transform: none !important;
  color: rgba(25, 25, 22, 0.62);
}

.leadcheck-status { min-height: 1.1em; margin: 16px 0 0; color: #8f351e; }

.leadcheck-dialog__actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  padding: 18px clamp(28px, 4vw, 52px);
  border-top: 1px solid var(--cohort-line);
  background: #f5f1e9;
}
.leadcheck-dialog__actions .button { min-width: 140px; }
.leadcheck-dialog__actions [data-prev-step] { margin-right: auto; min-width: 0; }
.leadcheck-dialog__actions .button--ghost {
  background: transparent;
  color: rgba(25, 25, 22, 0.58);
  border-color: var(--cohort-line);
}
.leadcheck-dialog__actions .button--ghost:hover { color: var(--cohort-ink); border-color: var(--cohort-ink); background: transparent; }

/* ============================================================
   REPORT OVERLAY
   ============================================================ */
.leadcheck-report {
  position: fixed;
  inset: 0;
  z-index: 1100;
  overflow-y: auto;
  padding: clamp(0px, 2.4vw, 40px);
  -webkit-overflow-scrolling: touch;
}
.leadcheck-report__backdrop { position: fixed; inset: 0; background: rgba(4, 14, 9, 0.82); backdrop-filter: blur(8px); }
.leadcheck-report__sheet {
  position: relative;
  width: min(100%, 1060px);
  margin: 0 auto;
  background: var(--cohort-bone);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
}

/* Report top bar */
.leadcheck-report__bar {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(20px, 3vw, 40px);
  background: var(--cohort-green);
  color: #f7f2e9;
}
.leadcheck-report__brand {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 242, 233, 0.7);
}
.leadcheck-report__brand span { color: #f7f2e9; }
.leadcheck-report__brandsuffix { font-style: normal; }
.leadcheck-report__tools { display: flex; align-items: center; gap: 10px; }
.leadcheck-report__tool {
  min-height: 38px;
  padding: 9px 18px;
  border: 1px solid var(--cohort-bronze);
  background: var(--cohort-bronze);
  color: var(--cohort-green);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}
.leadcheck-report__tool:hover { background: #c79a5f; }
.leadcheck-report__tool--ghost { background: transparent; color: #f7f2e9; border-color: rgba(247, 242, 233, 0.4); }
.leadcheck-report__tool--ghost:hover { background: rgba(247, 242, 233, 0.1); }
.leadcheck-report__close {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(247, 242, 233, 0.3);
  background: transparent;
  color: #f7f2e9;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}
.leadcheck-report__close:hover { background: rgba(247, 242, 233, 0.1); }

.leadcheck-report__scroll { padding: clamp(30px, 4.5vw, 68px); }
.leadcheck-report__caplabel {
  margin: 0 0 16px;
  color: var(--cohort-bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Report hero */
.leadcheck-report__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
  padding-bottom: clamp(34px, 4vw, 52px);
  border-bottom: 1px solid var(--cohort-line);
}
.leadcheck-report__eyebrow {
  margin: 0 0 14px;
  color: rgba(25, 25, 22, 0.5);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.leadcheck-report__hero h1 {
  margin: 0;
  color: var(--cohort-ink);
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}
.leadcheck-report__one {
  max-width: 46ch;
  margin: 18px 0 0;
  color: var(--cohort-bronze);
  font-family: "Tiempos Headline", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.16;
}
.leadcheck-report__lead {
  max-width: 62ch;
  margin: 18px 0 0;
  color: rgba(25, 25, 22, 0.7);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
}
.leadcheck-report__gaugewrap {
  padding: clamp(24px, 3vw, 34px);
  background: var(--cohort-green);
  border-top: 3px solid var(--cohort-bronze);
  color: #f7f2e9;
  text-align: center;
}
.leadcheck-gauge { width: min(100%, 240px); height: auto; }
.leadcheck-gauge__track { fill: none; stroke: rgba(247, 242, 233, 0.16); stroke-width: 12; stroke-linecap: round; }
.leadcheck-gauge__value { fill: none; stroke: var(--cohort-bronze); stroke-width: 12; stroke-linecap: round; }
.leadcheck-gauge__num { fill: #f7f2e9; font-family: "Tiempos Headline", Georgia, serif; font-size: 46px; }
.leadcheck-gauge__max { fill: rgba(247, 242, 233, 0.6); font-family: Verdana, Geneva, sans-serif; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; }
.leadcheck-report__weak { margin-top: 8px; padding-top: 18px; border-top: 1px solid rgba(247, 242, 233, 0.16); }
.leadcheck-report__weak span {
  display: block;
  color: rgba(247, 242, 233, 0.6);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.leadcheck-report__weak b {
  display: block;
  margin-top: 6px;
  color: #f7f2e9;
  font-family: "Tiempos Headline", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
}

/* Report viz (radar + bars) */
.leadcheck-report__viz {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 4vw, 56px);
  align-items: center;
  padding: clamp(34px, 4.5vw, 56px) 0;
  border-bottom: 1px solid var(--cohort-line);
}
.leadcheck-report__radar { text-align: center; }
.leadcheck-radar { width: min(100%, 380px); height: auto; }
.leadcheck-radar__ring { fill: none; stroke: rgba(25, 25, 22, 0.12); stroke-width: 1; }
.leadcheck-radar__spoke { stroke: rgba(25, 25, 22, 0.12); stroke-width: 1; }
.leadcheck-radar__plot { fill: rgba(164, 123, 69, 0.28); stroke: var(--cohort-bronze); stroke-width: 2; stroke-linejoin: round; }
.leadcheck-radar__dot { fill: var(--cohort-bronze); }
.leadcheck-radar__dot--weak { fill: #8f351e; }
.leadcheck-radar__label { fill: rgba(25, 25, 22, 0.62); font-family: Verdana, Geneva, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
.leadcheck-radar__label--weak { fill: #8f351e; }

.leadcheck-axisbars { margin: 0; padding: 0; list-style: none; }
.leadcheck-axisbars li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid var(--cohort-line);
}
.leadcheck-axisbars li:last-child { border-bottom: 1px solid var(--cohort-line); }
.leadcheck-axisbars__name { color: var(--cohort-ink); font-size: 0.98rem; }
.leadcheck-axisbars li[data-weak="true"] .leadcheck-axisbars__name { color: #8f351e; font-weight: 500; }
.leadcheck-axisbars__track { display: inline-flex; gap: 5px; }
.leadcheck-axisbars__track i { width: 34px; height: 8px; background: rgba(25, 25, 22, 0.12); }
.leadcheck-axisbars__track i.on { background: var(--cohort-bronze); }
.leadcheck-axisbars li[data-weak="true"] .leadcheck-axisbars__track i.on { background: #8f351e; }
.leadcheck-axisbars__val {
  color: rgba(25, 25, 22, 0.5);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}

/* Report lecks — stacked label rows for fast scanning */
.leadcheck-report__lecks { margin: clamp(34px, 4.5vw, 56px) 0; }
.leadcheck-report__leckslist { border-top: 1px solid var(--cohort-line); }
.leadcheck-report__leckslist article {
  display: grid;
  grid-template-columns: minmax(150px, 210px) 1fr;
  gap: 10px clamp(24px, 4vw, 48px);
  padding: clamp(18px, 2.4vw, 26px) 0;
  border-bottom: 1px solid var(--cohort-line);
  align-items: start;
}
.leadcheck-report__lecks span {
  display: block;
  padding-top: 2px;
  color: var(--cohort-bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.leadcheck-report__lecks p { margin: 0; max-width: 60ch; color: rgba(25, 25, 22, 0.72); font-size: 1rem; line-height: 1.55; }

/* Report LinkedIn playbook */
.leadcheck-report__play { padding-bottom: clamp(34px, 4.5vw, 56px); border-bottom: 1px solid var(--cohort-line); }
.leadcheck-report__playhead h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--cohort-ink);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.04;
}
.leadcheck-report__playhead p { max-width: 60ch; margin: 14px 0 0; color: rgba(25, 25, 22, 0.64); }
.leadcheck-report__playgrid { margin-top: 26px; border-top: 1px solid var(--cohort-line); }
.leadcheck-play__block {
  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr;
  gap: 14px clamp(24px, 4vw, 48px);
  padding: clamp(22px, 2.8vw, 30px) 0;
  border-bottom: 1px solid var(--cohort-line);
  align-items: start;
}
.leadcheck-play__area {
  display: block;
  margin-bottom: 8px;
  color: var(--cohort-bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.leadcheck-play__block h4 {
  margin: 0;
  color: var(--cohort-ink);
  font-family: "Tiempos Headline", Georgia, serif;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  font-weight: 400;
  line-height: 1.12;
}
.leadcheck-play__block ul { margin: 0; padding: 0; list-style: none; }
.leadcheck-play__block li {
  position: relative;
  padding: 0 0 10px 18px;
  color: rgba(25, 25, 22, 0.74);
  font-size: 0.98rem;
  line-height: 1.5;
}
.leadcheck-play__block li:last-child { padding-bottom: 0; }
.leadcheck-play__block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 1px;
  background: var(--cohort-bronze);
}

/* Report plan + topics */
.leadcheck-report__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(34px, 4.5vw, 56px) 0;
  background: var(--cohort-line);
  border: 1px solid var(--cohort-line);
}
.leadcheck-report__plan,
.leadcheck-report__topics { padding: clamp(24px, 3vw, 36px); background: #f5f1e9; }
.leadcheck-report__plan ol { margin: 0; padding-left: 1.3em; color: rgba(25, 25, 22, 0.72); }
.leadcheck-report__plan li { margin-bottom: 12px; padding-left: 6px; }
.leadcheck-report__topics ul { margin: 0; padding: 0; list-style: none; }
.leadcheck-report__topics li {
  position: relative;
  padding: 11px 0 11px 18px;
  border-top: 1px solid var(--cohort-line);
  color: rgba(25, 25, 22, 0.72);
}
.leadcheck-report__topics li:first-child { border-top: 0; padding-top: 0; }
.leadcheck-report__topics li:first-child::before { top: 0.3em; }
.leadcheck-report__topics li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15em;
  width: 8px;
  height: 1px;
  background: var(--cohort-bronze);
}

/* Report CTA */
.leadcheck-report__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(30px, 4vw, 48px);
  background: var(--cohort-green);
  color: #f7f2e9;
}
.leadcheck-report__cta .leadcheck-report__caplabel { color: var(--cohort-bronze); }
.leadcheck-report__ctatext {
  max-width: 46ch;
  margin: 0;
  color: #f7f2e9;
  font-family: "Tiempos Headline", Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.16;
}
.leadcheck-report__ctaactions { display: flex; flex-wrap: wrap; gap: 12px; }

.leadcheck-report__foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: clamp(24px, 3vw, 36px);
  padding-top: 20px;
  border-top: 1px solid var(--cohort-line);
  color: rgba(25, 25, 22, 0.42);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .leadcheck-hero__grid,
  .leadcheck-dimensions__grid,
  .leadcheck-report-teaser__grid,
  .leadcheck-proof__grid { grid-template-columns: 1fr; }
  .leadcheck-dimensions__head,
  .leadcheck-report-teaser__visual { position: static; }
  .leadcheck-preview { max-width: 560px; }
  .leadcheck-radarcard { max-width: 460px; }
  .leadcheck-proof__quote { grid-row: auto; }
  .leadcheck-report__hero,
  .leadcheck-report__viz { grid-template-columns: 1fr; }
  .leadcheck-report__gaugewrap { max-width: 340px; }
}

@media (max-width: 860px) {
  .leadcheck-report__cols,
  .leadcheck-report__cta { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .leadcheck-report__leckslist article,
  .leadcheck-play__block { grid-template-columns: 1fr; gap: 6px; }
  .leadcheck-play__area { margin-bottom: 4px; }
}

@media (max-width: 760px) {
  .leadcheck-hero { padding-block: 84px 64px; }
  .leadcheck-dialog { grid-template-columns: 1fr; max-height: 94svh; }
  .leadcheck-dialog__rail { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 14px 20px; padding: 18px 22px; }
  .leadcheck-dialog__railhead { margin: 0; width: 100%; }
  .leadcheck-dialog__map { display: none; }
  .leadcheck-dialog__railfoot { margin: 0; flex: 1; }
  .leadcheck-contact__fields { grid-template-columns: 1fr; }
  .leadcheck-dialog__actions { flex-wrap: wrap; }
  .leadcheck-dialog__actions .button { flex: 1 1 auto; }
  .leadcheck-report { padding: 0; }
}

@media (max-width: 620px) {
  .leadcheck-report__brandsuffix { display: none; }
  .leadcheck-report__bar { padding: 12px 16px; gap: 10px; }
  .leadcheck-report__tools { gap: 8px; }
  .leadcheck-report__tool { padding: 8px 12px; font-size: 0.58rem; letter-spacing: 0.06em; }
}

/* ============================================================
   PRINT  →  personalised Mandatsprofil PDF
   ============================================================ */
@media print {
  @page { size: A4; margin: 14mm; }
  body { background: #fff; }
  body.is-printing > *:not(.leadcheck-report) { display: none !important; }
  .leadcheck-report, .leadcheck-report[hidden] { display: block !important; position: static !important; padding: 0 !important; overflow: visible !important; }
  .leadcheck-report__backdrop,
  .leadcheck-report__tools,
  .leadcheck-report__close,
  .leadcheck-report__ctaactions { display: none !important; }
  .leadcheck-report__sheet {
    width: 100% !important;
    box-shadow: none !important;
    background: #fff !important;
  }
  .leadcheck-report__bar { position: static !important; }
  .leadcheck-report__scroll { padding: 0 !important; }
  .leadcheck-report__hero,
  .leadcheck-report__viz,
  .leadcheck-report__play,
  .leadcheck-report__cta { break-inside: avoid; }
  .leadcheck-report__play,
  .leadcheck-report__cols { break-before: auto; }
  .leadcheck-report__gaugewrap,
  .leadcheck-report__cta,
  .leadcheck-report__lecks--accent,
  .leadcheck-radarcard,
  .leadcheck-report__bar {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
