/* =========================================
   PAGE: STARTSEITE
========================================= */

.toabai-home {
  background: #ffffff;
  color: #0f172a;
}

/* HOME HERO */

.tm-home-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, .14), transparent 34%),
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, .06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-home-hero-content {
  max-width: 760px;
}


.tm-home-hero .tm-eyebrow {
  margin-bottom: 18px;
}

.tm-home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  line-height: 1.02;
  letter-spacing: -.08em;
}

.tm-home-hero .tm-lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: #64748b;
  font-size: 1.08rem;
  line-height: 1.82;
}

.tm-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}


/* HERO VISUAL */

.tm-home-hero-visual {
  display: flex;
  justify-content: flex-end;
}


/* SECTION VARIANTS */

.tm-home-problem {
  background:
    radial-gradient(circle at 84% 8%, rgba(37,99,235,.12), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 74%, #f8fbff 100%);
}


.tm-home-trust {
  background: #ffffff;
}

.tm-home-final-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.18), transparent 34%),
    linear-gradient(180deg, #020617 0%, #081127 100%);
}


.tm-home-problem h2 {
  margin: 0;
  color: #0f172a;
}

.tm-home-problem .tm-section-text {
  margin-top: 26px;
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.82;
}

.tm-home-solution-content h2,
.tm-home-trust-content h2 {
  margin: 18px 0 24px;
  color: #0f172a;
}

.tm-home-trust-image img {
  display: block;
  width: 100%;
  border-radius: 32px;
  box-shadow: 0 28px 80px rgba(15,23,42,.14);
}

.tm-home-final-cta-box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1100px) {
  .tm-home-hero-visual {
    justify-content: flex-start;
  }

}

@media (max-width: 760px) {
  .tm-home-hero-actions {
    flex-direction: column;
  }

  .tm-home-hero-actions .tm-btn {
    width: 100%;
  }

}

/* =========================
   STARTSEITE: RESTORED CSS FIXES
   Restores solution eyebrow, maintenance panel and trust badge styles.
========================= */

.tm-section-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}


.tm-home-trust-image {
  position: relative;
}


/* =========================================
   STARTSEITE: VIEWPORT FEINSCHLIFF
   Fokus: erster sichtbarer Bereich auf Desktop und Mobil
========================================= */

@media (min-width: 1101px) {
  .tm-home-hero {
    min-height: calc(100svh - 86px);
    display: flex;
    align-items: center;
    padding-top: clamp(64px, 7vh, 104px);
    padding-bottom: clamp(70px, 8vh, 112px);
  }

  .tm-home-hero-grid {
    gap: clamp(42px, 5.6vw, 82px);
  }

  .tm-home-hero h1 {
    font-size: clamp(3.35rem, 5.2vw, 5.55rem);
  }

  .tm-home-hero .tm-lead {
    margin-top: 18px;
    line-height: 1.72;
  }

  .tm-home-hero-actions {
    margin-top: 30px;
  }

  .tm-home-hero-features {
    margin-top: 22px;
  }

  .tm-home-check-card {
    max-width: 470px;
    padding: 30px;
  }

  .tm-home-check-top {
    margin-bottom: 18px;
  }

  .tm-home-check-top h3 {
    font-size: 1.45rem;
  }

  .tm-home-check-kpis {
    gap: 12px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1100px) {
  .tm-home-hero {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .tm-home-hero-grid {
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .tm-home-hero {
    padding-top: 46px;
    padding-bottom: 64px;
  }

  .tm-home-hero-grid {
    gap: 34px;
  }


  .tm-home-hero .tm-eyebrow {
    margin-bottom: 14px;
  }

  .tm-home-hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.75rem);
    line-height: .92;
  }

  .tm-home-hero .tm-lead {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.68;
  }

  .tm-home-hero-actions {
    margin-top: 26px;
  }

}

@media (max-width: 420px) {
  .tm-home-hero {
    padding-top: 38px;
    padding-bottom: 58px;
  }

  .tm-home-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .tm-home-hero .tm-lead {
    font-size: .96rem;
  }
}



/* =========================
   FINAL MOBILE LAUNCH PASS: STARTSEITE
========================= */

@media (max-width: 767px) {
  .tm-home-hero {
    padding-top: 34px;
    padding-bottom: 50px;
  }

  .tm-home-hero-grid {
    gap: 26px;
  }

  .tm-home-hero-status {
    margin-bottom: 14px;
  }

  .tm-home-hero .tm-eyebrow {
    margin-bottom: 10px;
  }

  .tm-home-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
    line-height: .94;
  }

  .tm-home-hero .tm-lead {
    margin-top: 15px;
    line-height: 1.58;
  }

  .tm-home-hero-actions {
    margin-top: 22px;
  }

  .tm-home-hero-features {
    margin-top: 16px;
  }

  .tm-home-check-card {
    padding: 20px;
    border-radius: 20px;
  }

  .tm-home-solution-actions {
    margin-top: 32px;
  }
}

@media (max-width: 420px) {
  .tm-home-hero {
    padding-top: 28px;
    padding-bottom: 46px;
  }

  .tm-home-hero-actions .tm-btn,
  .tm-home-solution-actions .tm-btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================
   STARTSEITE: VISUELLER RHYTHMUS V7
   Ziel: weniger Gleichförmigkeit, stärkere Produkt-/Systemwirkung.
========================================= */

.tm-home-check-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(226,232,240,.9);
}


.tm-home-problem-card-main span:not(.tm-status-badge) {
  max-width: 640px;
  font-size: 1rem;
}


.tm-home-system-section > .tm-page-inner {
  position: relative;
  z-index: 2;
}

.tm-home-care-system-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(37,99,235,.08), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 48%, #f8fafc 100%);
}

.tm-home-care-system-section .tm-check-summary-grid {
  margin-top: 46px;
}


.tm-home-entry-section .tm-monitoring-grid {
  margin-top: 46px;
}


.tm-home-trust-editorial {
  padding-top: clamp(84px, 10vw, 150px);
  padding-bottom: clamp(84px, 10vw, 150px);
  background:
    radial-gradient(circle at 8% 20%, rgba(37,99,235,.07), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-home-trust-editorial .tm-home-trust-grid {
  align-items: center;
}

.tm-home-trust-editorial .tm-home-trust-text {
  max-width: 700px;
  color: #64748b;
  font-size: 1.04rem;
  line-height: 1.78;
}

.tm-home-final-cta {
  padding-top: clamp(82px, 10vw, 150px);
  padding-bottom: clamp(82px, 10vw, 150px);
}

@media (max-width: 760px) {

  .tm-home-report-section,
  .tm-home-trust-editorial,
  .tm-home-final-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}


.tm-home-device-showcase .tm-device-copy h2 {
  font-size: clamp(2.45rem, 4.4vw, 4.45rem);
  line-height: .92;
  letter-spacing: -.07em;
}

.tm-home-device-showcase .tm-device-stage {
  min-height: 560px;
}

.tm-home-device-showcase .tm-device-monitor {
  border-color: rgba(15, 23, 42, .12);
  box-shadow:
    0 34px 110px rgba(15, 23, 42, .20),
    0 18px 46px rgba(37, 99, 235, .08);
}

.tm-home-device-showcase .tm-device-screen {
  background:
    radial-gradient(circle at 86% 10%, rgba(37, 99, 235, .14), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.tm-home-status-section {
  position: relative;
  background:
    radial-gradient(circle at 88% 12%, rgba(37, 99, 235, .09), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}


.tm-home-status-grid .tm-status-card {
  min-height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.tm-home-proof-grid .tm-alert-v2-stack,
.tm-home-progress-card {
  height: 100%;
}

.tm-home-proof-grid .tm-alert-v2 {
  min-height: 106px;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, .035),
    0 14px 34px rgba(15, 23, 42, .045);
}


.tm-home-check-system .tm-check-result-hero {
  border-radius: 36px;
  box-shadow:
    0 34px 100px rgba(15, 23, 42, .10),
    inset 0 1px 0 rgba(255, 255, 255, .98);
}

.tm-home-check-system .tm-check-score-card {
  grid-template-columns: 150px minmax(0, 1fr);
  border-radius: 28px;
}

.tm-home-check-system .tm-check-score-ring {
  width: 140px;
  height: 140px;
  background: conic-gradient(#2563eb 0 100%, #e2e8f0 0 100%);
}

.tm-home-check-system .tm-check-score-ring span {
  width: 104px;
  height: 104px;
  font-size: 2.45rem;
}


.tm-home-next-card .tm-check-ampel-content {
  background: rgba(37, 99, 235, .045);
  border-color: rgba(37, 99, 235, .12);
}


.tm-home-report-card .tm-report-cta-inner {
  grid-template-columns: minmax(0, .95fr) 420px;
  align-items: center;
}

.tm-home-trust-editorial {
  padding-top: clamp(72px, 8vw, 132px);
  padding-bottom: clamp(72px, 8vw, 132px);
  background:
    radial-gradient(circle at 84% 10%, rgba(37, 99, 235, .07), transparent 28%),
    #ffffff;
}

.tm-home-trust-editorial .tm-home-trust-grid {
  align-items: center;
}

.tm-home-final-cta {
  position: relative;
  overflow: hidden;
}

.tm-home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .20), transparent 42%),
    radial-gradient(circle at 18% 70%, rgba(37, 99, 235, .08), transparent 28%);
  pointer-events: none;
}

.tm-home-final-cta .tm-page-inner {
  position: relative;
  z-index: 2;
}

/* SECTION 6: Persönliche Betreuung */
.tm-home-trust-editorial {
  padding-top: clamp(86px, 9vw, 150px);
  padding-bottom: clamp(86px, 9vw, 150px);
  background:
    radial-gradient(circle at 88% 14%, rgba(37, 99, 235, .07), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-home-trust-editorial .tm-home-trust-grid {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(0, 1fr);
  gap: clamp(54px, 7.5vw, 124px);
  align-items: center;
}

.tm-home-trust-editorial .tm-home-trust-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.16;
  object-fit: cover;
  border-radius: 38px;
  box-shadow: 0 38px 96px rgba(15,23,42,.13);
}

.tm-home-trust-editorial .tm-home-trust-content {
  max-width: 720px;
}

.tm-home-trust-editorial .tm-home-trust-content h2 {
  max-width: 720px;
  margin: 18px 0 26px;
  color: #0f172a;
  font-size: clamp(2.65rem, 4.7vw, 5.15rem);
  line-height: .92;
  letter-spacing: -.075em;
}

.tm-home-trust-editorial .tm-home-trust-text {
  max-width: 650px;
  margin: 0;
  color: #64748b;
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
  line-height: 1.72;
}

.tm-home-trust-list {
  margin-top: clamp(34px, 4vw, 52px);
  display: grid;
  gap: 0;
  max-width: 690px;
}

.tm-home-trust-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(203,213,225,.75);
}

.tm-home-trust-item:last-child {
  border-bottom: 1px solid rgba(203,213,225,.75);
}

.tm-home-trust-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #2563eb;
  background: #ffffff;
  border: 1px solid rgba(226,232,240,.95);
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
}

.tm-home-trust-icon svg {
  width: 28px;
  height: 28px;
}

.tm-home-trust-item strong {
  display: block;
  margin-bottom: 5px;
  color: #0f172a;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.tm-home-trust-item span:not(.tm-home-trust-icon) {
  display: block;
  color: #64748b;
  font-size: clamp(.96rem, 1.08vw, 1.08rem);
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .tm-home-trust-editorial .tm-home-trust-grid {
    grid-template-columns: 1fr;
  }

  .tm-home-trust-editorial .tm-home-trust-image {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .tm-home-trust-editorial {
    padding-top: 62px;
    padding-bottom: 64px;
  }

  .tm-home-trust-editorial .tm-home-trust-grid {
    gap: 34px;
  }

  .tm-home-trust-editorial .tm-home-trust-image img {
    border-radius: 26px;
  }

  .tm-home-trust-editorial .tm-home-trust-content h2 {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  .tm-home-trust-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
  }

  .tm-home-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .tm-home-trust-icon svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1100px) {
  .tm-home-device-showcase,
  .tm-home-device-showcase .tm-device-stage {
    min-height: auto;
  }


  .tm-home-report-card .tm-report-cta-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .tm-home-cinema-section,
  .tm-home-status-section,
  .tm-home-check-section,
  .tm-home-visible-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tm-home-device-showcase .tm-device-copy h2 {
    font-size: clamp(2.3rem, 10vw, 3.4rem);
  }

  .tm-home-check-system .tm-check-result-hero {
    border-radius: 28px;
  }

  .tm-home-check-system .tm-check-score-card {
    grid-template-columns: 1fr;
  }

  .tm-home-check-system .tm-check-score-ring {
    width: 124px;
    height: 124px;
  }

  .tm-home-check-system .tm-check-score-ring span {
    width: 92px;
    height: 92px;
  }

  .tm-home-report-card .tm-report-cta-inner {
    padding: 34px 24px;
  }
}

/* =========================================
   STARTSEITE: PREMIUM FINISHING V9
   Ziel: weniger Block-Charakter, stärkere Produktdramaturgie
========================================= */

@media (min-width: 1101px) {
  .tm-home-hero {
    padding-top: clamp(112px, 12vw, 176px);
    padding-bottom: clamp(112px, 12vw, 170px);
  }

  .tm-home-hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .78fr);
    gap: clamp(72px, 8vw, 124px);
    align-items: center;
  }

  .tm-home-hero h1 {
    max-width: 820px;
    font-size: clamp(4.8rem, 6.7vw, 7.15rem);
    line-height: .84;
    letter-spacing: -.085em;
  }

  .tm-home-hero .tm-lead {
    max-width: 690px;
    font-size: 1.13rem;
  }

  .tm-home-check-card {
    max-width: 560px;
    padding: 42px;
    border-radius: 40px;
    transform: translateY(10px);
  }
}

.tm-home-hero {
  position: relative;
  overflow: hidden;
}

.tm-home-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: min(1180px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(148,163,184,.34), transparent);
  pointer-events: none;
}



/* Section 2: Konsequenz */

.tm-home-consequence {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 8vw, 128px) 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(239, 68, 68, .045), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-home-consequence-layout {
  display: block;
}

.tm-home-consequence-copy {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.tm-home-consequence-copy .tm-eyebrow {
  justify-content: center;
}

.tm-home-consequence-copy h2 {
  max-width: 980px;
  margin: 18px auto 24px;
  color: #0f172a;
  font-size: clamp(3rem, 5.1vw, 5.65rem);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.078em;
  text-wrap: balance;
}

.tm-home-consequence-copy > p:not(.tm-eyebrow) {
  max-width: 660px;
  margin: 0 auto;
  color: #475569;
  font-size: clamp(1.05rem, 1.22vw, 1.24rem);
  line-height: 1.7;
  letter-spacing: -.02em;
}


@media (max-width: 860px) {
  .tm-home-consequence-copy {
    text-align: left;
  }

  .tm-home-consequence-copy .tm-eyebrow {
    justify-content: flex-start;
  }

  .tm-home-consequence-copy h2,
  .tm-home-consequence-copy > p:not(.tm-eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

}

@media (max-width: 760px) {
  .tm-home-consequence {
    padding: 66px 0;
  }

  .tm-home-consequence-copy h2 {
    font-size: clamp(2.45rem, 10vw, 3.55rem);
    line-height: 1;
  }
}

/* SECTION 2 – IHRE AUFGABE. UNSERE VERANTWORTUNG. */

.tm-home-problem {
  position: relative;
  overflow: hidden;
  padding-top: clamp(92px, 9vw, 142px);
  padding-bottom: clamp(88px, 8vw, 132px);
}

.tm-home-problem::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(37,99,235,.14), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(37,99,235,.08), transparent 32%);
  pointer-events: none;
}

.tm-home-problem > .tm-page-inner-wide {
  position: relative;
  z-index: 2;
}

/* Promise section: centered composition, matching approved mockup */
.tm-home-promise-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
  gap: clamp(30px, 4vw, 58px);
}

.tm-home-promise-copy {
  width: min(1180px, 100%);
}

.tm-home-promise-copy .tm-eyebrow {
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tm-home-promise-copy h2 {
  max-width: 1220px;
  margin: 0 auto;
  color: #0f172a;
  font-size: clamp(3.35rem, 6.15vw, 6.65rem);
  line-height: .92;
  letter-spacing: -.078em;
  font-weight: 900;
  text-wrap: balance;
}

.tm-home-promise-copy h2 span {
  color: #2563eb;
}

.tm-home-promise-text {
  width: min(760px, 100%);
  max-width: none;
  margin: 0 auto;
}

.tm-home-promise-text p {
  margin: 0;
  color: #475569;
  font-size: clamp(1.12rem, 1.28vw, 1.38rem);
  line-height: 1.68;
  letter-spacing: -.02em;
}

.tm-home-promise-values {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(0px, 1vw, 10px);
  border-top: 1px solid rgba(203,213,225,.72);
}

.tm-home-promise-value {
  min-height: 154px;
  padding: clamp(24px, 2.5vw, 34px) clamp(20px, 2.3vw, 30px) 0;
  text-align: center;
  border-right: 1px solid rgba(203,213,225,.8);
}

.tm-home-promise-value:last-child {
  border-right: 0;
}


.tm-home-promise-value h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(1.05rem, 1.08vw, 1.22rem);
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 880;
}

.tm-home-promise-value p {
  max-width: 210px;
  margin: 0 auto;
  color: #64748b;
  font-size: .95rem;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .tm-home-promise-layout {
    gap: 34px;
  }

  .tm-home-promise-copy h2 {
    max-width: 900px;
  }

  .tm-home-promise-text {
    width: min(720px, 100%);
  }

  .tm-home-promise-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-home-promise-value:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .tm-home-problem {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .tm-home-promise-copy h2 {
    font-size: clamp(2.55rem, 10.5vw, 3.55rem);
    line-height: .96;
    letter-spacing: -.065em;
  }

  .tm-home-promise-text p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .tm-home-promise-values {
    grid-template-columns: 1fr;
  }

  .tm-home-promise-value,
  .tm-home-promise-value:nth-child(2) {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(203,213,225,.8);
  }

  .tm-home-promise-value:last-child {
    border-bottom: 0;
  }
}


.tm-home-device-showcase .tm-device-stage {
  min-height: 620px;
}

.tm-home-device-showcase .tm-device-stage {
  transform: none;
}

.tm-home-device-showcase .tm-device-monitor {
  border-radius: 34px;
  transform: translateX(14px) scale(1.05);
}

.tm-home-device-showcase .tm-device-screen {
  min-height: 390px;
  padding: 32px;
}

.tm-home-device-showcase .tm-device-phone {
  right: -10px;
  bottom: 18px;
  width: 205px;
}

.tm-home-device-showcase .tm-device-floating-card-top {
  top: 8px;
  right: 42px;
}

.tm-home-device-showcase .tm-device-floating-card-bottom {
  left: 8px;
  bottom: 42px;
}

 .tm-home-product-section {
  padding-top: clamp(110px, 11vw, 170px);
  padding-bottom: clamp(110px, 11vw, 170px);
  background:
    radial-gradient(circle at 50% 12%, rgba(37,99,235,.08), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 56%, #f8fafc 100%);
}

.tm-home-responsibility-layout {
  max-width: 1180px;
  margin: 0 auto;
}

.tm-home-responsibility-copy {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.tm-home-responsibility-copy h2 {
  max-width: 880px;
  margin: 18px auto 24px;
  color: #0f172a;
  font-size: clamp(3rem, 5.1vw, 5.8rem);
  line-height: .94;
  letter-spacing: -.078em;
}

.tm-home-responsibility-copy .tm-lead {
  max-width: 620px;
  margin: 0 auto 32px;
}

.tm-home-responsibility-copy .tm-btn {
  margin-top: 4px;
}

.tm-home-relief-stage {
  width: min(100%, 760px);
  margin: clamp(58px, 6.5vw, 88px) auto 0;
}

.tm-home-relief-status-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226,232,240,.9);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 12%, rgba(22,163,74,.08), transparent 36%),
    rgba(255,255,255,.94);
  padding: clamp(28px, 4.5vw, 54px);
  box-shadow:
    0 30px 90px rgba(15,23,42,.10),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.tm-home-relief-status-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #64748b;
  font-size: .82rem;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-home-relief-status-main {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: clamp(38px, 5vw, 64px) 0 clamp(28px, 4vw, 42px);
}

.tm-home-relief-status-icon {
  display: grid;
  place-items: center;
  width: clamp(70px, 8vw, 94px);
  height: clamp(70px, 8vw, 94px);
  border-radius: 999px;
  background: rgba(22,163,74,.11);
  color: #16a34a;
  box-shadow: 0 0 0 12px rgba(22,163,74,.045);
}

.tm-home-relief-status-icon svg {
  width: 42%;
  height: 42%;
}

.tm-home-relief-status-main h3 {
  margin: 28px 0 12px;
  color: #0f172a;
  font-size: clamp(2.25rem, 4.1vw, 4.35rem);
  line-height: .96;
  letter-spacing: -.072em;
}

.tm-home-relief-status-main p {
  max-width: 420px;
  margin: 0;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.65;
}

.tm-home-relief-status-list {
  display: grid;
  gap: 18px;
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 24px 0 0;
  border-top: 1px solid rgba(226,232,240,.86);
  list-style: none;
}

.tm-home-relief-status-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 42px;
  color: #0f172a;
  font-size: 1rem;
  letter-spacing: -.018em;
}

.tm-home-relief-status-list span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(22,163,74,.10);
  color: #16a34a;
}

.tm-home-relief-status-list svg {
  width: 15px;
  height: 15px;
}

.tm-home-relief-status-time {
  width: min(100%, 390px);
  margin: 24px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(226,232,240,.86);
  color: #64748b;
  font-size: .9rem;
  font-weight: 760;
  text-align: center;
}

@media (max-width: 760px) {
  .tm-home-product-section {
    padding-top: 68px;
    padding-bottom: 74px;
  }

  .tm-home-responsibility-copy {
    text-align: left;
  }

  .tm-home-responsibility-copy h2 {
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(2.6rem, 12vw, 4.1rem);
  }

  .tm-home-responsibility-copy .tm-lead {
    margin-left: 0;
    margin-right: 0;
  }

  .tm-home-relief-stage {
    margin-top: 38px;
  }

  .tm-home-relief-status-card {
    border-radius: 28px;
    padding: 24px;
  }

  .tm-home-relief-status-top {
    font-size: .72rem;
  }

  .tm-home-relief-status-main {
    padding: 34px 0 28px;
  }

  .tm-home-relief-status-list {
    width: 100%;
    gap: 12px;
  }

  .tm-home-relief-status-list li {
    min-height: 46px;
  }

  .tm-home-relief-status-time {
    width: 100%;
  }
}


/* Hintergrund-Betreuung */

.tm-home-background-care {
  position: relative;
  overflow: hidden;
  padding: clamp(104px, 10vw, 158px) 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(37,99,235,.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-home-background-care-head {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.tm-home-background-care-head .tm-eyebrow {
  justify-content: center;
}

.tm-home-background-care-head h2 {
  margin: 18px 0 24px;
  color: #0f172a;
  font-size: clamp(3.05rem, 5.7vw, 6.25rem);
  line-height: .94;
  letter-spacing: -.08em;
  font-weight: 900;
  text-wrap: balance;
}

.tm-home-background-care-head p {
  max-width: 720px;
  margin: 0 auto;
  color: #475569;
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: -.02em;
}


@media (max-width: 640px) {
  .tm-home-background-care {
    padding: 72px 0;
  }

  .tm-home-background-care-head {
    text-align: left;
  }

  .tm-home-background-care-head .tm-eyebrow {
    justify-content: flex-start;
  }

  .tm-home-background-care-head h2 {
    font-size: clamp(2.45rem, 10vw, 3.55rem);
  }

}


.tm-home-process-copy .tm-lead {
  max-width: 420px;
  margin-bottom: 28px;
}


@media (max-width: 1100px) {

  .tm-home-process-copy .tm-lead {
    margin-left: auto;
    margin-right: auto;
  }
}


.tm-home-visible-section .tm-section-head {
  max-width: 780px;
}


.tm-home-report-card .tm-report-preview {
  transform: scale(1.04);
  transform-origin: center right;
}

.tm-home-trust-editorial .tm-home-trust-grid {
  grid-template-columns: minmax(320px, .65fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 96px);
}

.tm-home-trust-editorial .tm-home-trust-image img {
  border-radius: 40px;
}

.tm-home-trust-editorial .tm-home-trust-content h2 {
  font-size: clamp(2.6rem, 4.6vw, 4.65rem);
  line-height: .9;
  letter-spacing: -.075em;
}

@media (max-width: 1100px) {
  .tm-home-device-showcase,
  .tm-home-process-board,
  .tm-home-trust-editorial .tm-home-trust-grid {
    grid-template-columns: 1fr;
  }

  .tm-home-device-showcase .tm-device-monitor {
    transform: none;
  }

  .tm-home-relief-stage {
    grid-template-columns: 1fr;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 760px) {

  .tm-home-relief-stage {
    margin-top: 42px;
    gap: 28px;
  }


  .tm-home-report-card .tm-report-preview {
    transform: none;
  }
}

/* =========================================
   STARTSEITE: SECTION 1-3 FINISH V10
   Fokus: Hero ruhiger, Problem aufgeräumter, System-Showcase hochwertiger.
========================================= */

/* Hero: weniger gedrückt, mehr Lesbarkeit */
.tm-home-hero h1 {
  max-width: 720px;
  font-size: clamp(3.35rem, 5.1vw, 5.65rem);
  line-height: .94;
  letter-spacing: -.07em;
}

.tm-home-hero .tm-lead {
  max-width: 650px;
}


/* Section 2: weniger Wucht, klare Hierarchie */
.tm-home-problem .tm-section-text {
  text-align: left;
}


/* Section 3: Premium Showcase ohne aufgeklebtes Handy */
.tm-home-device-showcase .tm-section-actions {
  flex-wrap: nowrap;
}

.tm-home-device-showcase .tm-device-stage {
  min-height: 560px;
}

.tm-home-device-showcase .tm-device-monitor {
  max-width: 760px;
  margin-inline: auto;
  transform: none;
  border-radius: 38px;
}

.tm-home-device-showcase .tm-device-monitor::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -16px;
  height: 22px;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(203,213,225,.86), rgba(148,163,184,.54));
  box-shadow: 0 22px 40px rgba(15,23,42,.13);
}

.tm-home-device-showcase .tm-device-screen {
  min-height: 430px;
}

.tm-home-device-showcase .tm-device-dashboard-grid {
  min-height: 360px;
}

.tm-home-device-showcase .tm-device-floating-card-top {
  top: 2px;
  right: -10px;
}

.tm-home-device-showcase .tm-device-floating-card-bottom {
  left: -12px;
  bottom: 28px;
}

@media (min-width: 1101px) {
  .tm-home-hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    gap: clamp(66px, 7vw, 104px);
  }

  .tm-home-hero {
    min-height: calc(100svh - 86px);
    padding-top: clamp(92px, 10vw, 150px);
    padding-bottom: clamp(92px, 10vw, 150px);
  }

  .tm-home-hero-content {
    max-width: 780px;
  }

}

@media (max-width: 1100px) {

  .tm-home-device-showcase .tm-section-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .tm-home-hero h1 {
    font-size: clamp(2.45rem, 10.2vw, 3.45rem);
    line-height: .98;
    letter-spacing: -.065em;
  }


  .tm-home-device-showcase .tm-section-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tm-home-device-showcase .tm-section-actions .tm-btn {
    width: 100%;
  }

  .tm-home-device-showcase .tm-device-stage,
  .tm-home-device-showcase .tm-device-screen,
  .tm-home-device-showcase .tm-device-dashboard-grid {
    min-height: auto;
  }

  .tm-home-device-showcase .tm-device-floating-card-top,
  .tm-home-device-showcase .tm-device-floating-card-bottom {
    display: none;
  }
}

/* =========================================
   STARTSEITE: SECTION 1-3 MOBILE/PREMIUM FIX V11
   Ziel: Hero-Visual sauber, keine Textüberlagerung, bessere Proportionen.
========================================= */

/* Hero: ruhiger, weniger wuchtig, kontrollierte Zeilen */
.tm-home-hero h1 {
  max-width: 740px;
  font-size: clamp(3.05rem, 4.65vw, 5.05rem);
  line-height: 1.01;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.tm-home-hero h1 span {
  display: inline-block;
}

.tm-home-hero .tm-lead {
  max-width: 620px;
  font-size: clamp(1.02rem, 1.12vw, 1.18rem);
}


/* Section 2: ruhiger und weniger erschlagend */
.tm-home-problem {
  padding-top: clamp(88px, 8vw, 128px);
  padding-bottom: clamp(88px, 8vw, 128px);
}

.tm-home-problem .tm-section-text {
  max-width: 620px;
  text-align: left !important;
}


.tm-home-device-showcase .tm-device-stage {
  min-height: 500px;
}

.tm-home-device-showcase .tm-device-monitor {
  max-width: 690px;
}

.tm-home-device-showcase .tm-device-screen {
  min-height: 390px;
}

.tm-home-device-showcase .tm-device-dashboard-grid {
  min-height: 322px;
}

.tm-home-device-showcase .tm-section-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (min-width: 1101px) {
  .tm-home-hero-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(500px, 1.02fr);
    gap: clamp(56px, 6vw, 88px);
  }

  .tm-home-hero {
    min-height: auto;
    padding-top: clamp(96px, 9vw, 132px);
    padding-bottom: clamp(88px, 8vw, 124px);
  }
}

@media (max-width: 1100px) {
  .tm-home-hero h1 {
    max-width: 780px;
    font-size: clamp(3rem, 8vw, 4.7rem);
    line-height: 1;
  }

  .tm-home-hero-grid {
    gap: 46px;
  }

  .tm-home-hero-visual {
    width: 100%;
  }

}

@media (max-width: 760px) {
  .tm-home-hero {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .tm-home-hero-grid {
    gap: 30px;
  }

  .tm-home-hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 11vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .tm-home-hero .tm-lead {
    font-size: 1rem;
    line-height: 1.62;
  }

  .tm-home-hero-actions {
    margin-top: 24px;
  }


  .tm-home-hero-site-hero .tm-status-badge {
    width: fit-content;
    margin-top: 14px;
  }


  .tm-home-problem {
    padding-top: 72px;
    padding-bottom: 72px;
  }


  .tm-home-device-showcase .tm-section-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tm-home-device-showcase .tm-device-stage {
    min-height: 0;
    margin-top: 8px;
  }

  .tm-home-device-showcase .tm-device-monitor {
    border-radius: 26px;
  }

  .tm-home-device-showcase .tm-device-screen {
    min-height: 0;
    padding: 18px;
  }

  .tm-home-device-showcase .tm-device-dashboard-grid {
    min-height: 0;
  }
}


.tm-home-hero-grid{align-items:start;gap:48px;}
.tm-home-hero-visual{display:flex;flex-direction:column;justify-content:flex-start}

@media (max-width:900px){
.tm-home-hero-grid{grid-template-columns:1fr!important;gap:28px;}
.tm-home-hero h1{font-size:clamp(2.2rem,9vw,3.2rem);letter-spacing:-.04em;}
.tm-home-hero-actions{flex-direction:column}
.tm-home-hero-visual{order:2}

}

/* =========================================
   STARTSEITE: HERO NACH NEUEM AUFBAU
   Bestehenden Mockup-Block ersetzt, nicht ergänzt.
========================================= */

.tm-home-hero-question {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 7.8vw, 132px) 0 clamp(86px, 7.2vw, 124px);
  background:
    radial-gradient(circle at 82% 24%, rgba(37, 99, 235, 0.16), transparent 34%),
    radial-gradient(circle at 18% 78%, rgba(37, 99, 235, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.tm-home-hero-question::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(226, 232, 240, 0.9);
}

.tm-home-hero-question::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: min(1180px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.30), transparent);
  pointer-events: none;
}

.tm-home-hero-question .tm-page-inner-wide {
  position: relative;
  z-index: 2;
}

.tm-home-hero-question .tm-hero-mockup-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(620px, 1.1fr) !important;
  align-items: center;
  gap: clamp(64px, 7vw, 116px) !important;
}

.tm-home-hero-question .tm-hero-mockup-copy {
  max-width: 650px;
}

.tm-home-hero-question .tm-eyebrow {
  margin: 0 0 22px;
  color: #2563eb;
  font-size: clamp(0.68rem, 0.74vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tm-home-hero-question h1 {
  max-width: 650px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(3.1rem, 4.35vw, 5.1rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.072em;
  text-wrap: balance;
}

.tm-home-hero-question h1 span {
  color: #2563eb;
}

.tm-home-hero-question .tm-lead {
  max-width: 500px;
  margin: 28px 0 0;
  color: #334155;
  font-size: clamp(1rem, 1.02vw, 1.12rem);
  font-weight: 500;
  line-height: 1.72;
}

.tm-home-hero-question .tm-hero-mockup-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.tm-home-hero-question .tm-btn-primary {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 12px;
  background: #0f172a;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.tm-home-hero-question .tm-hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
}

.tm-home-hero-question .tm-hero-text-link span {
  color: #2563eb;
  font-size: 1rem;
}

.tm-home-hero-question .tm-hero-mockup-visual {
  display: flex;
  justify-content: flex-end;
}

.tm-home-hero-question .tm-hero-product-stage {
  position: relative;
  width: min(100%, 760px);
  margin-left: auto;
}

.tm-home-hero-question .tm-hero-product-glow {
  position: absolute;
  inset: -12% -10% -18% -8%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 68% 16%, rgba(37, 99, 235, 0.20), transparent 36%),
    radial-gradient(circle at 50% 72%, rgba(37, 99, 235, 0.10), transparent 42%);
  filter: blur(24px);
  pointer-events: none;
}


.tm-hero-question-list .is-ok .tm-hero-question-status {
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(34, 197, 94, 0.20);
}

.tm-hero-question-list .is-unknown .tm-hero-question-status {
  border: 2px solid #ef4444;
  background: rgba(255, 255, 255, 0.96);
  color: #ef4444;
}


/* Alte Hero-Unterelemente innerhalb der Startseite neutralisieren, falls Browsercache/Markup-Reste bestehen. */
.tm-home-hero-question .tm-home-hero-status,
.tm-home-hero-question .tm-home-hero-features,
.tm-home-hero-question .tm-hero-dashboard-window,
.tm-home-hero-question .tm-hero-phone,
.tm-home-hero-question .tm-hero-benefits,
.tm-home-hero-question .tm-hero-devices,
.tm-home-hero-question .tm-hero-laptop,
.tm-home-hero-question .tm-home-hero-device {
  display: none !important;
}

@media (max-width: 1280px) {
  .tm-home-hero-question .tm-hero-mockup-grid {
    grid-template-columns: 1fr !important;
    gap: 54px !important;
  }

  .tm-home-hero-question .tm-hero-mockup-copy,
  .tm-home-hero-question .tm-hero-product-stage {
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-home-hero-question .tm-hero-mockup-visual {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .tm-home-hero-question {
    padding: 44px 0 58px;
  }

  .tm-home-hero-question h1 {
    font-size: clamp(2.55rem, 10.6vw, 3.55rem);
    line-height: 1.03;
    letter-spacing: -0.06em;
  }

  .tm-home-hero-question .tm-lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .tm-home-hero-question .tm-hero-mockup-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .tm-home-hero-question .tm-hero-text-link {
    justify-content: center;
    min-height: 50px;
  }

}

/* SECTION: Menschliche Betreuung, finale Editorial-Version */
.tm-home-human-editorial {
  position: relative;
  overflow: hidden;
  padding-top: clamp(92px, 8.5vw, 140px);
  padding-bottom: clamp(84px, 8vw, 132px);
  background:
    radial-gradient(circle at 88% 18%, rgba(37, 99, 235, .075), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.tm-home-human-editorial .tm-page-inner-wide {
  max-width: 1260px;
}

.tm-home-human-editorial .tm-home-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, .88fr);
  gap: clamp(64px, 8vw, 132px);
  align-items: center;
}

.tm-home-human-editorial .tm-home-trust-content {
  max-width: 660px;
}

.tm-home-human-editorial .tm-eyebrow {
  margin-bottom: 18px;
}

.tm-home-human-editorial .tm-home-trust-content h2 {
  max-width: 680px;
  margin: 0 0 28px;
  color: #0f172a;
  font-size: clamp(3.2rem, 5.85vw, 6.35rem);
  line-height: .92;
  letter-spacing: -.075em;
}

.tm-home-human-editorial .tm-home-trust-text {
  max-width: 560px;
  margin: 0;
  color: #475569;
  font-size: clamp(1.04rem, 1.25vw, 1.22rem);
  line-height: 1.72;
}

.tm-home-human-editorial .tm-home-trust-list {
  margin-top: clamp(34px, 4vw, 54px);
  display: grid;
  gap: 0;
  max-width: 520px;
  border-top: 1px solid rgba(203, 213, 225, .72);
}

.tm-home-human-editorial .tm-home-trust-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(203, 213, 225, .72);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tm-home-human-editorial .tm-home-trust-item:last-child {
  border-bottom: 1px solid rgba(203, 213, 225, .72);
}

.tm-home-human-editorial .tm-home-trust-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #2563eb;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, .95);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .075);
}

.tm-home-human-editorial .tm-home-trust-icon svg {
  width: 17px;
  height: 17px;
}

.tm-home-human-editorial .tm-home-trust-item strong {
  display: block;
  color: #0f172a;
  font-size: clamp(1.08rem, 1.38vw, 1.28rem);
  line-height: 1.18;
  letter-spacing: -.03em;
}

.tm-home-human-editorial .tm-home-trust-item span:not(.tm-home-trust-icon) {
  display: none;
}

.tm-home-human-editorial .tm-home-human-image {
  position: relative;
  align-self: center;
  display: flex;
  justify-content: flex-end;
  min-height: clamp(600px, 54vw, 760px);
}

.tm-home-human-editorial .tm-home-human-image::before {
  content: "";
  position: absolute;
  inset: auto -8% 2% 10%;
  height: 36%;
  border-radius: 999px;
  background: rgba(37, 99, 235, .08);
  filter: blur(54px);
  pointer-events: none;
}

.tm-home-human-editorial .tm-home-human-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 620px);
  height: clamp(600px, 54vw, 760px);
  object-fit: cover;
  object-position: 50% 12%;
  border-radius: 32px;
  box-shadow: 0 34px 90px rgba(15, 23, 42, .12);
  filter: saturate(1.02) contrast(1.01);
}

.tm-home-human-editorial .tm-home-human-caption {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(226, 232, 240, .82);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #0f172a;
}

.tm-home-human-editorial .tm-home-human-caption strong {
  display: block;
  font-size: .98rem;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.tm-home-human-editorial .tm-home-human-caption span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: .82rem;
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .tm-home-human-editorial .tm-home-trust-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .tm-home-human-editorial .tm-home-trust-content {
    max-width: 760px;
  }

  .tm-home-human-editorial .tm-home-human-image {
    min-height: auto;
    justify-content: flex-start;
  }

  .tm-home-human-editorial .tm-home-human-image img {
    width: min(100%, 680px);
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 10%;
    border-radius: 30px;
  }
}

@media (max-width: 760px) {
  .tm-home-human-editorial {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .tm-home-human-editorial .tm-home-trust-content h2 {
    font-size: clamp(2.65rem, 13vw, 4.1rem);
    margin-bottom: 22px;
    letter-spacing: -.07em;
  }

  .tm-home-human-editorial .tm-home-trust-text {
    font-size: 1rem;
    line-height: 1.64;
  }

  .tm-home-human-editorial .tm-home-trust-list {
    margin-top: 30px;
  }

  .tm-home-human-editorial .tm-home-trust-item {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    padding: 17px 0;
  }

  .tm-home-human-editorial .tm-home-trust-icon {
    width: 28px;
    height: 28px;
  }

  .tm-home-human-editorial .tm-home-trust-icon svg {
    width: 16px;
    height: 16px;
  }

  .tm-home-human-editorial .tm-home-human-image img {
    border-radius: 24px;
  }

  .tm-home-human-editorial .tm-home-human-caption {
    right: 14px;
    bottom: 14px;
    padding: 12px 13px;
    border-radius: 16px;
  }

  .tm-home-human-editorial .tm-home-human-caption strong {
    font-size: .92rem;
  }

  .tm-home-human-editorial .tm-home-human-caption span {
    font-size: .76rem;
  }

}

/* Final polish pass: Startseite Typografie, CTAs, Cards */
.toabai-home-v2 .tm-eyebrow {
  letter-spacing: .22em;
  font-weight: 800;
}

.toabai-home-v2 .tm-btn {
  min-height: 48px;
  padding-inline: 22px;
  border-radius: 13px;
  font-weight: 750;
  letter-spacing: -.015em;
}

.toabai-home-v2 .tm-btn-lg {
  min-height: 56px;
  padding-inline: 28px;
}

.tm-home-hero-question .tm-btn-primary {
  min-height: 58px;
  padding-inline: 28px;
  border-radius: 14px;
}

.tm-home-consequence-copy h2,
.tm-home-promise-copy h2,
.tm-home-responsibility-copy h2,
.tm-home-background-care-head h2,
.tm-home-human-editorial .tm-home-trust-content h2,
.tm-home-final-cta-box h2 {
  font-weight: 920;
  letter-spacing: -.076em;
  text-wrap: balance;
}

.tm-home-consequence-copy h2,
.tm-home-responsibility-copy h2,
.tm-home-background-care-head h2,
.tm-home-human-editorial .tm-home-trust-content h2 {
  line-height: .94;
}

.tm-home-consequence,
.tm-home-promise-section,
.tm-home-care-system-section,
.tm-home-background-care,
.tm-home-human-editorial {
  padding-top: clamp(104px, 10vw, 164px);
  padding-bottom: clamp(104px, 10vw, 164px);
}

.tm-home-background-care-head p::after {
  content: " Damit Sie sich auf Ihr Unternehmen konzentrieren können.";
}


.tm-home-human-editorial .tm-home-trust-grid {
  gap: clamp(70px, 8vw, 132px);
  align-items: center;
}

.tm-home-human-editorial .tm-home-human-image img {
  width: min(100%, 720px);
}

.tm-home-human-editorial .tm-home-trust-item {
  border-bottom-color: rgba(203, 213, 225, .58);
}

@media (max-width: 980px) {
  .tm-home-consequence,
  .tm-home-promise-section,
  .tm-home-care-system-section,
  .tm-home-background-care,
  .tm-home-human-editorial {
    padding-top: 84px;
    padding-bottom: 88px;
  }

  .tm-home-human-editorial .tm-home-trust-grid {
    gap: 54px;
  }
}

@media (max-width: 640px) {
  .toabai-home-v2 .tm-eyebrow {
    letter-spacing: .18em;
  }

  .tm-home-consequence,
  .tm-home-promise-section,
  .tm-home-care-system-section,
  .tm-home-background-care,
  .tm-home-human-editorial {
    padding-top: 68px;
    padding-bottom: 74px;
  }


  .tm-home-background-care-action .tm-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Startseite v65: finaler Design-Feinschliff */
.toabai-home-v2 .tm-eyebrow {
  letter-spacing: 0.18em;
  font-weight: 750;
}

.toabai-home-v2 .tm-btn {
  min-height: 48px;
  padding-inline: 24px;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.toabai-home-v2 .tm-btn-lg {
  min-height: 52px;
  padding-inline: 28px;
}

.tm-home-consequence {
  padding-block: clamp(104px, 10vw, 168px);
}

.tm-home-consequence-layout {
  max-width: 1040px;
  margin-inline: auto;
}

.tm-home-consequence-copy {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.tm-home-consequence-copy h2 {
  max-width: 850px;
  margin-inline: auto;
  font-size: clamp(3.5rem, 6.6vw, 7.25rem);
  line-height: 0.86;
  letter-spacing: -0.082em;
  font-weight: 930;
}

.tm-home-consequence-copy > p:not(.tm-eyebrow) {
  max-width: 620px;
  margin: clamp(22px, 2.6vw, 34px) auto 0;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.65;
}


.tm-home-background-care {
  padding-block: clamp(116px, 11vw, 184px);
}

.tm-home-background-care-head {
  max-width: 820px;
}

.tm-home-background-care-head h2 {
  font-size: clamp(3.35rem, 6.1vw, 6.7rem);
  line-height: 0.88;
  letter-spacing: -0.078em;
  font-weight: 930;
}

.tm-home-background-care-head p {
  max-width: 640px;
  margin-top: clamp(20px, 2.3vw, 32px);
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.7;
}

.tm-home-background-care-head p::after {
  display: none;
}


.tm-home-human-editorial {
  padding-block: clamp(112px, 10vw, 176px);
}

.tm-home-human-editorial .tm-home-trust-grid {
  gap: clamp(64px, 7vw, 112px);
}

.tm-home-human-editorial .tm-home-trust-image img {
  transform: scale(1.025);
  transform-origin: center;
}

.tm-home-final-cta {
  padding-top: clamp(112px, 10vw, 172px);
}

@media (max-width: 640px) {
  .tm-home-consequence,
  .tm-home-background-care,
  .tm-home-human-editorial {
    padding-block: 76px;
  }

  .tm-home-consequence-copy {
    text-align: left;
  }

  .tm-home-consequence-copy h2,
  .tm-home-background-care-head h2 {
    font-size: clamp(2.7rem, 13vw, 4.1rem);
    line-height: 0.9;
    letter-spacing: -0.07em;
  }


  .tm-home-background-care-action,
  .tm-home-background-care-action .tm-btn {
    width: 100%;
  }
}

/* Desktop-Typografie Feinschliff v66: H2 ruhiger, lesbarer, Hero unverändert */
@media (min-width: 981px) {
  .toabai-home-v2 .tm-eyebrow {
    letter-spacing: .18em;
    font-weight: 760;
  }

  .tm-home-consequence-copy h2,
  .tm-home-promise-copy h2,
  .tm-home-responsibility-copy h2,
  .tm-home-background-care-head h2,
  .tm-home-human-editorial .tm-home-trust-content h2,
  .tm-home-final-cta-box h2 {
    font-weight: 820;
    letter-spacing: -.046em;
    line-height: 1;
  }

  .tm-home-consequence-copy h2 {
    max-width: 820px;
    font-size: clamp(2.75rem, 3.35vw, 4.15rem);
    line-height: 1.04;
    letter-spacing: -.038em;
    font-weight: 800;
  }

  .tm-home-consequence-copy > p:not(.tm-eyebrow) {
    max-width: 600px;
    font-size: 1.08rem;
    line-height: 1.68;
  }

  .tm-home-promise-copy h2 {
    max-width: 1080px;
    font-size: clamp(3.05rem, 4.35vw, 5.05rem);
    line-height: .99;
    letter-spacing: -.046em;
  }

  .tm-home-promise-text p {
    font-size: 1.12rem;
    line-height: 1.68;
  }

  .tm-home-responsibility-copy h2 {
    max-width: 760px;
    font-size: clamp(2.75rem, 3.65vw, 4.45rem);
    line-height: 1.02;
    letter-spacing: -.044em;
  }

  .tm-home-background-care-head h2 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.7rem, 3.65vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: -.044em;
  }

  .tm-home-human-editorial .tm-home-trust-content h2 {
    max-width: 700px;
    font-size: clamp(2.65rem, 3.45vw, 4.25rem);
    line-height: 1.02;
    letter-spacing: -.042em;
  }

  .tm-home-final-cta-box h2 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.8rem, 3.75vw, 4.6rem);
    line-height: 1;
    letter-spacing: -.046em;
  }

  .tm-home-background-care-grid article {
    min-height: 236px;
  }
}

/* =========================================
   FINAL DESKTOP POLISH V67
   Ziel: ruhigere Typografie, klarere Lautstärke, mehr Premium-Rhythmus.
   Hero bleibt bewusst unangetastet.
========================================= */

@media (min-width: 1024px) {
  .toabai-home .tm-eyebrow {
    font-weight: 760;
    letter-spacing: .18em;
  }

  .toabai-home :where(
    .tm-home-consequence-copy h2,
    .tm-home-promise-copy h2,
    .tm-home-responsibility-copy h2,
    .tm-home-background-care-head h2,
    .tm-home-trust-editorial .tm-home-trust-content h2,
    .tm-home-final-cta h2
  ) {
    font-size: clamp(2.55rem, 3.55vw, 4.35rem);
    font-weight: 780;
    line-height: 1.01;
    letter-spacing: -.052em;
    text-wrap: balance;
  }

  .tm-home-consequence,
  .tm-home-problem,
  .tm-home-product-section,
  .tm-home-background-care,
  .tm-home-trust-editorial {
    padding-top: clamp(118px, 9vw, 168px);
    padding-bottom: clamp(118px, 9vw, 168px);
  }

  .tm-home-consequence-copy {
    max-width: 900px;
  }

  .tm-home-consequence-copy h2 {
    max-width: 840px;
    margin-bottom: 22px;
  }

  .tm-home-consequence-copy > p:not(.tm-eyebrow) {
    max-width: 640px;
    font-size: 1.08rem;
    line-height: 1.72;
  }

  .tm-home-consequence-list {
    display: none;
  }

  .tm-home-promise-text p,
  .tm-home-responsibility-copy .tm-lead,
  .tm-home-background-care-head p,
  .tm-home-trust-editorial .tm-home-trust-text,
  .tm-home-final-cta-box p {
    font-size: 1.04rem;
    line-height: 1.72;
  }

  .tm-home-promise-values {
    margin-top: clamp(48px, 5vw, 72px);
  }

  .tm-home-promise-value h3 {
    font-size: 1rem;
  }

  .tm-home-responsibility-copy {
    max-width: 780px;
  }

  .tm-home-responsibility-copy h2 {
    max-width: 760px;
    margin-bottom: 24px;
  }

  .tm-home-relief-stage {
    width: min(100%, 820px);
    margin-top: clamp(64px, 7vw, 96px);
  }

  .tm-home-relief-status-card {
    padding: clamp(46px, 5vw, 70px);
    border-radius: 40px;
  }

  .tm-home-relief-status-main h3 {
    font-size: clamp(2.25rem, 3.45vw, 3.95rem);
    font-weight: 780;
    letter-spacing: -.055em;
  }

  .tm-home-background-care-head {
    max-width: 820px;
  }

  .tm-home-background-care-head h2 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-home-background-care-head p {
    max-width: 600px;
  }

  .tm-home-background-care-grid {
    gap: 20px;
    margin-top: clamp(66px, 6vw, 92px);
  }

  .tm-home-background-care-grid article {
    min-height: 255px;
    padding: 34px 30px;
    border-radius: 30px;
  }

  .tm-home-background-care-grid strong {
    font-size: 1.16rem;
    font-weight: 790;
    letter-spacing: -.03em;
  }

  .tm-home-background-care-grid p {
    font-size: .96rem;
    line-height: 1.58;
  }

  .tm-home-background-care-closing {
    margin-top: 42px;
    font-size: 1.08rem;
  }

  .tm-home-background-care-action {
    margin-top: 22px;
  }

  .tm-home-trust-editorial .tm-home-trust-grid {
    grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.08fr);
    gap: clamp(72px, 8vw, 132px);
  }

  .tm-home-trust-editorial .tm-home-trust-content {
    max-width: 590px;
  }

  .tm-home-trust-editorial .tm-home-trust-content h2 {
    max-width: 560px;
  }

  .tm-home-trust-editorial .tm-home-trust-image img {
    aspect-ratio: 1 / 1.08;
    border-radius: 40px;
  }

  .tm-home-trust-list {
    max-width: 560px;
    margin-top: 42px;
  }

  .tm-home-trust-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 18px 0;
  }

  .tm-home-trust-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    box-shadow: none;
  }

  .tm-home-trust-icon svg {
    width: 18px;
    height: 18px;
  }

  .tm-home-final-cta-box {
    max-width: 760px;
  }

  .tm-home-final-cta-actions .tm-btn {
    min-width: 220px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .toabai-home :where(
    .tm-home-consequence-copy h2,
    .tm-home-promise-copy h2,
    .tm-home-responsibility-copy h2,
    .tm-home-background-care-head h2,
    .tm-home-trust-editorial .tm-home-trust-content h2,
    .tm-home-final-cta h2
  ) {
    font-size: clamp(2.35rem, 3.25vw, 3.65rem);
  }

}

/* =========================================
   STARTSEITE FINAL CHOREOGRAFIE V69
   Rhythmus, Section-2-Visual, Wissen-Section und Desktop-Feinschliff.
========================================= */

@media (min-width: 1024px) {
  .tm-home-hero-question {
    padding-top: clamp(58px, 5.4vw, 92px);
  }
}

.tm-home-consequence-layout {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(420px, .82fr);
  align-items: center;
  gap: clamp(54px, 7vw, 112px);
}

.tm-home-consequence-copy {
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.tm-home-consequence-copy .tm-eyebrow {
  justify-content: flex-start;
}

.tm-home-consequence-copy h2 {
  margin-left: 0;
  margin-right: 0;
}

.tm-home-consequence-copy > p:not(.tm-eyebrow) {
  margin-left: 0;
  margin-right: 0;
}

.tm-home-consequence-visual {
  display: flex;
  justify-content: flex-end;
}

.tm-home-consequence-card {
  width: min(100%, 470px);
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 0%, rgba(239, 68, 68, .08), transparent 36%),
    rgba(255, 255, 255, .90);
  box-shadow:
    0 30px 80px rgba(15, 23, 42, .08),
    inset 0 1px 0 rgba(255, 255, 255, .96);
}

.tm-home-consequence-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(226, 232, 240, .86);
}

.tm-home-consequence-card-top span {
  color: #0f172a;
  font-size: .95rem;
  font-weight: 820;
  letter-spacing: -.02em;
}

.tm-home-consequence-card-top strong {
  color: #16a34a;
  font-size: .74rem;
  font-weight: 820;
  letter-spacing: .10em;
  text-transform: uppercase;
}


.tm-home-consequence-card > p {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(226, 232, 240, .86);
  color: #475569;
  font-size: 1.02rem;
  font-weight: 720;
  line-height: 1.45;
  letter-spacing: -.025em;
}

.tm-home-promise-values {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  gap: 18px;
}

.tm-home-promise-value {
  min-height: auto;
  padding: clamp(26px, 3vw, 38px);
}

.tm-home-promise-value .tm-home-promise-icon {
  display: none;
}

.tm-home-promise-value h3 {
  margin: 0 0 12px;
  font-size: clamp(1.18rem, 1.36vw, 1.36rem);
  font-weight: 790;
  letter-spacing: -.035em;
}

.tm-home-promise-value p {
  max-width: 360px;
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.58;
}

.tm-home-responsibility-copy .tm-btn {
  display: none;
}

.tm-home-responsibility-action {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(34px, 4vw, 52px);
}

.tm-home-background-care-head .tm-eyebrow,
.tm-home-knowledge-head .tm-eyebrow {
  color: #2563eb;
}

.tm-home-human-editorial .tm-home-trust-grid {
  grid-template-columns: minmax(430px, .98fr) minmax(420px, .86fr);
}

.tm-home-human-editorial .tm-home-human-image {
  min-height: clamp(500px, 42vw, 620px);
}

.tm-home-human-editorial .tm-home-human-image img {
  width: min(100%, 540px);
  height: clamp(500px, 42vw, 620px);
}

.tm-home-knowledge {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 9vw, 148px) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .07), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-home-knowledge-head {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.tm-home-knowledge-head .tm-eyebrow {
  justify-content: center;
}

.tm-home-knowledge-head h2 {
  max-width: 780px;
  margin: 18px auto 22px;
  color: #0f172a;
  font-size: clamp(2.55rem, 3.55vw, 4.35rem);
  font-weight: 780;
  line-height: 1.01;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.tm-home-knowledge-head p {
  max-width: 650px;
  margin: 0 auto;
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.72;
}

.tm-home-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(52px, 5.6vw, 76px);
}

.tm-home-knowledge-grid article {
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 30px;
  background: rgba(255, 255, 255, .86);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, .055),
    inset 0 1px 0 rgba(255, 255, 255, .94);
}

.tm-home-knowledge-grid span {
  display: inline-flex;
  margin-bottom: 26px;
  color: #2563eb;
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tm-home-knowledge-grid h3 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(1.2rem, 1.42vw, 1.42rem);
  font-weight: 790;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.tm-home-knowledge-grid p {
  margin: 0;
  color: #64748b;
  font-size: .98rem;
  line-height: 1.58;
}

.tm-home-knowledge-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(38px, 4vw, 54px);
}

@media (max-width: 1100px) {
  .tm-home-consequence-layout {
    grid-template-columns: 1fr;
  }

  .tm-home-consequence-copy {
    max-width: 860px;
  }

  .tm-home-consequence-visual {
    justify-content: flex-start;
  }

  .tm-home-knowledge-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .tm-home-consequence-layout {
    gap: 34px;
  }

  .tm-home-consequence-card {
    width: 100%;
    padding: 24px;
    border-radius: 26px;
  }

  .tm-home-promise-values {
    grid-template-columns: 1fr;
  }

  .tm-home-responsibility-action,
  .tm-home-responsibility-action .tm-btn,
  .tm-home-knowledge-action,
  .tm-home-knowledge-action .tm-btn {
    width: 100%;
  }

  .tm-home-knowledge {
    padding: 76px 0;
  }

  .tm-home-knowledge-head {
    text-align: left;
  }

  .tm-home-knowledge-head .tm-eyebrow {
    justify-content: flex-start;
  }

  .tm-home-knowledge-head h2 {
    font-size: clamp(2.7rem, 13vw, 4.1rem);
    line-height: .9;
    letter-spacing: -.07em;
  }
}

/* =========================================================
   Final Polish v72 – Startseite Rhythmus / Desktop Feinschliff
   Basis: v69/v71
   ========================================================= */

@media (min-width: 1024px) {
  .toabai-home-v2 .tm-home-hero {
    padding-top: clamp(62px, 5.6vw, 92px);
  }

  .toabai-home-v2 .tm-home-hero-grid,
  .toabai-home-v2 .tm-hero-mockup-grid {
    align-items: center;
  }
}

/* Section 2: Konsequenz wieder als ruhige Text/Visual-Komposition */
.tm-home-consequence-layout {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(360px, .82fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.tm-home-consequence-copy {
  max-width: 680px;
  margin: 0;
  text-align: left;
}

.tm-home-consequence-copy .tm-eyebrow {
  justify-content: flex-start;
}

.tm-home-consequence-copy h2 {
  max-width: 680px;
  margin: 18px 0 22px;
  font-size: clamp(2.65rem, 4.15vw, 4.85rem);
  font-weight: 850;
  line-height: 1.01;
  letter-spacing: -.062em;
}

.tm-home-consequence-copy > p:not(.tm-eyebrow) {
  max-width: 560px;
  margin: 0;
}

.tm-home-consequence-visual {
  display: flex;
  justify-content: center;
}

.tm-home-consequence-card {
  position: relative;
  width: min(100%, 430px);
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 12%, rgba(239, 68, 68, .08), transparent 32%),
    rgba(255, 255, 255, .92);
  box-shadow: 0 28px 84px rgba(15, 23, 42, .08);
}

.tm-home-consequence-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(226, 232, 240, .92);
}

.tm-home-consequence-card-top span {
  color: #64748b;
  font-size: .92rem;
  font-weight: 760;
}

.tm-home-consequence-card-top strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #16a34a;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: -.01em;
}

.tm-home-consequence-card-top strong::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(22, 163, 74, .10);
}


.tm-home-consequence-card > p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(226, 232, 240, .92);
  color: #64748b;
  font-size: .96rem;
  line-height: 1.55;
  text-align: center;
}

/* Lösung: ruhige Text-Cards statt Icon-Optik */
.tm-home-promise-values {
  border-top: 0;
  gap: 14px;
}

.tm-home-promise-value {
  min-height: 0;
  padding: clamp(24px, 2.3vw, 32px);
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .045);
}

.tm-home-promise-value:last-child {
  border-right: 1px solid rgba(226, 232, 240, .9);
}

.tm-home-promise-value p {
  max-width: 260px;
}

/* Status/Nachweis: CTA bewusst nach der Karte */
.tm-home-responsibility-copy h2 {
  font-size: clamp(2.75rem, 4.5vw, 5.05rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.064em;
}

.tm-home-responsibility-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 4vw, 46px);
}

/* Entlastungs-Section nach dem Nachweis */
.tm-home-relax-section {
  padding: clamp(92px, 9vw, 138px) 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(37, 99, 235, .055), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-home-relax-head {
  max-width: 920px;
}

.tm-home-relax-head h2 {
  font-size: clamp(3rem, 5vw, 5.45rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.066em;
}

.tm-home-relax-head p {
  max-width: 690px;
}

/* Mensch-Section: Bild auf Desktop ruhiger proportionieren */
@media (min-width: 1024px) {
  .tm-home-trust-editorial .tm-home-trust-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, .82fr);
    gap: clamp(52px, 6vw, 86px);
  }

  .tm-home-trust-editorial .tm-home-trust-image {
    justify-self: end;
    width: min(100%, 430px);
  }

  .tm-home-trust-editorial .tm-home-trust-image img {
    max-height: 520px;
    object-fit: cover;
  }
}

/* Wissen nach Dark CTA: hell, ruhig, editorial */
.tm-home-knowledge {
  padding: clamp(86px, 8vw, 128px) 0;
  background: #ffffff;
}

.tm-home-knowledge-head h2 {
  font-size: clamp(2.65rem, 4.4vw, 5rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.064em;
}

.tm-home-knowledge-grid article {
  border: 1px solid rgba(226, 232, 240, .92);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.82));
  box-shadow: 0 18px 54px rgba(15, 23, 42, .045);
}

/* Desktop-Typografie: H2 ruhiger, Hero bleibt unberührt */
@media (min-width: 1024px) {
  .toabai-home-v2 section:not(.tm-home-hero) h2 {
    text-wrap: balance;
  }

  .tm-home-background-care-head h2,
  .tm-home-knowledge-head h2,
  .tm-home-trust-editorial .tm-home-trust-content h2 {
    font-weight: 850;
    letter-spacing: -.062em;
  }
}

@media (max-width: 900px) {
  .tm-home-consequence-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tm-home-consequence-copy,
  .tm-home-consequence-copy h2,
  .tm-home-consequence-copy > p:not(.tm-eyebrow) {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .tm-home-promise-value,
  .tm-home-promise-value:nth-child(2),
  .tm-home-promise-value:last-child {
    border: 1px solid rgba(226, 232, 240, .9);
  }

  .tm-home-relax-section {
    padding: 72px 0;
  }
}

/* v73 Final Polish: letzte Startseiten-Runde */
@media (min-width: 1024px) {
  .tm-home-hero {
    padding-top: clamp(54px, 5.2vw, 82px);
  }

  .tm-home-hero-grid {
    align-items: center;
  }

  .tm-home-hero .tm-lead {
    max-width: 500px;
    font-size: 1.06rem;
    line-height: 1.68;
  }
}

.tm-home-consequence-card {
  overflow: hidden;
}

.tm-home-consequence-card::after {
  content: "";
  position: absolute;
  inset: auto -34px -46px auto;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 99, 235, .10), transparent 68%);
  pointer-events: none;
}


.tm-home-promise-value h3 {
  margin-bottom: 10px;
}

.tm-home-promise-value p {
  max-width: 300px;
  color: #64748b;
  line-height: 1.62;
}

.tm-home-relax-head {
  display: grid;
  justify-items: center;
}


@media (min-width: 1024px) {
  .tm-home-trust-editorial .tm-home-trust-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .74fr);
  }

  .tm-home-trust-editorial .tm-home-trust-image {
    width: min(100%, 390px);
  }

  .tm-home-trust-editorial .tm-home-trust-image img {
    max-height: 485px;
  }
}

.tm-home-knowledge-grid {
  gap: clamp(18px, 2.4vw, 28px);
}

.tm-home-knowledge-grid article {
  padding: clamp(28px, 3vw, 38px);
  border-radius: 28px;
}

.tm-home-knowledge-grid article h3 {
  margin-top: 14px;
  font-size: clamp(1.22rem, 1.25vw, 1.42rem);
  line-height: 1.16;
  letter-spacing: -.04em;
}

.tm-home-knowledge-grid article p {
  margin-top: 14px;
  font-size: 1rem;
  line-height: 1.68;
}

.tm-home-knowledge-action {
  margin-top: clamp(30px, 3.4vw, 46px);
}

/* v75 Mobile Final: Startseite Feinschliff */
@media (max-width: 760px) {
  /* Ihre Aufgabe. Unsere Verantwortung. */
  .tm-home-promise-values {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tm-home-promise-value {
    text-align: center;
  }

  .tm-home-promise-value h3,
  .tm-home-promise-value p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* Was das für Sie bedeutet */
  .tm-home-relax-head {
    justify-items: start;
    text-align: left;
  }

  .tm-home-relax-head .tm-eyebrow,
  .tm-home-relax-head h2,
  .tm-home-relax-head p {
    width: 100%;
    text-align: left;
  }

  .tm-home-relax-head .tm-eyebrow {
    margin-left: 0;
    margin-right: 0;
  }

  /* Persönlicher Ansprechpartner: Foto mobil sichtbar und früher im Abschnitt */
  .tm-home-human-editorial .tm-home-trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tm-home-human-editorial .tm-home-trust-content {
    display: contents;
  }

  .tm-home-human-editorial .tm-home-trust-content > .tm-eyebrow {
    order: 1;
  }

  .tm-home-human-editorial .tm-home-trust-content > h2 {
    order: 2;
  }

  .tm-home-human-editorial .tm-home-trust-text {
    order: 3;
  }

  .tm-home-human-editorial .tm-home-human-image {
    order: 4;
    display: flex !important;
    min-height: 0;
    width: 100%;
    margin: 4px 0 6px;
    justify-content: center;
  }

  .tm-home-human-editorial .tm-home-human-image img {
    display: block !important;
    width: min(100%, 420px);
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 12%;
    border-radius: 24px;
  }

  .tm-home-human-editorial .tm-home-human-caption {
    display: block;
  }

  .tm-home-human-editorial .tm-home-trust-list {
    order: 5;
    margin-top: 12px;
  }
}

/* v76 Mobile Rhythm: einheitliche Abstände zwischen Eyebrow, Headline, Text und Inhalt */
@media (max-width: 760px) {
  .toabai-home .tm-eyebrow {
    margin-bottom: 18px;
  }

  .tm-home-hero .tm-eyebrow,
  .tm-home-consequence-copy .tm-eyebrow,
  .tm-home-promise-copy .tm-eyebrow,
  .tm-home-responsibility-copy .tm-eyebrow,
  .tm-home-relax-head .tm-eyebrow,
  .tm-home-human-editorial .tm-home-trust-content > .tm-eyebrow,
  .tm-home-final-cta-box .tm-eyebrow,
  .tm-home-knowledge-head .tm-eyebrow {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .tm-home-hero h1,
  .tm-home-consequence-copy h2,
  .tm-home-promise-copy h2,
  .tm-home-responsibility-copy h2,
  .tm-home-relax-head h2,
  .tm-home-human-editorial .tm-home-trust-content h2,
  .tm-home-final-cta-box h2,
  .tm-home-knowledge-head h2 {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .tm-home-hero .tm-lead,
  .tm-home-consequence-copy > p:not(.tm-eyebrow),
  .tm-home-promise-text p,
  .tm-home-responsibility-copy .tm-lead,
  .tm-home-relax-head p,
  .tm-home-human-editorial .tm-home-trust-text,
  .tm-home-final-cta-box > p:not(.tm-eyebrow),
  .tm-home-knowledge-head p {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .tm-home-hero-actions,
  .tm-home-consequence-visual,
  .tm-home-promise-values,
  .tm-home-relief-stage,
  .tm-home-responsibility-action,
  .tm-home-human-editorial .tm-home-human-image,
  .tm-home-final-cta-actions,
  .tm-home-knowledge-grid {
    margin-top: 0;
  }

  .tm-home-promise-text p {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-home-responsibility-copy,
  .tm-home-relax-head,
  .tm-home-knowledge-head {
    gap: 0;
  }

  .tm-home-responsibility-copy + .tm-home-relief-stage,
  .tm-home-knowledge-head + .tm-home-knowledge-grid {
    margin-top: 0;
  }

  .tm-home-relax-head p {
    margin-bottom: 0;
  }
}

@media (max-width: 520px) {
  .tm-home-hero h1,
  .tm-home-consequence-copy h2,
  .tm-home-promise-copy h2,
  .tm-home-responsibility-copy h2,
  .tm-home-relax-head h2,
  .tm-home-human-editorial .tm-home-trust-content h2,
  .tm-home-final-cta-box h2,
  .tm-home-knowledge-head h2 {
    margin-bottom: 22px;
  }

  .tm-home-hero .tm-lead,
  .tm-home-consequence-copy > p:not(.tm-eyebrow),
  .tm-home-promise-text p,
  .tm-home-responsibility-copy .tm-lead,
  .tm-home-human-editorial .tm-home-trust-text,
  .tm-home-final-cta-box > p:not(.tm-eyebrow),
  .tm-home-knowledge-head p {
    margin-bottom: 30px;
  }
}


/* v77 Final Mobile Polish: Hero-Link und kompakter Rhythmus in zwei mobilen Sections */
@media (max-width: 760px) {
  .tm-home-promise-copy h2,
  .tm-home-human-editorial .tm-home-trust-content h2 {
    margin-bottom: 16px;
  }

  .tm-home-promise-text p,
  .tm-home-human-editorial .tm-home-trust-text {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .tm-home-promise-copy h2,
  .tm-home-human-editorial .tm-home-trust-content h2 {
    margin-bottom: 16px;
  }
}


/* =========================
   v736 · Startseite Hero
   Button-System + saubere Hero-Breakpoints
========================= */

/* Hero-Buttons an das aktuelle toabai.media Button-System angleichen */
.tm-home-hero-question .tm-hero-mockup-actions {
  gap: 14px;
}

.tm-home-hero-question .tm-btn-primary {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(37, 99, 235, .22);
}

.tm-home-hero-question .tm-btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.tm-home-hero-question .tm-hero-text-link {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(226, 232, 240, .96);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #0f172a;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
}

.tm-home-hero-question .tm-hero-text-link:hover {
  border-color: rgba(37, 99, 235, .24);
  background: #ffffff;
  color: #2563eb;
  transform: translateY(-1px);
}

/* Großer Desktop bleibt zweispaltig und bewusst stark */
@media (min-width: 1281px) {
  .tm-home-hero-question .tm-hero-mockup-grid {
    align-items: center;
  }
}

/* Kritischer Zwischenbereich: Headline natürlicher umbrechen, Grafik bleibt daneben */
@media (min-width: 1081px) and (max-width: 1280px) {
  .tm-home-hero-question .tm-hero-mockup-grid {
    grid-template-columns: minmax(0, .95fr) minmax(460px, .9fr) !important;
    gap: clamp(34px, 4.4vw, 62px) !important;
    align-items: center;
  }

  .tm-home-hero-question .tm-hero-mockup-copy {
    max-width: 620px;
  }

  .tm-home-hero-question h1 {
    max-width: 620px;
    font-size: clamp(3rem, 4.15vw, 4.35rem);
    line-height: 1.01;
    letter-spacing: -.068em;
  }

  .tm-home-hero-question h1 br {
    display: none;
  }

  .tm-home-hero-question h1 span {
    display: inline;
  }

  .tm-home-hero-question .tm-lead {
    max-width: 540px;
    margin-top: 24px;
  }

  .tm-home-hero-question .tm-hero-product-stage {
    width: min(100%, 560px);
  }

  .tm-hero-question-list {
    padding: 26px 30px 18px;
  }

  .tm-hero-question-list div {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    min-height: 62px;
  }

  .tm-hero-question-status {
    width: 34px;
    height: 34px;
    font-size: 1.08rem;
  }

  .tm-hero-question-list strong {
    font-size: 1.04rem;
  }

  .tm-hero-question-note {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 20px 30px 24px;
    font-size: 1rem;
  }

  .tm-hero-question-note span {
    width: 38px;
    height: 38px;
  }

  .tm-hero-question-note svg {
    width: 32px;
    height: 32px;
  }
}

/* Tablet: früher sauber stapeln, aber nicht wie ein aufgeblasener Desktop wirken lassen */
@media (min-width: 761px) and (max-width: 1080px) {
  .tm-home-hero-question .tm-hero-mockup-grid {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .tm-home-hero-question .tm-hero-mockup-copy,
  .tm-home-hero-question .tm-hero-product-stage {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-home-hero-question h1 {
    max-width: 760px;
    font-size: clamp(3.35rem, 7.2vw, 4.8rem);
    line-height: 1.01;
    letter-spacing: -.068em;
  }

  .tm-home-hero-question h1 br {
    display: none;
  }

  .tm-home-hero-question h1 span {
    display: inline;
  }

  .tm-home-hero-question .tm-lead {
    max-width: 640px;
  }

  .tm-home-hero-question .tm-hero-mockup-visual {
    justify-content: center;
  }
}

/* Mobile: natürliche Headline und einheitliche Buttons */
@media (max-width: 760px) {
  .tm-home-hero-question h1 br {
    display: none;
  }

  .tm-home-hero-question h1 span {
    display: inline;
  }

  .tm-home-hero-question .tm-hero-mockup-actions {
    gap: 12px;
  }

  .tm-home-hero-question .tm-btn-primary,
  .tm-home-hero-question .tm-hero-text-link {
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }

  .tm-home-hero-question .tm-hero-text-link {
    padding: 0 18px;
  }
}



/* Tablet-Zwischenbereich: Headline kontrolliert, nicht gequetscht */
@media (min-width: 761px) and (max-width: 1080px) {
  .tm-home-hero-question h1 {
    font-size: clamp(3rem, 6.2vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: -.066em;
  }
}




/* =========================
   v740 · Einheitlicher mobiler Hero-Start: Startseite
========================= */

@media (max-width: 767px) {
  .tm-home-hero-question {
    padding-top: var(--tm-hero-mobile-top) !important;
    padding-bottom: var(--tm-hero-mobile-bottom) !important;
  }

  .tm-home-hero-question .tm-eyebrow {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: var(--tm-hero-eyebrow-margin-bottom) !important;
    padding-top: 0 !important;
    color: var(--tm-hero-eyebrow-color) !important;
    font-size: var(--tm-hero-eyebrow-size) !important;
    font-weight: var(--tm-hero-eyebrow-weight) !important;
    letter-spacing: var(--tm-hero-eyebrow-spacing) !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
  }

  .tm-home-hero-question h1 {
    font-size: var(--tm-hero-title-mobile) !important;
    line-height: var(--tm-hero-title-line) !important;
    letter-spacing: var(--tm-hero-title-spacing) !important;
  }

  .tm-home-hero-question .tm-lead {
    margin-top: 22px !important;
    font-size: var(--tm-hero-lead-mobile) !important;
    line-height: var(--tm-hero-lead-line) !important;
  }

  .tm-home-hero-question .tm-hero-mockup-actions {
    margin-top: 28px !important;
  }


  .tm-home-hero-question h1 {
    font-size: var(--tm-hero-title-mobile-strong) !important;
  }

  .tm-home-hero-question h1 br {
    display: none !important;
  }

  .tm-home-hero-question h1 span {
    display: inline !important;
  }

  .tm-home-hero-question .tm-btn-primary,
  .tm-home-hero-question .tm-hero-text-link {
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }
}


/* =========================
   v747 · Startseite Hero Button Fix
   Desktop nebeneinander, Mobile untereinander
========================= */

@media (min-width: 761px) {
  .tm-home-hero-question .tm-hero-mockup-actions,
  .tm-home-hero-question .tm-home-hero-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
  }

  .tm-home-hero-question .tm-hero-mockup-actions .tm-btn,
  .tm-home-hero-question .tm-home-hero-actions .tm-btn,
  .tm-home-hero-question .tm-hero-text-link {
    width: auto !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 760px) {
  .tm-home-hero-question .tm-hero-mockup-actions,
  .tm-home-hero-question .tm-home-hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .tm-home-hero-question .tm-hero-mockup-actions .tm-btn,
  .tm-home-hero-question .tm-home-hero-actions .tm-btn,
  .tm-home-hero-question .tm-hero-text-link {
    width: 100% !important;
    justify-content: center !important;
  }
}


/* v748 · Startseite Button-Fix in Page-CSS */
@media (min-width: 761px) {
  .tm-home-hero-question .tm-hero-mockup-actions,
  .tm-home-hero-question .tm-home-hero-actions {
    display: flex !important;
    flex-direction: row !important;
  }

  .tm-home-hero-question .tm-hero-mockup-actions > a,
  .tm-home-hero-question .tm-home-hero-actions > a {
    width: auto !important;
    flex: 0 0 auto !important;
  }
}


/* =========================
   v829 · Startseite Hero Laptop-Dashboard
   Ersetzt die interne Browser-Grafik durch ein eigenständiges Bild-Asset.
========================= */

.tm-home-hero-question .tm-hero-laptop-stage {
  width: min(100%, 780px);
  isolation: isolate;
}

.tm-hero-laptop-asset {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.tm-hero-laptop-asset img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  filter: drop-shadow(0 30px 56px rgba(15, 23, 42, .18));
  transform: translateZ(0);
}

.tm-home-hero-question .tm-hero-laptop-stage .tm-hero-product-glow {
  inset: -8% -8% -16%;
  background:
    radial-gradient(circle at 62% 20%, rgba(37, 99, 235, .20), transparent 38%),
    radial-gradient(circle at 52% 84%, rgba(15, 23, 42, .08), transparent 42%);
  filter: blur(28px);
}

@media (min-width: 1281px) {
  .tm-home-hero-question .tm-hero-laptop-stage {
    margin-right: max(-18px, -1.2vw);
  }
}

@media (min-width: 1081px) and (max-width: 1280px) {
  .tm-home-hero-question .tm-hero-laptop-stage {
    width: min(100%, 620px);
  }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .tm-home-hero-question .tm-hero-laptop-stage {
    width: min(100%, 760px);
  }
}

@media (max-width: 760px) {
  .tm-home-hero-question .tm-hero-laptop-stage {
    width: min(100%, 620px);
    margin-top: 6px;
    overflow: visible;
  }

  .tm-hero-laptop-asset img {
    width: 112%;
    margin-left: -6%;
    filter: drop-shadow(0 22px 42px rgba(15, 23, 42, .16));
  }
}

@media (max-width: 430px) {
  .tm-hero-laptop-asset img {
    width: 118%;
    margin-left: -9%;
  }
}

/* =========================================
   v830 · Startseite Hero/Problem/Mobile Rhythmus
   Umsetzung: mehr Abstand im mobilen Hero, größeres Laptop, Problem-Kette statt zweitem Status-Dashboard, luftigere Cards.
========================================= */

/* Hero: Link-Button und Laptop mobil klarer voneinander trennen */
@media (max-width: 760px) {
  .tm-home-hero-question .tm-hero-mockup-grid {
    gap: 40px !important;
  }

  .tm-home-hero-question .tm-hero-mockup-actions {
    margin-bottom: 2px !important;
  }

  .tm-home-hero-question .tm-hero-laptop-stage {
    margin-top: 4px;
    margin-bottom: 6px;
  }

  .tm-hero-laptop-asset img {
    width: 118%;
    margin-left: -9%;
  }
}

@media (max-width: 430px) {
  .tm-hero-laptop-asset img {
    width: 124%;
    margin-left: -12%;
  }
}

/* Konsequenz: keine zweite Statusgrafik, sondern Ursache-Wirkung-Kette */
.tm-home-consequence-chain {
  padding: clamp(24px, 2.6vw, 34px);
  background:
    radial-gradient(circle at 86% 0%, rgba(239, 68, 68, .075), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(37, 99, 235, .055), transparent 38%),
    rgba(255, 255, 255, .93);
}

.tm-home-consequence-chain .tm-home-consequence-card-top span {
  color: #0f172a;
  font-weight: 820;
}

.tm-home-consequence-chain .tm-home-consequence-card-top strong {
  color: #dc2626;
}

.tm-home-consequence-chain .tm-home-consequence-card-top strong::before {
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(220, 38, 38, .10);
}

.tm-home-consequence-chain-list {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 24px 0 20px;
  list-style: none;
}

.tm-home-consequence-chain-list::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 38px;
  bottom: 34px;
  width: 1px;
  background: linear-gradient(180deg, rgba(239, 68, 68, .24), rgba(37, 99, 235, .18));
}

.tm-home-consequence-chain-list li {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.tm-home-consequence-chain-list > li > span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(239, 68, 68, .22);
  color: #dc2626;
  font-size: .86rem;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .055);
}

.tm-home-consequence-chain-list div {
  padding: 16px 18px;
  border: 1px solid rgba(226, 232, 240, .88);
  border-radius: 18px;
  background: rgba(248, 250, 252, .72);
}

.tm-home-consequence-chain-list strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: -.028em;
}

.tm-home-consequence-chain-list p {
  margin: 0;
  color: #64748b;
  font-size: .92rem;
  line-height: 1.48;
}

.tm-home-consequence-chain-note {
  margin: 0;
  padding: 18px 18px 0;
  border-top: 1px solid rgba(226, 232, 240, .92);
  color: #0f172a;
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.5;
  text-align: left;
}

/* Mobile: Card-Abschnitte luftiger und weniger gedrängt */
@media (max-width: 760px) {
  .tm-home-consequence-layout,
  .tm-home-promise-layout,
  .tm-home-trust-editorial .tm-home-trust-grid {
    gap: 42px;
  }

  .tm-home-promise-values,
  .tm-home-background-care-grid,
  .tm-home-knowledge-grid {
    gap: 18px;
  }

  .tm-home-consequence-card,
  .tm-home-promise-value,
  .tm-home-background-care-grid article,
  .tm-home-knowledge-grid article,
  .tm-home-knowledge-card {
    margin-bottom: 2px;
  }

  .tm-home-responsibility-action {
    margin-top: 40px;
  }

  .tm-home-consequence-chain-list {
    gap: 16px;
    padding-top: 22px;
  }

  .tm-home-consequence-chain-list li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
  }

  .tm-home-consequence-chain-list > li > span {
    width: 36px;
    height: 36px;
  }

  .tm-home-consequence-chain-list::before {
    left: 17px;
  }

  .tm-home-consequence-chain-list div {
    padding: 15px 16px;
  }
}

.tm-home-consequence-chain > .tm-home-consequence-chain-note {
  margin: 0;
  padding: 18px 18px 0;
  border-top: 1px solid rgba(226, 232, 240, .92);
  color: #0f172a;
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.5;
  text-align: left;
}

/* v831: Promise cards as linked navigation cards */
.tm-home-promise-value-link {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  text-align: left;
  color: inherit;
  text-decoration: none;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.tm-home-promise-value-link:hover,
.tm-home-promise-value-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .34);
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, .08), transparent 36%),
    #ffffff;
  box-shadow:
    0 26px 70px rgba(15, 23, 42, .10),
    0 10px 28px rgba(37, 99, 235, .08),
    inset 0 1px 0 rgba(255, 255, 255, .96);
}

.tm-home-promise-value-link:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .22);
  outline-offset: 4px;
}

.tm-home-promise-card-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 16px;
  color: #2563eb;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .96), transparent 40%),
    rgba(37, 99, 235, .09);
  border: 1px solid rgba(37, 99, 235, .14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
}

.tm-home-promise-card-copy {
  min-width: 0;
}

.tm-home-promise-value-link .tm-home-promise-card-copy h3,
.tm-home-promise-value-link .tm-home-promise-card-copy p {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.tm-home-promise-value-link .tm-home-promise-card-copy p {
  max-width: 340px;
}

.tm-home-promise-card-arrow {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  transition:
    transform .18s ease,
    background .18s ease;
}

.tm-home-promise-value-link:hover .tm-home-promise-card-arrow,
.tm-home-promise-value-link:focus-visible .tm-home-promise-card-arrow {
  transform: translateX(3px);
  background: rgba(37, 99, 235, .13);
}

@media (max-width: 760px) {
  .tm-home-promise-value-link {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tm-home-promise-value-link .tm-home-promise-card-copy h3,
  .tm-home-promise-value-link .tm-home-promise-card-copy p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-home-promise-card-arrow {
    margin-top: 2px;
  }
}

/* V832: Wissensbereich als vollständige Kategorie-Übersicht */
/* V833: Link-Zeile in den Wissenskarten korrigiert, damit Pfeil und Text sauber zusammenstehen. */
.tm-home-knowledge-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 30px;
  background: rgba(255, 255, 255, .9);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, .055),
    inset 0 1px 0 rgba(255, 255, 255, .94);
  color: inherit;
  text-decoration: none;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    background-color .22s ease;
}

.tm-home-knowledge-card:hover,
.tm-home-knowledge-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, .26);
  background: #ffffff;
  box-shadow:
    0 30px 86px rgba(15, 23, 42, .085),
    0 0 0 1px rgba(37, 99, 235, .06),
    inset 0 1px 0 rgba(255, 255, 255, .98);
}

.tm-home-knowledge-card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .28);
  outline-offset: 4px;
}

.tm-home-knowledge-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(37, 99, 235, .11), rgba(37, 99, 235, .045));
  color: #2563eb;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .12);
}

.tm-home-knowledge-card-icon svg {
  width: 22px;
  height: 22px;
}

.tm-home-knowledge-card-kicker {
  display: inline-flex;
  margin-bottom: 20px;
  color: #2563eb;
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tm-home-knowledge-card h3 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(1.16rem, 1.24vw, 1.36rem);
  font-weight: 790;
  line-height: 1.16;
  letter-spacing: -.04em;
}

.tm-home-knowledge-card p {
  margin: 0;
  color: #64748b;
  font-size: .97rem;
  line-height: 1.62;
}

.tm-home-knowledge-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 24px;
  color: #2563eb;
  font-size: .76rem;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tm-home-knowledge-card-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0;
  color: currentColor;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  transform: translateY(0);
  transition: transform .2s ease;
}

.tm-home-knowledge-card:hover .tm-home-knowledge-card-link span,
.tm-home-knowledge-card:focus-visible .tm-home-knowledge-card-link span {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .tm-home-knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tm-home-knowledge-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tm-home-knowledge-card {
    padding: 26px;
    border-radius: 26px;
  }

  .tm-home-knowledge-card-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 16px;
  }

  .tm-home-knowledge-card-kicker {
    margin-bottom: 16px;
  }
}

/* v849 · Startseite Eyebrow-System
   Einheitliche Abschnitts-Eyebrows ohne section-spezifische Sonderwerte. */
.toabai-home .tm-eyebrow,
.toabai-home .tm-unified-eyebrow {
  display: block;
  margin: 0 0 18px;
  padding: 0;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .155em;
  line-height: 1.15;
  text-transform: uppercase;
  transform: none;
}

.toabai-home .tm-home-hero .tm-eyebrow,
.toabai-home .tm-home-consequence-copy .tm-eyebrow,
.toabai-home .tm-home-promise-copy .tm-eyebrow,
.toabai-home .tm-home-responsibility-copy .tm-eyebrow,
.toabai-home .tm-home-background-care-head .tm-eyebrow,
.toabai-home .tm-home-relax-head .tm-eyebrow,
.toabai-home .tm-home-human-editorial .tm-home-trust-content > .tm-eyebrow,
.toabai-home .tm-home-final-cta-box .tm-eyebrow,
.toabai-home .tm-home-knowledge-head .tm-eyebrow {
  margin-top: 0;
  margin-bottom: 18px;
}

@media (max-width: 760px) {
  .toabai-home .tm-eyebrow,
  .toabai-home .tm-unified-eyebrow {
    margin-bottom: 18px;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .15em;
    line-height: 1.15;
  }
}

/* v850 · Startseite Eyebrows: zentrierte Eyebrows in Website-Check- und Wissen-Section
   Diese beiden Abschnitts-Eyebrows sitzen über zentrierten Headlines und werden
   deshalb als kompakte Zeile mittig zur jeweiligen Überschrift ausgerichtet. */
.toabai-home .tm-home-final-cta-box > .tm-eyebrow.tm-unified-eyebrow,
.toabai-home .tm-home-knowledge-head > .tm-eyebrow.tm-unified-eyebrow {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* v851 · Startseite: Konsequenz-Card Header harmonisiert
   Die beiden Texte im oberen Bereich der Visual-Card werden als ruhiger,
   zweispaltiger Header gesetzt. Auf kleinen Viewports stapeln sie sauber. */
.toabai-home .tm-home-consequence-chain .tm-home-consequence-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  padding-bottom: 20px;
}

.toabai-home .tm-home-consequence-chain .tm-home-consequence-card-top span {
  min-width: 0;
  max-width: 15ch;
  color: #0f172a;
  font-size: clamp(.88rem, .92vw, .98rem);
  font-weight: 830;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.toabai-home .tm-home-consequence-chain .tm-home-consequence-card-top strong {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  max-width: 18ch;
  color: #dc2626;
  font-size: clamp(.68rem, .72vw, .78rem);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: .095em;
  text-transform: uppercase;
  text-align: left;
}

.toabai-home .tm-home-consequence-chain .tm-home-consequence-card-top strong::before {
  content: "";
  align-self: center;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(220, 38, 38, .10);
}

@media (max-width: 760px) {
  .toabai-home .tm-home-consequence-chain .tm-home-consequence-card-top {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
  }

  .toabai-home .tm-home-consequence-chain .tm-home-consequence-card-top span,
  .toabai-home .tm-home-consequence-chain .tm-home-consequence-card-top strong {
    max-width: 100%;
  }

  .toabai-home .tm-home-consequence-chain .tm-home-consequence-card-top strong {
    width: fit-content;
  }
}

/* =========================================
   v854 · Startseite Hero-Bild Desktop größer
   Mobile bleibt bewusst unverändert.
========================================= */
@media (min-width: 1281px) {
  .tm-home-hero-question .tm-hero-mockup-grid {
    grid-template-columns: minmax(360px, 0.82fr) minmax(720px, 1.18fr) !important;
    gap: clamp(48px, 5.2vw, 86px) !important;
  }

  .tm-home-hero-question .tm-hero-laptop-stage {
    width: min(58vw, 940px);
    margin-right: clamp(-86px, -3.6vw, -34px);
  }

  .tm-home-hero-question .tm-hero-laptop-asset img {
    width: 108%;
    margin-left: -4%;
  }
}

@media (min-width: 1081px) and (max-width: 1280px) {
  .tm-home-hero-question .tm-hero-laptop-stage {
    width: min(100%, 720px);
  }
}

/* v857: Startseite, persönlicher Ansprechpartner nur Desktop kompakter ausrichten */
@media (min-width: 1101px) {
  .tm-home-human-editorial .tm-page-inner-wide {
    max-width: 1120px;
  }

  .tm-home-human-editorial .tm-home-trust-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .74fr);
    gap: clamp(36px, 4.2vw, 64px);
    align-items: center;
  }

  .tm-home-human-editorial .tm-home-trust-content {
    max-width: 620px;
  }

  .tm-home-human-editorial .tm-home-trust-content h2 {
    max-width: 620px;
  }

  .tm-home-human-editorial .tm-home-trust-text,
  .tm-home-human-editorial .tm-home-trust-list {
    max-width: 500px;
  }

  .tm-home-human-editorial .tm-home-human-image {
    justify-content: flex-start;
    min-height: clamp(520px, 42vw, 640px);
  }

  .tm-home-human-editorial .tm-home-human-image img {
    width: min(100%, 460px);
    height: clamp(520px, 42vw, 640px);
  }

  .tm-home-human-editorial .tm-home-human-image::before {
    inset: auto 4% 2% -4%;
  }
}

/* Startseite v917: einheitlicher Eyebrow-Abstand bei zentrierten Abschnitts-Headlines */
.toabai-home-v2 :where(
  .tm-home-promise-copy,
  .tm-home-responsibility-copy,
  .tm-home-background-care-head,
  .tm-home-relax-head,
  .tm-home-final-cta-box,
  .tm-home-knowledge-head
) > .tm-eyebrow,
.toabai-home-v2 :where(
  .tm-home-promise-copy,
  .tm-home-responsibility-copy,
  .tm-home-background-care-head,
  .tm-home-relax-head,
  .tm-home-final-cta-box,
  .tm-home-knowledge-head
) > .tm-unified-eyebrow {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: clamp(14px, 1.35vw, 18px) !important;
}

.toabai-home-v2 :where(
  .tm-home-promise-copy,
  .tm-home-responsibility-copy,
  .tm-home-background-care-head,
  .tm-home-relax-head,
  .tm-home-final-cta-box,
  .tm-home-knowledge-head
) > h2 {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .toabai-home-v2 :where(
    .tm-home-promise-copy,
    .tm-home-responsibility-copy,
    .tm-home-background-care-head,
    .tm-home-relax-head,
    .tm-home-final-cta-box,
    .tm-home-knowledge-head
  ) > .tm-eyebrow,
  .toabai-home-v2 :where(
    .tm-home-promise-copy,
    .tm-home-responsibility-copy,
    .tm-home-background-care-head,
    .tm-home-relax-head,
    .tm-home-final-cta-box,
    .tm-home-knowledge-head
  ) > .tm-unified-eyebrow {
    margin-bottom: 12px !important;
  }
}

/* v941 Startseite mobile: einheitlicher Rhythmus und mobile Ausrichtung */
@media (max-width: 760px) {
  /* Abschnitt "Ihre Aufgabe. Unsere Verantwortung.": Abstand Headline zu Text angleichen */
  .tm-home-promise-layout {
    gap: 0 !important;
  }

  .tm-home-promise-copy h2 {
    margin-bottom: 16px !important;
  }

  .tm-home-promise-text {
    margin-top: 0 !important;
  }

  .tm-home-promise-text p {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  /* Linksbuendige Eyebrows fuer linksbuendige mobile Abschnitte */
  .tm-home-responsibility-copy > .tm-eyebrow,
  .tm-home-responsibility-copy > .tm-unified-eyebrow,
  .tm-home-relax-head > .tm-eyebrow,
  .tm-home-relax-head > .tm-unified-eyebrow,
  .tm-home-knowledge-head > .tm-eyebrow,
  .tm-home-knowledge-head > .tm-unified-eyebrow {
    justify-content: flex-start !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tm-home-responsibility-copy,
  .tm-home-knowledge-head {
    text-align: left !important;
  }

  .tm-home-responsibility-copy h2,
  .tm-home-responsibility-copy .tm-lead,
  .tm-home-knowledge-head h2,
  .tm-home-knowledge-head p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  /* Persoenlicher Ansprechpartner: Grid-Gap erzeugte mobil zu grosse Textabstaende */
  .tm-home-human-editorial .tm-home-trust-grid {
    row-gap: 0 !important;
  }

  .tm-home-human-editorial .tm-home-trust-content > .tm-eyebrow {
    margin-bottom: 12px !important;
  }

  .tm-home-human-editorial .tm-home-trust-content > h2 {
    margin-bottom: 16px !important;
  }

  .tm-home-human-editorial .tm-home-trust-text {
    margin-top: 0 !important;
    margin-bottom: 28px !important;
  }

  .tm-home-human-editorial .tm-home-human-image {
    margin-top: 0 !important;
  }
}

/* v992: Website-Check Ablauf direkt nach dem Hero */
.tm-home-check-flow {
  padding: clamp(72px, 7vw, 112px) 0;
  background: #ffffff;
}

.tm-home-check-flow-head {
  max-width: 900px;
  margin: 0 auto clamp(28px, 4vw, 46px);
  text-align: center;
}

.tm-home-check-flow-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.25rem, 4.2vw, 4.55rem);
  font-weight: 840;
  line-height: .98;
  letter-spacing: -.068em;
}

.tm-home-check-flow-head p:not(.tm-eyebrow) {
  max-width: 720px;
  margin: 20px auto 0;
  color: #64748b;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.72;
}

.tm-home-check-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .94);
  border-radius: 30px;
  background: rgba(226, 232, 240, .96);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .06);
}

.tm-home-check-flow-grid article {
  min-height: 230px;
  padding: clamp(22px, 2.6vw, 32px);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .075), transparent 36%),
    #fff;
}

.tm-home-check-flow-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 38px;
  border-radius: 15px;
  background: #eff6ff;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
}

.tm-home-check-flow-grid h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(1.15rem, 1.35vw, 1.38rem);
  font-weight: 830;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.tm-home-check-flow-grid p {
  margin: 0;
  color: #64748b;
  font-size: .98rem;
  line-height: 1.62;
}

.tm-home-check-flow-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(26px, 3vw, 38px);
}

@media (max-width: 980px) {
  .tm-home-check-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tm-home-check-flow {
    padding: 58px 0;
  }

  .tm-home-check-flow-head {
    text-align: left;
  }

  .tm-home-check-flow-head h2 {
    font-size: clamp(2.1rem, 10vw, 3.25rem);
  }

  .tm-home-check-flow-grid {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .tm-home-check-flow-grid article {
    min-height: 0;
    padding: 24px;
  }

  .tm-home-check-flow-grid span {
    margin-bottom: 18px;
  }

  .tm-home-check-flow-actions,
  .tm-home-check-flow-actions .tm-btn {
    width: 100%;
  }
}
