/* =========================
   PAGE: WEBSITE PRÜFEN
========================= */

#content.website-check-page {
  background:
    radial-gradient(circle at 82% 0%, rgba(37, 99, 235, .08), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 44%, #f8fafc 100%);
}


/* =========================
   WEBSITE CHECK LOADER BRAND FIX
========================= */

.tm-scan-loader .tm-scan-brand {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.tm-scan-loader .tm-scan-brand-prefix {
  color: #64748b;
  font-weight: 500;
}

.tm-scan-loader .tm-scan-logo {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.tm-scan-loader .tm-scan-logo-main,
.tm-scan-loader .tm-scan-logo-dot {
  color: #0f172a !important;
}

.tm-scan-loader .tm-scan-logo-sub {
  color: #2563eb !important;
}

.tm-scan-loader .tm-scan-brand strong {
  color: #0f172a !important;
}

@media (max-width: 640px) {
  .tm-scan-loader .tm-scan-brand {
    margin-top: 24px;
    font-size: 0.88rem;
  }

  .tm-scan-loader .tm-scan-logo {
    font-size: 0.98rem;
  }
}


/* =========================
   LAUNCH MOBILE VIEWPORT ALIGNMENT: WEBSITE-CHECK
   Layout only. No funnel, check logic or result changes.
========================= */

@media (max-width: 760px) {
  .website-check-page .tm-wc-landing-hero {
    padding-top: 50px;
    padding-bottom: 58px;
  }

  .website-check-page .tm-wc-landing-hero .tm-page-hero-grid {
    gap: 26px;
  }

  .website-check-page .tm-wc-landing-hero .tm-page-hero-lead {
    margin-top: 18px;
  }

  .website-check-page .tm-wc-start-card {
    padding: 22px;
    border-radius: 28px;
  }

  .website-check-page .tm-wc-start-card h2 {
    margin-bottom: 18px;
  }

  .website-check-page .tm-check-form {
    gap: 12px;
  }
}

@media (max-width: 420px) {
  .website-check-page .tm-wc-landing-hero {
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .website-check-page .tm-wc-start-card {
    padding: 20px;
  }
}
