/* Website-Bericht Landing Pages */
.tm-wclp {
  --tm-wclp-blue: #2563eb;
  --tm-wclp-navy: #0f172a;
  --tm-wclp-text: #334155;
  --tm-wclp-muted: #64748b;
  --tm-wclp-soft: #f8fafc;
  --tm-wclp-border: #e2e8f0;
  --tm-wclp-radius: 24px;
  background: #fff;
  color: var(--tm-wclp-text);
}

.tm-wclp-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(37, 99, 235, .14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-bottom: 1px solid var(--tm-wclp-border);
}

.tm-wclp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .78fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding-top: clamp(72px, 8vw, 118px);
  padding-bottom: clamp(56px, 7vw, 94px);
}

.tm-wclp-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--tm-wclp-navy);
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.065em;
}

.tm-wclp-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--tm-wclp-text);
  font-size: clamp(1.12rem, 1.6vw, 1.36rem);
  line-height: 1.58;
}

.tm-wclp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.tm-wclp-status-card {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(239,246,255,.96)),
    radial-gradient(circle at 80% 0%, rgba(37, 99, 235, .24), transparent 38%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}

.tm-wclp-status-kicker {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 48px);
  padding: 8px 12px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 999px;
  background: #fff;
  color: var(--tm-wclp-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-wclp-status-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 22px;
  background: #16a34a;
  color: #fff;
  box-shadow: 0 18px 38px rgba(22, 163, 74, .24);
}

.tm-wclp-status-icon svg {
  width: 34px;
  height: 34px;
}

.tm-wclp-status-card p {
  margin: 0 0 8px;
  color: var(--tm-wclp-blue);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-wclp-status-card h2 {
  margin: 0;
  color: var(--tm-wclp-navy);
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.tm-wclp-status-card > span:not(.tm-wclp-status-kicker) {
  display: block;
  margin-top: 16px;
  color: var(--tm-wclp-text);
  font-size: 1.02rem;
  line-height: 1.55;
}

.tm-wclp-section {
  padding: clamp(64px, 7vw, 96px) 0;
}

.tm-wclp-intro {
  background: #fff;
}

.tm-wclp-section-head {
  max-width: 780px;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.tm-wclp-section-head h2,
.tm-wclp-steps-copy h2,
.tm-wclp-form-copy h2 {
  margin: 0;
  color: var(--tm-wclp-navy);
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.tm-wclp-section-head p,
.tm-wclp-steps-copy p,
.tm-wclp-form-copy p {
  margin: 16px 0 0;
  color: var(--tm-wclp-text);
  font-size: 1.08rem;
  line-height: 1.65;
}

.tm-wclp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tm-wclp-card {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--tm-wclp-border);
  border-radius: var(--tm-wclp-radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}

.tm-wclp-card span,
.tm-wclp-steps li > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 14px;
  background: #eff6ff;
  color: var(--tm-wclp-blue);
  font-size: .82rem;
  font-weight: 900;
}

.tm-wclp-card h3,
.tm-wclp-steps h3 {
  margin: 0;
  color: var(--tm-wclp-navy);
  font-size: 1.18rem;
  line-height: 1.22;
  letter-spacing: -.025em;
}

.tm-wclp-card p,
.tm-wclp-steps p {
  margin: 12px 0 0;
  color: var(--tm-wclp-muted);
  font-size: .98rem;
  line-height: 1.6;
}

.tm-wclp-steps-section {
  background: var(--tm-wclp-soft);
  border-top: 1px solid var(--tm-wclp-border);
  border-bottom: 1px solid var(--tm-wclp-border);
}

.tm-wclp-steps-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.tm-wclp-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tm-wclp-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--tm-wclp-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .04);
}

.tm-wclp-steps li > span {
  margin-bottom: 0;
}

.tm-wclp-form-section {
  background: #fff;
}

.tm-wclp-form-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.tm-wclp-proof {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.tm-wclp-proof div {
  padding: 18px;
  border: 1px solid var(--tm-wclp-border);
  border-radius: 18px;
  background: var(--tm-wclp-soft);
}

.tm-wclp-proof strong {
  display: block;
  color: var(--tm-wclp-navy);
  font-size: .98rem;
}

.tm-wclp-proof span {
  display: block;
  margin-top: 4px;
  color: var(--tm-wclp-muted);
  font-size: .92rem;
  line-height: 1.45;
}

.tm-wclp-form-card {
  padding: clamp(24px, 3.5vw, 36px);
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .1);
}

.tm-wclp-form {
  display: grid;
  gap: 16px;
}

.tm-wclp-form label {
  display: grid;
  gap: 8px;
  color: var(--tm-wclp-navy);
  font-size: .95rem;
  font-weight: 800;
}

.tm-wclp-form label strong {
  color: var(--tm-wclp-blue);
}

.tm-wclp-form label em {
  color: var(--tm-wclp-muted);
  font-style: normal;
  font-weight: 600;
}

.tm-wclp-form input,
.tm-wclp-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--tm-wclp-border);
  border-radius: 16px;
  background: #fff;
  color: var(--tm-wclp-navy);
  font: inherit;
  font-weight: 500;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.tm-wclp-form textarea {
  min-height: 142px;
  resize: vertical;
}

.tm-wclp-form input:focus,
.tm-wclp-form textarea:focus {
  border-color: rgba(37, 99, 235, .7);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.tm-wclp-submit {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

.tm-wclp-privacy {
  margin: 0;
  color: var(--tm-wclp-muted);
  font-size: .82rem;
  line-height: 1.5;
}

.tm-wclp-privacy a {
  color: var(--tm-wclp-blue);
}

.tm-wclp-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tm-wclp-message {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  font-size: .95rem;
  line-height: 1.5;
}

.tm-wclp-message strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tm-wclp-navy);
}

.tm-wclp-message p {
  margin: 0;
}

.tm-wclp-message-success {
  border: 1px solid rgba(34, 197, 94, .22);
  background: #f0fdf4;
  color: #166534;
}

.tm-wclp-message-error {
  border: 1px solid rgba(239, 68, 68, .22);
  background: #fef2f2;
  color: #991b1b;
}

.tm-wclp-technical .tm-wclp-status-icon {
  background: #f97316;
  box-shadow: 0 18px 38px rgba(249, 115, 22, .22);
}

.tm-wclp-technical .tm-wclp-status-card p,
.tm-wclp-technical .tm-wclp-status-kicker {
  color: #ea580c;
}

@media (max-width: 980px) {
  .tm-wclp-hero-grid,
  .tm-wclp-steps-layout,
  .tm-wclp-form-layout {
    grid-template-columns: 1fr;
  }

  .tm-wclp-status-card {
    min-height: 340px;
  }

  .tm-wclp-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tm-wclp-status-card {
    min-height: auto;
    justify-content: flex-start;
    padding: 28px;
  }

  .tm-wclp-status-kicker {
    position: static;
    display: inline-flex;
    width: auto;
    max-width: 100%;
    margin-bottom: 22px;
    white-space: normal;
  }

  .tm-wclp-status-icon {
    margin-bottom: 22px;
  }

  .tm-wclp-hero-grid {
    padding-top: 54px;
    padding-bottom: 46px;
  }

  .tm-wclp-actions {
    flex-direction: column;
  }

  .tm-wclp-actions .tm-btn {
    width: 100%;
    justify-content: center;
  }

  .tm-wclp-status-card {
    min-height: 300px;
    border-radius: 26px;
  }

  .tm-wclp-card,
  .tm-wclp-steps li,
  .tm-wclp-form-card {
    border-radius: 20px;
  }

  .tm-wclp-steps li {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* v991: Bericht-CTA Landing Pages, Formular direkt nach dem Einstieg */
.tm-wclp-hero-grid {
  align-items: start;
}

.tm-wclp-hero-form {
  scroll-margin-top: 110px;
}

.tm-wclp-form-mini-head {
  margin-bottom: 18px;
}

.tm-wclp-form-mini-head h2 {
  margin: 0;
  color: var(--tm-wclp-navy);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.tm-wclp-form-mini-head p {
  margin: 12px 0 0;
  color: var(--tm-wclp-text);
  font-size: 1.02rem;
  line-height: 1.55;
}

.tm-wclp-secondary-inline {
  display: inline-flex;
  width: fit-content;
  justify-self: center;
  margin-top: 2px;
  color: var(--tm-wclp-muted);
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
}

.tm-wclp-secondary-inline:hover,
.tm-wclp-secondary-inline:focus-visible {
  color: var(--tm-wclp-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tm-wclp-status-card-compact {
  min-height: auto;
  margin-bottom: clamp(28px, 4vw, 42px);
  padding: clamp(22px, 3vw, 30px);
  border-radius: 26px;
  box-shadow: 0 18px 52px rgba(15, 23, 42, .07);
}

.tm-wclp-status-card-compact .tm-wclp-status-kicker {
  position: static;
  max-width: 100%;
  margin-bottom: 18px;
}

.tm-wclp-status-card-compact .tm-wclp-status-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
}

.tm-wclp-status-card-compact .tm-wclp-status-icon svg {
  width: 28px;
  height: 28px;
}

.tm-wclp-status-card-compact h2 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

@media (min-width: 981px) {
  .tm-wclp-hero-copy {
    padding-top: clamp(12px, 2vw, 32px);
  }
}

@media (max-width: 980px) {
  .tm-wclp-hero-form {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .tm-wclp-hero-grid {
    gap: 30px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .tm-wclp-hero-copy h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .tm-wclp-lead {
    margin-top: 20px;
  }

  .tm-wclp-form-mini-head {
    margin-bottom: 16px;
  }

  .tm-wclp-form-mini-head h2 {
    font-size: 1.6rem;
  }

  .tm-wclp-form-mini-head p {
    font-size: 1rem;
  }

  .tm-wclp-form-card {
    padding: 22px;
  }

  .tm-wclp-form textarea {
    min-height: 118px;
  }

  .tm-wclp-section {
    padding: 54px 0;
  }
}

/* v997: Klar erkennbarer grüner Erfolgszustand für die drei Bericht-Landingpages */
.tm-wclp-form-card.is-success {
  display: grid;
  min-height: 520px;
  align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 163, 74, .14), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
}

.tm-wclp-success-card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  outline: none;
}

.tm-wclp-success-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  place-items: center;
  border-radius: 22px;
  background: #16a34a;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(22, 163, 74, .24);
}

.tm-wclp-success-kicker {
  margin: 0 0 10px;
  color: #15803d;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tm-wclp-success-card h2 {
  margin: 0;
  color: var(--tm-wclp-navy);
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.tm-wclp-success-card > p:not(.tm-wclp-success-kicker) {
  max-width: 560px;
  margin: 16px auto 0;
  color: var(--tm-wclp-text);
  font-size: 1.05rem;
  line-height: 1.65;
}

.tm-wclp-success-actions .tm-btn-primary {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}

.tm-wclp-success-actions .tm-btn-primary:hover,
.tm-wclp-success-actions .tm-btn-primary:focus-visible {
  background: #15803d;
  border-color: #15803d;
}

.tm-wclp-success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .tm-wclp-form-card.is-success {
    min-height: auto;
    padding: 34px 22px;
  }

  .tm-wclp-success-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  .tm-wclp-success-actions {
    flex-direction: column;
  }

  .tm-wclp-success-actions .tm-btn {
    width: 100%;
    justify-content: center;
  }
}
