
/* =========================
   PAGE: WEBSITE PRÜFEN · v745
   Website-Check Landing/Funnel
========================= */

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

.website-check-page .tm-wc-landing-hero {
  padding: clamp(86px, 8vw, 128px) 0 clamp(76px, 8vw, 118px);
  background:
    radial-gradient(circle at 84% 14%, rgba(37, 99, 235, .16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.website-check-page .tm-wc-landing-hero .tm-page-hero-grid {
  grid-template-columns: minmax(0, .95fr) minmax(420px, .75fr);
  gap: clamp(52px, 7vw, 104px);
  align-items: center;
}

.website-check-page .tm-wc-hero-copy {
  max-width: 790px;
}

.website-check-page .tm-wc-landing-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(3.55rem, 5.7vw, 6.35rem);
  font-weight: 850;
  line-height: .96;
  letter-spacing: -.078em;
}

.website-check-page .tm-wc-landing-hero .tm-page-hero-lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: #475569;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.72;
}

.website-check-page .tm-wc-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.website-check-page .tm-wc-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: #334155;
  font-size: .86rem;
  font-weight: 820;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .04);
}

.website-check-page .tm-wc-hero-points svg {
  width: 17px;
  height: 17px;
  color: #2563eb;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
}

.website-check-page .tm-wc-start-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3.2vw, 42px);
  border: 1px solid rgba(226, 232, 240, .94);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .10), transparent 38%),
    rgba(255,255,255,.96);
  box-shadow:
    0 34px 90px rgba(15, 23, 42, .11),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.website-check-page .tm-wc-start-card .tm-form-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.website-check-page .tm-wc-start-card h2 {
  margin: 0 0 24px;
  color: #0f172a;
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  font-weight: 830;
  line-height: 1.02;
  letter-spacing: -.065em;
}

.website-check-page .tm-check-form {
  display: grid;
  gap: 14px;
}

.website-check-page .tm-check-form input {
  width: 100%;
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid rgba(203, 213, 225, .96);
  border-radius: 20px;
  background: #fff;
  color: #0f172a;
  font-size: 1.08rem;
  outline: 0;
}

.website-check-page .tm-check-form input:focus {
  border-color: rgba(37,99,235,.55);
  box-shadow: 0 0 0 4px rgba(37,99,235,.10);
}

.website-check-page .tm-check-form .tm-btn,
.website-check-page .tm-check-form button {
  width: 100%;
  min-height: 58px;
  border-radius: 999px;
}

.website-check-page .tm-check-trust-note {
  margin: 14px 0 0;
  color: #64748b;
  font-size: .93rem;
  line-height: 1.45;
  text-align: center;
}

/* Shared sections */
.website-check-page .tm-wc-process,
.website-check-page .tm-wc-preview,
.website-check-page .tm-wc-personal,
.website-check-page .tm-wc-soft-conversion {
  padding: clamp(76px, 8vw, 124px) 0;
}

.website-check-page .tm-section-head-center {
  max-width: 850px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.website-check-page .tm-section-head-center h2,
.website-check-page .tm-wc-personal h2,
.website-check-page .tm-wc-soft-box h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.45rem, 4.9vw, 5rem);
  font-weight: 820;
  line-height: .98;
  letter-spacing: -.066em;
}

.website-check-page .tm-section-head-center p:not(.tm-eyebrow),
.website-check-page .tm-wc-personal p,
.website-check-page .tm-wc-soft-box p {
  color: #64748b;
  font-size: 1.04rem;
  line-height: 1.72;
}

/* Process */
.website-check-page .tm-wc-process {
  background: #fff;
}

.website-check-page .tm-wc-process-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: 32px;
  background: rgba(226,232,240,.92);
  box-shadow: 0 24px 80px rgba(15,23,42,.06);
}

.website-check-page .tm-wc-process-grid article {
  min-height: 250px;
  padding: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.075), transparent 36%),
    #fff;
}

.website-check-page .tm-wc-process-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
  border-radius: 16px;
  background: #eff6ff;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
}

.website-check-page .tm-wc-process-grid h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(1.18rem, 1.4vw, 1.42rem);
  font-weight: 830;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.website-check-page .tm-wc-process-grid p {
  margin: 0;
  color: #64748b;
  font-size: .98rem;
  line-height: 1.62;
}

/* Preview */
.website-check-page .tm-wc-preview {
  background:
    radial-gradient(circle at 14% 0%, rgba(37,99,235,.07), transparent 32%),
    #f8fafc;
}

.website-check-page .tm-wc-preview-layout {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1fr);
  gap: clamp(26px, 4.8vw, 58px);
  align-items: center;
}

.website-check-page .tm-wc-preview-main-card {
  margin: 0;
}

.website-check-page .tm-wc-preview-browser {
  overflow: hidden;
  border: 1px solid rgba(203,213,225,.86);
  border-radius: 32px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 90px rgba(15,23,42,.10);
}

.website-check-page .tm-wc-preview-browser-top {
  display: grid;
  grid-template-columns: 14px 14px 14px 1fr;
  gap: 9px;
  align-items: center;
  min-height: 58px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(226,232,240,.92);
  background: #f8fafc;
}

.website-check-page .tm-wc-preview-browser-top span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
}

.website-check-page .tm-wc-preview-browser-top span:nth-child(1) { background: #ef4444; }
.website-check-page .tm-wc-preview-browser-top span:nth-child(2) { background: #f59e0b; }
.website-check-page .tm-wc-preview-browser-top span:nth-child(3) { background: #22c55e; }

.website-check-page .tm-wc-preview-browser-top strong {
  justify-self: center;
  color: #334155;
  font-size: .9rem;
  font-weight: 850;
}

.website-check-page .tm-wc-preview-status {
  padding: 28px 30px 16px;
}

.website-check-page .tm-wc-preview-status div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid rgba(226,232,240,.86);
}

.website-check-page .tm-wc-preview-status div:last-child {
  border-bottom: 0;
}

.website-check-page .tm-wc-preview-status span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid #ef4444;
  border-radius: 999px;
  color: #ef4444;
  font-weight: 900;
}

.website-check-page .tm-wc-preview-status .is-good span {
  border-color: #22c55e;
  background: #22c55e;
  color: #fff;
}

.website-check-page .tm-wc-preview-status svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.website-check-page .tm-wc-preview-status p {
  margin: 0;
  color: #0f172a;
  font-weight: 820;
  letter-spacing: -.025em;
}

.website-check-page .tm-wc-preview-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 20px 30px;
  border-top: 1px solid rgba(226,232,240,.92);
  background: #f8fafc;
  color: #334155;
  font-weight: 760;
}

.website-check-page .tm-wc-preview-note svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.website-check-page .tm-wc-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.website-check-page .tm-wc-preview-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(15,23,42,.045);
}

.website-check-page .tm-feature-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: #eff6ff;
  color: #2563eb;
}

.website-check-page .tm-feature-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.website-check-page .tm-wc-preview-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.22rem;
  font-weight: 830;
  letter-spacing: -.04em;
}

.website-check-page .tm-wc-preview-card p {
  margin: 0;
  color: #64748b;
  font-size: .98rem;
  line-height: 1.62;
}

/* Personal */
.website-check-page .tm-wc-personal {
  background: #fff;
}

.website-check-page .tm-wc-personal-grid {
  display: grid;
  grid-template-columns: minmax(320px, .64fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.website-check-page .tm-wc-personal-image {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(15,23,42,.08);
}

.website-check-page .tm-wc-personal-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.55;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 24px;
}

.website-check-page .tm-wc-personal-copy {
  max-width: 760px;
}

.website-check-page .tm-wc-personal-copy p:not(.tm-eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
}

.website-check-page .tm-wc-personal-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.website-check-page .tm-wc-personal-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 18px;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 760;
}

.website-check-page .tm-wc-personal-copy li svg {
  width: 21px;
  height: 21px;
  color: #2563eb;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Soft conversion */
.website-check-page .tm-wc-soft-conversion {
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.14), transparent 34%),
    linear-gradient(180deg, #020617 0%, #081127 100%);
}

.website-check-page .tm-wc-soft-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.website-check-page .tm-wc-soft-box .tm-eyebrow {
  color: #60a5fa !important;
}

.website-check-page .tm-wc-soft-box h2 {
  color: #fff;
}

.website-check-page .tm-wc-soft-box p {
  max-width: 660px;
  margin: 24px auto 0;
  color: rgba(226,232,240,.76);
}

.website-check-page .tm-wc-soft-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

@media (max-width: 980px) {
  .website-check-page .tm-wc-landing-hero .tm-page-hero-grid,
  .website-check-page .tm-wc-preview-layout,
  .website-check-page .tm-wc-personal-grid {
    grid-template-columns: 1fr;
  }

  .website-check-page .tm-wc-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .website-check-page .tm-wc-hero-copy,
  .website-check-page .tm-wc-start-card,
  .website-check-page .tm-wc-preview-browser,
  .website-check-page .tm-wc-personal-copy {
    max-width: 760px;
  }
}

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

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

  .website-check-page .tm-wc-landing-hero h1 {
    font-size: clamp(2.55rem, 10.5vw, 3.45rem);
    line-height: 1.01;
    letter-spacing: -.065em;
  }

  .website-check-page .tm-wc-landing-hero .tm-page-hero-lead {
    margin-top: 22px;
    font-size: 1.02rem;
    line-height: 1.66;
  }

  .website-check-page .tm-wc-hero-points {
    gap: 9px;
    margin-top: 22px;
  }

  .website-check-page .tm-wc-hero-points span {
    width: 100%;
    justify-content: center;
  }

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

  .website-check-page .tm-wc-start-card h2 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .website-check-page .tm-wc-process,
  .website-check-page .tm-wc-preview,
  .website-check-page .tm-wc-personal,
  .website-check-page .tm-wc-soft-conversion {
    padding: 58px 0;
  }

  .website-check-page .tm-section-head-center {
    text-align: left;
    margin-bottom: 28px;
  }

  .website-check-page .tm-section-head-center h2,
  .website-check-page .tm-wc-personal h2,
  .website-check-page .tm-wc-soft-box h2 {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
    line-height: 1.01;
  }

  .website-check-page .tm-wc-process-grid,
  .website-check-page .tm-wc-preview-grid {
    grid-template-columns: 1fr;
  }

  .website-check-page .tm-wc-process-grid {
    border-radius: 24px;
  }

  .website-check-page .tm-wc-process-grid article {
    min-height: 0;
    padding: 22px;
  }

  .website-check-page .tm-wc-process-grid span {
    margin-bottom: 20px;
  }

  .website-check-page .tm-wc-preview-browser,
  .website-check-page .tm-wc-preview-card,
  .website-check-page .tm-wc-personal-image {
    border-radius: 24px;
  }

  .website-check-page .tm-wc-preview-browser-top {
    grid-template-columns: 10px 10px 10px 1fr;
    min-height: 52px;
    padding: 0 16px;
  }

  .website-check-page .tm-wc-preview-status {
    padding: 20px 18px 10px;
  }

  .website-check-page .tm-wc-preview-note {
    padding: 18px;
  }

  .website-check-page .tm-wc-personal-image img {
    aspect-ratio: 4 / 4.1;
  }

  .website-check-page .tm-wc-soft-box {
    text-align: left;
  }

  .website-check-page .tm-wc-soft-box p {
    margin-left: 0;
    margin-right: 0;
  }

  .website-check-page .tm-wc-soft-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .website-check-page .tm-wc-soft-actions .tm-btn {
    width: 100%;
  }
}


/* =========================
   v746 · Website-Check Phase A
   Desktop spacing + personal image crop only
========================= */

@media (min-width: 1181px) {
  .website-check-page .tm-wc-landing-hero {
    padding-top: 76px !important;
    padding-bottom: 72px !important;
  }

  .website-check-page .tm-wc-process {
    padding-top: 78px !important;
  }

  .website-check-page .tm-wc-landing-hero .tm-page-hero-grid {
    align-items: center;
  }
}

@media (min-width: 981px) {
  .website-check-page .tm-wc-personal-image {
    overflow: hidden;
  }

  .website-check-page .tm-wc-personal-image img {
    aspect-ratio: 4 / 4.55;
    object-fit: cover;
    object-position: center 12%;
    transform: scale(1.18);
    transform-origin: center 18%;
  }
}


/* v749 Result Mobile First */
@media (max-width: 767px){
  .website-check-page .tm-wc-report-grid{
    display:flex !important;
    flex-direction:column !important;
    gap:18px !important;
  }

  .website-check-page .tm-wc-ampel-card{
    order:1 !important;
    padding:22px !important;
    border-radius:22px !important;
  }

  .website-check-page .tm-wc-report-content{
    order:2 !important;
  }

  .website-check-page .tm-wc-ring{
    width:124px !important;
    height:124px !important;
    margin:12px auto !important;
  }

  .website-check-page .tm-wc-report-content h1{
    margin-top:8px !important;
  }

  .website-check-page .tm-wc-personal-card{
    padding:18px !important;
    gap:16px !important;
  }

  .website-check-page .tm-wc-report-request{
    padding-top:38px !important;
  }
}


/* v750 Website Check Hero Logic */
@media (min-width: 768px){
  .website-check-page .tm-wc-report-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr) !important;
    align-items:start !important;
    gap:40px !important;
  }

  .website-check-page .tm-wc-report-content{ order:1 !important; }
  .website-check-page .tm-wc-ampel-card{ order:2 !important; }
}

@media (max-width: 767px){
  .website-check-page .tm-wc-report-grid{
    display:flex !important;
    flex-direction:column !important;
  }

  .website-check-page .tm-wc-ampel-card{ order:1 !important; }
  .website-check-page .tm-wc-report-content{ order:2 !important; }
}


/* v751 Website Check Upgrade */
.website-check-page .tm-wc-visible-checks{
  background:#fff;
}

.website-check-page .tm-wc-check-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.website-check-page .tm-wc-check-grid article{
  padding:22px;
  border:1px solid rgba(226,232,240,.92);
  border-radius:22px;
  background:#f8fafc;
}

.website-check-page .tm-wc-check-grid article.is-good{
  background:#f0fdf4;
}

.website-check-page .tm-wc-check-grid strong{
  display:block;
  margin-bottom:8px;
  font-size:1rem;
}

.website-check-page .tm-wc-check-grid span{
  color:#64748b;
  font-size:.95rem;
}

.website-check-page .tm-wc-invisible{
  background:#f8fafc;
}

.website-check-page .tm-wc-invisible-box{
  max-width:840px;
  padding:34px;
  border:1px solid rgba(226,232,240,.92);
  border-radius:28px;
  background:#fff;
}

.website-check-page .tm-wc-invisible-box ul{
  margin:22px 0 0;
  padding-left:18px;
  display:grid;
  gap:10px;
}

@media (max-width:767px){
  .website-check-page .tm-wc-check-grid{
    grid-template-columns:1fr;
  }

  .website-check-page .tm-wc-invisible-box{
    padding:22px;
  }
}


/* =========================
   v752 · Website-Check Ergebnis als Premium-Produkt
========================= */

.website-check-page .tm-wc-report-grid-v752 {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr) !important;
  gap: clamp(42px, 6vw, 86px) !important;
  align-items: center !important;
}

.website-check-page .tm-wc-status-card-v752 {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3.2vw, 40px);
  border: 1px solid rgba(226, 232, 240, .94);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .08), transparent 36%),
    #ffffff;
  box-shadow: 0 32px 85px rgba(15, 23, 42, .10);
}

.website-check-page .tm-wc-status-eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  color: #2563eb;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.website-check-page .tm-wc-status-meter {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 22px;
  align-items: center;
}

.website-check-page .tm-wc-status-ring {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #fff 0 55%, transparent 56%),
    conic-gradient(#ef4444 0 var(--tm-ring-percent), #e2e8f0 var(--tm-ring-percent) 100%);
  box-shadow: inset 0 0 0 1px rgba(226,232,240,.92);
}

.website-check-page .tm-wc-status-card-v752.is-warning .tm-wc-status-ring {
  background:
    radial-gradient(circle at center, #fff 0 55%, transparent 56%),
    conic-gradient(#f59e0b 0 var(--tm-ring-percent), #e2e8f0 var(--tm-ring-percent) 100%);
}

.website-check-page .tm-wc-status-card-v752.is-good .tm-wc-status-ring {
  background:
    radial-gradient(circle at center, #fff 0 55%, transparent 56%),
    conic-gradient(#22c55e 0 var(--tm-ring-percent), #e2e8f0 var(--tm-ring-percent) 100%);
}

.website-check-page .tm-wc-status-ring strong {
  color: #0f172a;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -.06em;
}

.website-check-page .tm-wc-status-label {
  display: inline-flex;
  margin-bottom: 8px;
  color: #ef4444;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.website-check-page .tm-wc-status-card-v752.is-warning .tm-wc-status-label { color: #d97706; }
.website-check-page .tm-wc-status-card-v752.is-good .tm-wc-status-label { color: #16a34a; }

.website-check-page .tm-wc-status-card-v752 h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.55rem, 2.1vw, 2.25rem);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -.06em;
}

.website-check-page .tm-wc-status-card-v752 p {
  margin: 22px 0 0;
  color: #64748b;
  font-size: .98rem;
  line-height: 1.65;
}

.website-check-page .tm-wc-status-next {
  margin: 22px 0;
  padding: 16px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 20px;
  background: #f8fafc;
}

.website-check-page .tm-wc-status-next strong,
.website-check-page .tm-wc-status-next span {
  display: block;
}

.website-check-page .tm-wc-status-next strong {
  color: #0f172a;
  font-size: .98rem;
  font-weight: 850;
}

.website-check-page .tm-wc-status-next span {
  margin-top: 5px;
  color: #64748b;
  font-size: .92rem;
  line-height: 1.45;
}

.website-check-page .tm-wc-status-card-v752 .tm-btn {
  width: 100%;
}

/* geprüfte Bereiche */
.website-check-page .tm-wc-visible-checks {
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.05), transparent 34%),
    #ffffff;
}

.website-check-page .tm-wc-check-grid-v752 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.website-check-page .tm-wc-check-card {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  min-height: 178px;
  padding: 22px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15,23,42,.045);
}

.website-check-page .tm-wc-check-status {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 999px;
  background: #94a3b8;
  box-shadow: 0 0 0 6px rgba(148,163,184,.12);
}

.website-check-page .tm-wc-check-card.is-good .tm-wc-check-status {
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.13);
}

.website-check-page .tm-wc-check-card.is-warning .tm-wc-check-status {
  background: #f59e0b;
  box-shadow: 0 0 0 6px rgba(245,158,11,.13);
}

.website-check-page .tm-wc-check-card small {
  display: block;
  margin-bottom: 8px;
  color: #2563eb;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.website-check-page .tm-wc-check-card h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: -.04em;
}

.website-check-page .tm-wc-check-card p {
  margin: 0;
  color: #64748b;
  font-size: .93rem;
  line-height: 1.55;
}

/* Risiko */
.website-check-page .tm-wc-risk-map {
  background: #f8fafc;
}

.website-check-page .tm-wc-risk-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.website-check-page .tm-wc-risk-grid h2,
.website-check-page .tm-wc-invisible-box-v752 h2,
.website-check-page .tm-wc-personal-card-v752 h2,
.website-check-page .tm-wc-request-box-v752 h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.35rem, 4.8vw, 4.7rem);
  font-weight: 840;
  line-height: .98;
  letter-spacing: -.068em;
}

.website-check-page .tm-wc-risk-grid p,
.website-check-page .tm-wc-invisible-box-v752 p,
.website-check-page .tm-wc-personal-card-v752 p,
.website-check-page .tm-wc-request-box-v752 p {
  color: #64748b;
  font-size: 1.04rem;
  line-height: 1.72;
}

.website-check-page .tm-wc-risk-list {
  display: grid;
  gap: 12px;
}

.website-check-page .tm-wc-risk-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(15,23,42,.045);
}

.website-check-page .tm-wc-risk-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: #eff6ff;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 900;
}

.website-check-page .tm-wc-risk-list strong {
  display: block;
  color: #0f172a;
  font-size: 1.12rem;
  font-weight: 850;
  letter-spacing: -.04em;
}

.website-check-page .tm-wc-risk-list p {
  margin: 7px 0 0;
  font-size: .95rem;
  line-height: 1.55;
}

/* nicht sichtbar */
.website-check-page .tm-wc-invisible {
  background: #ffffff;
}

.website-check-page .tm-wc-invisible-box-v752 {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.075), transparent 36%),
    #fff;
  box-shadow: 0 24px 80px rgba(15,23,42,.055);
}

.website-check-page .tm-wc-invisible-box-v752 ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.website-check-page .tm-wc-invisible-box-v752 li {
  padding: 14px 16px;
  border: 1px solid rgba(226,232,240,.92);
  border-radius: 16px;
  background: #f8fafc;
  color: #334155;
  font-weight: 760;
}

/* insights */
.website-check-page .tm-wc-insight-grid-v752 .tm-wc-card {
  padding: 26px;
}

.website-check-page .tm-wc-insight-grid-v752 span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #2563eb;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* personal */
.website-check-page .tm-wc-personal-card-v752 {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding: clamp(26px, 3.6vw, 46px);
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 85px rgba(15,23,42,.07);
}

.website-check-page .tm-wc-personal-card-v752 figure {
  margin: 0;
}

.website-check-page .tm-wc-personal-card-v752 img {
  width: 190px;
  height: 210px;
  display: block;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 26px;
}

.website-check-page .tm-wc-personal-card-v752 ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.website-check-page .tm-wc-personal-card-v752 li {
  padding: 12px 14px;
  border: 1px solid rgba(226,232,240,.92);
  border-radius: 15px;
  background: #f8fafc;
  color: #334155;
  font-weight: 740;
}

.website-check-page .tm-wc-personal-card-v752 strong,
.website-check-page .tm-wc-personal-card-v752 span {
  display: block;
}

.website-check-page .tm-wc-personal-card-v752 strong {
  color: #0f172a;
  font-weight: 850;
}

.website-check-page .tm-wc-personal-card-v752 span {
  margin-top: 4px;
  color: #64748b;
}

/* report */
.website-check-page .tm-wc-request-box-v752 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.09), transparent 34%),
    #fff;
  box-shadow: 0 30px 90px rgba(15,23,42,.08);
}

.website-check-page .tm-wc-request-box-v752 form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.website-check-page .tm-wc-request-box-v752 input {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(203,213,225,.95);
  border-radius: 16px;
}

.website-check-page .tm-wc-request-box-v752 button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-weight: 850;
}

.website-check-page .tm-wc-request-box-v752 aside {
  padding: 24px;
  border-radius: 24px;
  background: #f8fafc;
}

.website-check-page .tm-wc-request-box-v752 aside strong {
  display: block;
  margin-bottom: 16px;
}

.website-check-page .tm-wc-request-box-v752 aside ul {
  margin: 0;
  padding-left: 18px;
  color: #475569;
  line-height: 1.7;
}

.website-check-page .tm-wc-final-box h2 {
  max-width: 720px;
}

@media (max-width: 1180px) {
  .website-check-page .tm-wc-check-grid-v752 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .website-check-page .tm-wc-report-grid-v752 {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  .website-check-page .tm-wc-status-card-v752 {
    order: 1 !important;
    padding: 22px;
    border-radius: 24px;
  }

  .website-check-page .tm-wc-report-content {
    order: 2 !important;
  }

  .website-check-page .tm-wc-status-meter {
    grid-template-columns: 104px 1fr;
    gap: 16px;
  }

  .website-check-page .tm-wc-status-ring {
    width: 104px;
    height: 104px;
  }

  .website-check-page .tm-wc-status-ring strong {
    font-size: 1.55rem;
  }

  .website-check-page .tm-wc-status-card-v752 h2 {
    font-size: 1.42rem;
  }

  .website-check-page .tm-wc-check-grid-v752,
  .website-check-page .tm-wc-risk-grid,
  .website-check-page .tm-wc-invisible-box-v752,
  .website-check-page .tm-wc-personal-card-v752,
  .website-check-page .tm-wc-request-box-v752 {
    grid-template-columns: 1fr;
  }

  .website-check-page .tm-wc-check-card {
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
  }

  .website-check-page .tm-wc-risk-grid h2,
  .website-check-page .tm-wc-invisible-box-v752 h2,
  .website-check-page .tm-wc-personal-card-v752 h2,
  .website-check-page .tm-wc-request-box-v752 h2 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .website-check-page .tm-wc-risk-list article {
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }

  .website-check-page .tm-wc-invisible-box-v752,
  .website-check-page .tm-wc-personal-card-v752,
  .website-check-page .tm-wc-request-box-v752 {
    padding: 22px;
    border-radius: 24px;
  }

  .website-check-page .tm-wc-personal-card-v752 img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
}


/* =========================
   v753 · Website-Check Ergebnis 9.99/10
   Produktgefühl, Spannung, Report-Preview, nur E-Mail
========================= */

.website-check-page .tm-wc-result-product {
  padding-top: clamp(62px, 6.5vw, 92px);
  padding-bottom: clamp(70px, 7vw, 104px);
  background:
    radial-gradient(circle at 76% 4%, rgba(37, 99, 235, .13), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.website-check-page .tm-wc-product-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: clamp(28px, 3.2vw, 44px);
  padding: 10px 14px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #64748b;
  font-size: .86rem;
  font-weight: 740;
  box-shadow: 0 12px 36px rgba(15,23,42,.045);
}

.website-check-page .tm-wc-product-topline strong {
  color: #0f172a;
}

.website-check-page .tm-wc-product-topline .is-live {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

.website-check-page .tm-wc-product-hero {
  display: grid;
  grid-template-columns: minmax(380px, .74fr) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}

.website-check-page .tm-wc-product-status {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3.4vw, 44px);
  border: 1px solid rgba(226,232,240,.96);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.10), transparent 38%),
    #ffffff;
  box-shadow: 0 34px 95px rgba(15,23,42,.12);
}

.website-check-page .tm-wc-product-status-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.website-check-page .tm-wc-product-status-head span {
  color: #2563eb;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.website-check-page .tm-wc-product-status-head strong {
  color: #0f172a;
  font-size: clamp(4.4rem, 7vw, 7.2rem);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.085em;
}

.website-check-page .tm-wc-product-traffic {
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
}

.website-check-page .tm-wc-product-traffic span {
  width: 42px;
  height: 12px;
  border-radius: 999px;
  background: #e2e8f0;
}

.website-check-page .tm-wc-product-status.is-good .tm-wc-product-traffic span:nth-child(1),
.website-check-page .tm-wc-product-status.is-warning .tm-wc-product-traffic span:nth-child(2),
.website-check-page .tm-wc-product-status.is-danger .tm-wc-product-traffic span:nth-child(3) {
  background: #2563eb;
}

.website-check-page .tm-wc-product-status h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.7rem, 2.35vw, 2.6rem);
  font-weight: 860;
  line-height: 1.03;
  letter-spacing: -.065em;
}

.website-check-page .tm-wc-product-status p {
  margin: 18px 0 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.68;
}

.website-check-page .tm-wc-product-next {
  margin: 24px 0;
  padding: 18px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 20px;
  background: #f8fafc;
}

.website-check-page .tm-wc-product-next strong,
.website-check-page .tm-wc-product-next span {
  display: block;
}

.website-check-page .tm-wc-product-next strong {
  color: #0f172a;
  font-weight: 860;
}

.website-check-page .tm-wc-product-next span {
  margin-top: 6px;
  color: #64748b;
  font-size: .94rem;
  line-height: 1.45;
}

.website-check-page .tm-wc-product-status .tm-btn {
  width: 100%;
}

.website-check-page .tm-wc-product-copy h1 {
  max-width: 860px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(3.6rem, 5.8vw, 6.8rem);
  font-weight: 860;
  line-height: .92;
  letter-spacing: -.082em;
}

.website-check-page .tm-wc-product-copy > p:not(.tm-eyebrow) {
  max-width: 720px;
  margin: 26px 0 0;
  color: #475569;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.72;
}

.website-check-page .tm-wc-signal-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.website-check-page .tm-wc-signal-strip div {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
}

.website-check-page .tm-wc-signal-strip span {
  width: 13px;
  height: 13px;
  margin-top: 4px;
  border-radius: 999px;
  background: #f59e0b;
  box-shadow: 0 0 0 6px rgba(245,158,11,.13);
}

.website-check-page .tm-wc-signal-strip .is-good span {
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.13);
}

.website-check-page .tm-wc-signal-strip strong {
  display: block;
  color: #0f172a;
  font-size: .98rem;
  font-weight: 850;
  line-height: 1.22;
}

.website-check-page .tm-wc-signal-strip small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: .82rem;
  line-height: 1.4;
}

.website-check-page .tm-wc-analysis-snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 22px;
  background: rgba(226,232,240,.94);
}

.website-check-page .tm-wc-analysis-snapshot div {
  padding: 16px;
  background: #fff;
}

.website-check-page .tm-wc-analysis-snapshot span {
  display: block;
  color: #64748b;
  font-size: .78rem;
  font-weight: 760;
}

.website-check-page .tm-wc-analysis-snapshot strong {
  display: block;
  margin-top: 6px;
  color: #0f172a;
  font-size: .94rem;
  font-weight: 850;
}

/* Cards */
.website-check-page .tm-wc-check-grid-v753 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.website-check-page .tm-wc-check-card-v753 {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15,23,42,.045);
}

.website-check-page .tm-wc-check-card-v753.is-locked {
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(248,250,252,.94));
}

.website-check-page .tm-wc-check-dot {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 999px;
  background: #94a3b8;
  box-shadow: 0 0 0 6px rgba(148,163,184,.12);
}

.website-check-page .tm-wc-check-card-v753.is-good .tm-wc-check-dot {
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.13);
}

.website-check-page .tm-wc-check-card-v753.is-warning .tm-wc-check-dot {
  background: #f59e0b;
  box-shadow: 0 0 0 6px rgba(245,158,11,.13);
}

.website-check-page .tm-wc-check-card-v753 small {
  display: block;
  margin-bottom: 8px;
  color: #2563eb;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.website-check-page .tm-wc-check-card-v753 h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: -.04em;
}

.website-check-page .tm-wc-check-card-v753 p {
  margin: 0;
  color: #64748b;
  font-size: .93rem;
  line-height: 1.55;
}

.website-check-page .tm-wc-check-card-v753 em {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-style: normal;
  color: #2563eb;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Locked report */
.website-check-page .tm-wc-locked-report {
  background:
    radial-gradient(circle at 80% 0%, rgba(37,99,235,.08), transparent 34%),
    #f8fafc;
}

.website-check-page .tm-wc-locked-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(390px, .8fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: center;
}

.website-check-page .tm-wc-locked-layout h2,
.website-check-page .tm-wc-risk-grid h2,
.website-check-page .tm-wc-personal-card-v753 h2,
.website-check-page .tm-wc-request-box-v753 h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.45rem, 4.9vw, 5rem);
  font-weight: 850;
  line-height: .96;
  letter-spacing: -.072em;
}

.website-check-page .tm-wc-locked-layout p,
.website-check-page .tm-wc-risk-grid p,
.website-check-page .tm-wc-personal-card-v753 p,
.website-check-page .tm-wc-request-box-v753 p {
  color: #64748b;
  font-size: 1.04rem;
  line-height: 1.72;
}

.website-check-page .tm-wc-locked-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.website-check-page .tm-wc-locked-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 20px;
  background: #fff;
}

.website-check-page .tm-wc-locked-list span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #eff6ff;
}

.website-check-page .tm-wc-locked-list strong {
  color: #0f172a;
  font-weight: 850;
}

.website-check-page .tm-wc-locked-list p {
  margin: 5px 0 0;
  font-size: .94rem;
  line-height: 1.5;
}

.website-check-page .tm-wc-report-preview-v753 {
  position: relative;
  min-height: 430px;
}

.website-check-page .tm-wc-report-paper {
  position: absolute;
  width: 72%;
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(226,232,240,.96);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 85px rgba(15,23,42,.10);
}

.website-check-page .tm-wc-report-paper.is-front {
  z-index: 2;
  left: 0;
  top: 34px;
}

.website-check-page .tm-wc-report-paper.is-back {
  right: 0;
  top: 0;
  opacity: .72;
  transform: scale(.92);
  filter: blur(.2px);
}

.website-check-page .tm-wc-report-paper span {
  display: block;
  color: #2563eb;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.website-check-page .tm-wc-report-paper strong {
  display: block;
  margin-top: 12px;
  color: #0f172a;
  font-size: 1.6rem;
  letter-spacing: -.05em;
}

.website-check-page .tm-report-lines {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.website-check-page .tm-report-lines i {
  height: 12px;
  border-radius: 999px;
  background: #e2e8f0;
}

.website-check-page .tm-report-lines i:nth-child(1) { width: 86%; }
.website-check-page .tm-report-lines i:nth-child(2) { width: 64%; }
.website-check-page .tm-report-lines i:nth-child(3) { width: 78%; }
.website-check-page .tm-report-lines i:nth-child(4) { width: 50%; }

.website-check-page .tm-report-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 32px;
}

.website-check-page .tm-report-mini-grid b {
  height: 70px;
  border-radius: 16px;
  background: #eff6ff;
}

.website-check-page .tm-wc-report-lock {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  width: max-content;
  max-width: 92%;
  padding: 12px 16px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: .88rem;
  font-weight: 850;
  box-shadow: 0 16px 40px rgba(15,23,42,.24);
}

/* Risk and personal upgrades */
.website-check-page .tm-wc-risk-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.website-check-page .tm-wc-risk-list {
  display: grid;
  gap: 12px;
}

.website-check-page .tm-wc-risk-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(15,23,42,.045);
}

.website-check-page .tm-wc-risk-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: #eff6ff;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 900;
}

.website-check-page .tm-wc-risk-list strong {
  display: block;
  color: #0f172a;
  font-size: 1.12rem;
  font-weight: 850;
  letter-spacing: -.04em;
}

.website-check-page .tm-wc-risk-list p {
  margin: 7px 0 0;
  font-size: .95rem;
  line-height: 1.55;
}

.website-check-page .tm-wc-personal-card-v753 {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(15,23,42,.075);
}

.website-check-page .tm-wc-personal-card-v753 figure {
  margin: 0;
}

.website-check-page .tm-wc-personal-card-v753 img {
  width: 220px;
  height: 245px;
  display: block;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 28px;
}

.website-check-page .tm-wc-personal-card-v753 ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.website-check-page .tm-wc-personal-card-v753 li {
  padding: 12px 14px;
  border: 1px solid rgba(226,232,240,.92);
  border-radius: 15px;
  background: #f8fafc;
  color: #334155;
  font-weight: 740;
}

.website-check-page .tm-wc-personal-card-v753 strong,
.website-check-page .tm-wc-personal-card-v753 span {
  display: block;
}

.website-check-page .tm-wc-personal-card-v753 strong {
  color: #0f172a;
  font-weight: 850;
}

.website-check-page .tm-wc-personal-card-v753 span {
  margin-top: 4px;
  color: #64748b;
}

/* Form */
.website-check-page .tm-wc-request-box-v753 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(226,232,240,.94);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.09), transparent 34%),
    #fff;
  box-shadow: 0 32px 96px rgba(15,23,42,.09);
}

.website-check-page .tm-wc-request-box-v753 form {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.website-check-page .tm-wc-request-box-v753 input {
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(203,213,225,.95);
  border-radius: 18px;
  font-size: 1rem;
}

.website-check-page .tm-wc-request-box-v753 button {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-weight: 850;
}

.website-check-page .tm-wc-form-note {
  margin-top: 12px !important;
  color: #64748b;
  font-size: .92rem !important;
}

.website-check-page .tm-wc-request-box-v753 aside {
  padding: 24px;
  border-radius: 24px;
  background: #f8fafc;
}

.website-check-page .tm-wc-request-box-v753 aside strong {
  display: block;
  margin-bottom: 16px;
  color: #0f172a;
}

.website-check-page .tm-wc-request-box-v753 aside ul {
  margin: 0;
  padding-left: 18px;
  color: #475569;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .website-check-page .tm-wc-product-hero,
  .website-check-page .tm-wc-locked-layout,
  .website-check-page .tm-wc-risk-grid,
  .website-check-page .tm-wc-request-box-v753 {
    grid-template-columns: 1fr;
  }

  .website-check-page .tm-wc-check-grid-v753 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .website-check-page .tm-wc-analysis-snapshot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .website-check-page .tm-wc-result-product {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  .website-check-page .tm-wc-product-topline {
    width: 100%;
    border-radius: 20px;
  }

  .website-check-page .tm-wc-product-status {
    order: 1;
    padding: 22px;
    border-radius: 24px;
  }

  .website-check-page .tm-wc-product-copy {
    order: 2;
  }

  .website-check-page .tm-wc-product-status-head strong {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }

  .website-check-page .tm-wc-product-copy h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
    line-height: .98;
  }

  .website-check-page .tm-wc-signal-strip,
  .website-check-page .tm-wc-check-grid-v753,
  .website-check-page .tm-wc-analysis-snapshot,
  .website-check-page .tm-wc-personal-card-v753 {
    grid-template-columns: 1fr;
  }

  .website-check-page .tm-wc-check-card-v753 {
    min-height: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .website-check-page .tm-wc-locked-layout h2,
  .website-check-page .tm-wc-risk-grid h2,
  .website-check-page .tm-wc-personal-card-v753 h2,
  .website-check-page .tm-wc-request-box-v753 h2 {
    font-size: clamp(2.1rem, 9.5vw, 3.15rem);
  }

  .website-check-page .tm-wc-report-preview-v753 {
    min-height: 360px;
  }

  .website-check-page .tm-wc-report-paper {
    min-height: 280px;
    padding: 22px;
  }

  .website-check-page .tm-wc-risk-list article {
    grid-template-columns: 42px 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .website-check-page .tm-wc-personal-card-v753,
  .website-check-page .tm-wc-request-box-v753 {
    padding: 22px;
    border-radius: 24px;
  }

  .website-check-page .tm-wc-personal-card-v753 img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
}


/* v754 refinement */
.website-check-page .tm-wc-product-status::after{
  content:"0–35 stabil · 36–65 prüfen · 66–100 Betreuung sinnvoll";
  display:block;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid rgba(226,232,240,.94);
  color:#64748b;
  font-size:.82rem;
  line-height:1.45;
}

.website-check-page .tm-wc-check-grid-v753{
  gap:18px;
}

.website-check-page .tm-wc-check-card-v753.is-warning{
  border-color:rgba(245,158,11,.35);
}

.website-check-page .tm-wc-check-card-v753.is-locked{
  opacity:.92;
}

.website-check-page .tm-wc-check-grid-v753 article:nth-child(-n+3){order:3;}
.website-check-page .tm-wc-check-grid-v753 article:nth-child(4){order:1;}
.website-check-page .tm-wc-check-grid-v753 article:nth-child(n+5){order:2;}

.website-check-page .tm-wc-request-box-v753{
  border:1px solid rgba(37,99,235,.16);
}

.website-check-page .tm-wc-request-box-v753::before{
  content:"Vollständiger Website-Bericht";
  display:inline-flex;
  margin-bottom:18px;
  color:#2563eb;
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

@media (max-width:767px){
  .website-check-page .tm-wc-check-grid-v753{
    display:block;
  }
  .website-check-page .tm-wc-check-card-v753{
    min-height:auto;
    margin-bottom:10px;
    padding:14px 16px;
    border-radius:16px;
    grid-template-columns:14px 1fr;
  }
  .website-check-page .tm-wc-check-card-v753 p{
    font-size:.86rem;
    line-height:1.4;
  }
  .website-check-page .tm-wc-check-card-v753 small{
    margin-bottom:4px;
  }
  .website-check-page .tm-wc-product-copy > p:not(.tm-eyebrow){
    margin-top:16px;
  }
}


/* V756 Product Rebuild */
.website-check-page .tm-wc-result-product{max-width:1280px;margin:0 auto;}
.website-check-page .tm-wc-product-hero-v755{display:grid;grid-template-columns:460px 1fr;gap:48px;align-items:stretch;background:#fff;border:1px solid rgba(226,232,240,.92);border-radius:32px;padding:36px;box-shadow:0 30px 80px rgba(15,23,42,.06);}
.website-check-page .tm-wc-product-status{padding:36px;border-radius:24px;background:#f8fafc;border:1px solid rgba(226,232,240,.92);}
.website-check-page .tm-wc-product-status-head strong{font-size:6rem;line-height:.85;}
.website-check-page .tm-wc-product-copy{display:flex;flex-direction:column;justify-content:center;}
.website-check-page .tm-wc-product-copy h1{font-size:clamp(3rem,5vw,5rem);line-height:.92;max-width:760px;}
.website-check-page .tm-wc-check-grid-v755{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;}
.website-check-page .tm-wc-check-card-v753{min-height:260px;padding:28px;border-radius:24px;}
.website-check-page .tm-wc-request-box-v753{grid-template-columns:1fr 420px;align-items:center;border-radius:28px;padding:36px;}
.website-check-page .tm-wc-personal-card-v753{grid-template-columns:240px 1fr;padding:36px;}
.website-check-page .tm-wc-personal-card-v753 img{width:240px;height:280px;}
@media (max-width:980px){.website-check-page .tm-wc-product-hero-v755{grid-template-columns:1fr;padding:24px;gap:24px}.website-check-page .tm-wc-product-status{order:1;padding:24px}.website-check-page .tm-wc-product-copy{order:2}.website-check-page .tm-wc-product-status-head strong{font-size:4rem}.website-check-page .tm-wc-product-copy h1{font-size:2.5rem;line-height:1}.website-check-page .tm-wc-check-grid-v755{grid-template-columns:1fr;gap:14px}.website-check-page .tm-wc-check-card-v753{min-height:auto;padding:18px}.website-check-page .tm-wc-request-box-v753{grid-template-columns:1fr;padding:24px;gap:18px}.website-check-page .tm-wc-personal-card-v753{grid-template-columns:1fr;padding:24px}.website-check-page .tm-wc-personal-card-v753 img{width:100%;height:auto;aspect-ratio:4/3}}


/* ==================================
V757 HERO ONLY REBUILD
================================== */

.website-check-page .tm-wc-product-hero-v755 {
    grid-template-columns: 420px 1fr;
    gap: 56px;
    padding: 42px;
    border-radius: 34px;
    background: linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border: 1px solid rgba(226,232,240,.92);
    box-shadow: 0 32px 80px rgba(15,23,42,.08);
}

/* Left score panel */
.website-check-page .tm-wc-product-status {
    background: #ffffff;
    border: 1px solid rgba(226,232,240,.92);
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 18px 40px rgba(15,23,42,.04);
}

.website-check-page .tm-wc-product-status-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.website-check-page .tm-wc-product-status-head strong {
    font-size: 5.5rem;
    line-height: .85;
}

/* pseudo ring feel */
.website-check-page .tm-wc-product-status-head strong::before {
    content: '';
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    border: 10px solid rgba(37,99,235,.18);
    border-top-color: #2563eb;
    border-right-color: #2563eb;
    margin-bottom: 18px;
}

.website-check-page .tm-wc-product-status h2 {
    font-size: 1.6rem;
    margin-top: 6px;
}

.website-check-page .tm-wc-product-next {
    margin-top: 22px;
    padding: 18px;
    border-radius: 18px;
    background: #f8fafc;
}

.website-check-page .tm-wc-product-status .tm-btn {
    margin-top: 24px;
    min-height: 56px;
}

/* Right analysis panel */
.website-check-page .tm-wc-product-copy h1 {
    font-size: clamp(2.8rem,4vw,4.4rem);
    line-height: .95;
    max-width: 680px;
}

.website-check-page .tm-wc-product-copy > p:not(.tm-eyebrow) {
    max-width: 640px;
    margin-top: 20px;
    font-size: 1.08rem;
    line-height: 1.7;
}

/* Meta grid stronger */
.website-check-page .tm-wc-analysis-snapshot {
    grid-template-columns: repeat(4,1fr);
    margin-top: 28px;
    border-radius: 20px;
    overflow: hidden;
}

.website-check-page .tm-wc-analysis-snapshot div {
    padding: 20px;
}

.website-check-page .tm-wc-analysis-snapshot strong {
    font-size: .98rem;
}

/* Bottom status fields */
.website-check-page .tm-wc-signal-strip {
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    margin-top: 28px;
}

.website-check-page .tm-wc-signal-strip div {
    min-height: 110px;
    padding: 18px;
    border-radius: 18px;
}

.website-check-page .tm-wc-signal-strip strong {
    font-size: .95rem;
}

.website-check-page .tm-wc-signal-strip small {
    font-size: .8rem;
}

/* Mobile Hero only */
@media (max-width:980px) {
    .website-check-page .tm-wc-product-hero-v755 {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }

    .website-check-page .tm-wc-product-status-head strong {
        font-size: 4rem;
    }

    .website-check-page .tm-wc-product-status-head strong::before {
        width: 110px;
        height: 110px;
        border-width: 8px;
    }

    .website-check-page .tm-wc-analysis-snapshot,
    .website-check-page .tm-wc-signal-strip {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:640px) {
    .website-check-page .tm-wc-analysis-snapshot,
    .website-check-page .tm-wc-signal-strip {
        grid-template-columns: 1fr;
    }
}


/* v758 · Website-Check Ergebnis-Hero nach Dashboard-Mockup */
.website-check-page .tm-wc-result-hero-v758{padding:clamp(64px,6.5vw,96px) 0 clamp(58px,6vw,86px);background:radial-gradient(circle at 82% 0%,rgba(37,99,235,.13),transparent 34%),linear-gradient(180deg,#f8fbff 0%,#fff 100%)}
.website-check-page .tm-wc-v758-shell{overflow:hidden;border:1px solid rgba(226,232,240,.94);border-radius:36px;background:radial-gradient(circle at 16% 0%,rgba(37,99,235,.07),transparent 34%),#fff;box-shadow:0 34px 95px rgba(15,23,42,.085)}
.website-check-page .tm-wc-v758-topline{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:18px 24px;border-bottom:1px solid rgba(226,232,240,.9);background:rgba(248,250,252,.72);color:#64748b;font-size:.88rem;font-weight:760}
.website-check-page .tm-wc-v758-topline strong{color:#0f172a}.website-check-page .tm-wc-v758-topline span:not(.tm-wc-v758-live){display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(226,232,240,.9);border-radius:999px;background:#fff}.website-check-page .tm-wc-v758-live{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px rgba(34,197,94,.12)}
.website-check-page .tm-wc-v758-grid{display:grid;grid-template-columns:minmax(360px,420px) minmax(0,1fr);gap:clamp(34px,5vw,72px);padding:clamp(30px,4vw,50px);align-items:stretch}
.website-check-page .tm-wc-v758-score{display:flex;flex-direction:column;padding:clamp(26px,3vw,34px);border:1px solid rgba(226,232,240,.96);border-radius:30px;background:#fff;box-shadow:0 22px 65px rgba(15,23,42,.06)}
.website-check-page .tm-wc-v758-score-ring{--tm-score-color:#ef4444;width:min(230px,100%);aspect-ratio:1;display:grid;place-items:center;margin:0 auto 26px;border-radius:999px;background:radial-gradient(circle at center,#fff 0 58%,transparent 59%),conic-gradient(var(--tm-score-color) calc(var(--tm-score) * 1%),#e2e8f0 0);box-shadow:inset 0 0 0 1px rgba(226,232,240,.9),0 18px 46px rgba(239,68,68,.14)}
.website-check-page .tm-wc-v758-score.is-warning .tm-wc-v758-score-ring,.website-check-page .tm-wc-v758-score:not(.is-danger):not(.is-good) .tm-wc-v758-score-ring{--tm-score-color:#f59e0b;box-shadow:inset 0 0 0 1px rgba(226,232,240,.9),0 18px 46px rgba(245,158,11,.16)}
.website-check-page .tm-wc-v758-score.is-good .tm-wc-v758-score-ring{--tm-score-color:#16a34a;box-shadow:inset 0 0 0 1px rgba(226,232,240,.9),0 18px 46px rgba(22,163,74,.14)}
.website-check-page .tm-wc-v758-score-ring div{width:64%;aspect-ratio:1;display:grid;place-items:center;align-content:center;border-radius:999px;background:#fff}.website-check-page .tm-wc-v758-score-ring strong{display:block;color:#0f172a;font-size:clamp(2.65rem,4vw,4rem);font-weight:900;line-height:.9;letter-spacing:-.08em}.website-check-page .tm-wc-v758-score-ring span{display:block;margin-top:8px;color:#64748b;font-size:.78rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.website-check-page .tm-wc-v758-pill{display:inline-flex;width:fit-content;margin-bottom:12px;padding:7px 12px;border-radius:999px;background:#fff7ed;color:#ea580c;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.website-check-page .tm-wc-v758-score.is-good .tm-wc-v758-pill{background:#f0fdf4;color:#16a34a}.website-check-page .tm-wc-v758-score.is-danger .tm-wc-v758-pill{background:#fef2f2;color:#dc2626}
.website-check-page .tm-wc-v758-score-text h2{margin:0;color:#0f172a;font-size:clamp(1.45rem,2vw,2rem);font-weight:860;line-height:1.04;letter-spacing:-.055em}.website-check-page .tm-wc-v758-score-text p{margin:14px 0 0;color:#64748b;font-size:.98rem;line-height:1.62}
.website-check-page .tm-wc-v758-info-stack{display:grid;gap:10px;margin:24px 0}.website-check-page .tm-wc-v758-info-stack article{display:grid;grid-template-columns:15px 1fr;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(226,232,240,.94);background:#f8fafc}.website-check-page .tm-wc-v758-info-stack article>span{width:11px;height:11px;margin-top:5px;border-radius:999px;background:#f59e0b;box-shadow:0 0 0 6px rgba(245,158,11,.13)}.website-check-page .tm-wc-v758-info-stack .is-blue>span{background:#2563eb;box-shadow:0 0 0 6px rgba(37,99,235,.12)}.website-check-page .tm-wc-v758-info-stack strong{display:block;color:#0f172a;font-size:.96rem;font-weight:850}.website-check-page .tm-wc-v758-info-stack p{margin:5px 0 0;color:#64748b;font-size:.86rem;line-height:1.42}.website-check-page .tm-wc-v758-score .tm-btn{width:100%;min-height:54px;margin-top:auto}
.website-check-page .tm-wc-v758-result{display:flex;flex-direction:column;justify-content:center;min-width:0}.website-check-page .tm-wc-v758-result h1{max-width:700px;margin:0;color:#0f172a;font-size:clamp(3.1rem,4.8vw,5.6rem);font-weight:860;line-height:.94;letter-spacing:-.078em}.website-check-page .tm-wc-v758-lead{max-width:720px;margin:24px 0 0;color:#475569;font-size:clamp(1.02rem,1.2vw,1.18rem);line-height:1.72}
.website-check-page .tm-wc-v758-clusters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:clamp(28px,3.2vw,42px)}.website-check-page .tm-wc-v758-clusters article{padding:clamp(20px,2.4vw,28px);border:1px solid rgba(226,232,240,.94);border-radius:26px;background:#fff;box-shadow:0 16px 45px rgba(15,23,42,.045)}.website-check-page .tm-wc-v758-cluster-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.website-check-page .tm-wc-v758-cluster-head span{width:14px;height:14px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 7px rgba(34,197,94,.12)}.website-check-page .tm-wc-v758-clusters .is-warning .tm-wc-v758-cluster-head span{background:#f59e0b;box-shadow:0 0 0 7px rgba(245,158,11,.13)}.website-check-page .tm-wc-v758-cluster-head strong{color:#0f172a;font-size:clamp(1.1rem,1.4vw,1.32rem);font-weight:880;letter-spacing:-.045em}.website-check-page .tm-wc-v758-clusters ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.website-check-page .tm-wc-v758-clusters li{display:flex;align-items:center;gap:10px;color:#334155;font-size:.97rem;font-weight:720;line-height:1.35}.website-check-page .tm-wc-v758-clusters li:before{content:'';width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:currentColor;opacity:.38}
.website-check-page .tm-wc-v758-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border-top:1px solid rgba(226,232,240,.94);background:rgba(226,232,240,.94)}.website-check-page .tm-wc-v758-meta div{padding:20px 24px;background:#f8fafc}.website-check-page .tm-wc-v758-meta span{display:block;color:#64748b;font-size:.78rem;font-weight:820;letter-spacing:.08em;text-transform:uppercase}.website-check-page .tm-wc-v758-meta strong{display:block;margin-top:7px;color:#0f172a;font-size:.98rem;font-weight:860;line-height:1.25;overflow-wrap:anywhere}
@media(max-width:1080px){.website-check-page .tm-wc-v758-grid{grid-template-columns:1fr}.website-check-page .tm-wc-v758-score-ring{width:min(210px,100%)}}
@media(max-width:767px){.website-check-page .tm-wc-result-hero-v758{padding-top:42px}.website-check-page .tm-wc-v758-shell{border-radius:26px}.website-check-page .tm-wc-v758-topline{padding:14px 18px}.website-check-page .tm-wc-v758-grid{padding:20px;gap:22px}.website-check-page .tm-wc-v758-score{order:1;padding:22px;border-radius:22px}.website-check-page .tm-wc-v758-result{order:2}.website-check-page .tm-wc-v758-result h1{font-size:clamp(2.55rem,11vw,3.8rem);line-height:.98}.website-check-page .tm-wc-v758-clusters,.website-check-page .tm-wc-v758-meta{grid-template-columns:1fr}.website-check-page .tm-wc-v758-meta div{padding:16px 18px}}


/* ==================================
V759 Hero compression + exact mockup alignment
================================== */

.website-check-page .tm-wc-v758-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.website-check-page .tm-wc-v758-grid {
    grid-template-columns: 380px 1fr;
    gap: 34px;
    padding: 34px;
    align-items: center;
}

.website-check-page .tm-wc-v758-score {
    padding: 24px;
    border-radius: 24px;
}

.website-check-page .tm-wc-v758-score-ring {
    width: 180px;
    margin-bottom: 18px;
}

.website-check-page .tm-wc-v758-score-ring strong {
    font-size: 3.2rem;
}

.website-check-page .tm-wc-v758-score-text h2 {
    font-size: 1.55rem;
}

.website-check-page .tm-wc-v758-score-text p {
    font-size: .92rem;
    line-height: 1.55;
}

.website-check-page .tm-wc-v758-info-stack {
    margin: 18px 0;
    gap: 8px;
}

.website-check-page .tm-wc-v758-info-stack article {
    padding: 12px;
    border-radius: 14px;
}

.website-check-page .tm-wc-v758-result h1 {
    font-size: clamp(3rem,4vw,4.6rem);
    max-width: 580px;
    margin-bottom: 14px;
}

.website-check-page .tm-wc-v758-lead {
    margin-top: 12px;
    max-width: 560px;
    font-size: 1rem;
    line-height: 1.6;
}

.website-check-page .tm-wc-v758-clusters {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.website-check-page .tm-wc-v758-clusters article {
    padding: 18px;
    min-height: 180px;
}

.website-check-page .tm-wc-v758-clusters .is-good {
    background: linear-gradient(180deg,#f0fdf4 0%, #ffffff 100%);
    border-color: rgba(34,197,94,.22);
}

.website-check-page .tm-wc-v758-clusters .is-warning {
    background: linear-gradient(180deg,#fff7ed 0%, #ffffff 100%);
    border-color: rgba(245,158,11,.22);
}

.website-check-page .tm-wc-v758-cluster-head {
    margin-bottom: 14px;
}

.website-check-page .tm-wc-v758-clusters li {
    font-size: .92rem;
}

/* move meta up visually into right column feel */
.website-check-page .tm-wc-v758-meta {
    grid-template-columns: repeat(4,1fr);
    border-top: none;
    margin: 0 34px 34px 448px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(226,232,240,.94);
}

.website-check-page .tm-wc-v758-meta div {
    padding: 16px 18px;
}

@media (max-width:1080px) {
    .website-check-page .tm-wc-v758-grid {
        grid-template-columns: 1fr;
    }

    .website-check-page .tm-wc-v758-meta {
        margin: 0 20px 20px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:767px) {
    .website-check-page .tm-wc-v758-grid {
        padding: 20px;
        gap: 20px;
    }

    .website-check-page .tm-wc-v758-score-ring {
        width: 150px;
    }

    .website-check-page .tm-wc-v758-result h1 {
        font-size: 2.4rem;
    }

    .website-check-page .tm-wc-v758-clusters {
        grid-template-columns: 1fr;
    }

    .website-check-page .tm-wc-v758-meta {
        margin: 0 16px 16px;
        grid-template-columns: 1fr;
    }
}


/* ==================================
V760 Hero Mockup-Match Pass
Komposition, Score, Cluster, Meta-Bar
================================== */

/* Gesamtkomposition näher ans Mockup */
.website-check-page .tm-wc-v758-shell {
    max-width: 1168px !important;
}

.website-check-page .tm-wc-v758-grid {
    grid-template-columns: 405px minmax(0, 1fr) !important;
    gap: 38px !important;
    padding: 32px 34px 24px !important;
    align-items: start !important;
}

/* Linke Score-Card: stärker, kompakter, dichter */
.website-check-page .tm-wc-v758-score {
    padding: 26px 28px !important;
    border-radius: 26px !important;
}

.website-check-page .tm-wc-v758-score-ring {
    width: 232px !important;
    margin: 0 auto 18px !important;
    box-shadow:
        inset 0 0 0 1px rgba(226,232,240,.9),
        0 24px 62px rgba(245,158,11,.18) !important;
}

.website-check-page .tm-wc-v758-score-ring strong {
    font-size: 3.85rem !important;
}

.website-check-page .tm-wc-v758-score-ring span {
    margin-top: 7px !important;
    font-size: .76rem !important;
}

.website-check-page .tm-wc-v758-score-text h2 {
    font-size: 1.7rem !important;
    line-height: 1.02 !important;
}

.website-check-page .tm-wc-v758-score-text p {
    margin-top: 10px !important;
    font-size: .94rem !important;
    line-height: 1.5 !important;
}

.website-check-page .tm-wc-v758-pill {
    margin-bottom: 9px !important;
}

.website-check-page .tm-wc-v758-info-stack {
    margin: 16px 0 18px !important;
    gap: 8px !important;
}

.website-check-page .tm-wc-v758-info-stack article {
    padding: 12px 13px !important;
    border-radius: 15px !important;
}

.website-check-page .tm-wc-v758-info-stack strong {
    font-size: .92rem !important;
}

.website-check-page .tm-wc-v758-info-stack p {
    font-size: .82rem !important;
    line-height: 1.36 !important;
}

.website-check-page .tm-wc-v758-score .tm-btn {
    min-height: 52px !important;
    margin-top: 0 !important;
}

/* Rechte Seite höher, dichter, mehr Mockup-Rhythmus */
.website-check-page .tm-wc-v758-result {
    padding-top: 24px !important;
}

.website-check-page .tm-wc-v758-result h1 {
    max-width: 590px !important;
    font-size: clamp(3.25rem, 4.2vw, 4.9rem) !important;
    line-height: .93 !important;
    letter-spacing: -.08em !important;
}

.website-check-page .tm-wc-v758-lead {
    max-width: 640px !important;
    margin-top: 16px !important;
    font-size: 1.02rem !important;
    line-height: 1.58 !important;
}

/* Cluster als echte farbige Systemmodule */
.website-check-page .tm-wc-v758-clusters {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 16px !important;
    margin-top: 24px !important;
}

.website-check-page .tm-wc-v758-clusters article {
    min-height: 216px !important;
    padding: 22px !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 52px rgba(15, 23, 42, .055) !important;
}

.website-check-page .tm-wc-v758-clusters .is-good {
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 88%) !important;
    border-color: rgba(34, 197, 94, .28) !important;
}

.website-check-page .tm-wc-v758-clusters .is-warning {
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 88%) !important;
    border-color: rgba(245, 158, 11, .32) !important;
}

.website-check-page .tm-wc-v758-cluster-head {
    margin-bottom: 16px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(226, 232, 240, .9) !important;
}

.website-check-page .tm-wc-v758-cluster-head span {
    width: 18px !important;
    height: 18px !important;
    box-shadow: 0 0 0 8px rgba(34,197,94,.12) !important;
}

.website-check-page .tm-wc-v758-clusters .is-warning .tm-wc-v758-cluster-head span {
    box-shadow: 0 0 0 8px rgba(245,158,11,.14) !important;
}

.website-check-page .tm-wc-v758-cluster-head strong {
    font-size: 1.26rem !important;
    line-height: 1.1 !important;
}

.website-check-page .tm-wc-v758-clusters ul {
    gap: 0 !important;
}

.website-check-page .tm-wc-v758-clusters li {
    min-height: 40px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(226, 232, 240, .72) !important;
    font-size: .96rem !important;
    font-weight: 780 !important;
}

.website-check-page .tm-wc-v758-clusters li:last-child {
    border-bottom: 0 !important;
}

.website-check-page .tm-wc-v758-clusters li::before {
    width: 9px !important;
    height: 9px !important;
    opacity: .55 !important;
}

/* Meta-Bar enger an rechte Analyse gekoppelt */
.website-check-page .tm-wc-v758-meta {
    margin: 0 34px 32px 477px !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .035) !important;
}

.website-check-page .tm-wc-v758-meta div {
    padding: 15px 17px !important;
}

.website-check-page .tm-wc-v758-meta span {
    font-size: .72rem !important;
}

.website-check-page .tm-wc-v758-meta strong {
    font-size: .94rem !important;
}

@media (max-width: 1080px) {
    .website-check-page .tm-wc-v758-grid {
        grid-template-columns: 1fr !important;
        padding: 24px !important;
    }

    .website-check-page .tm-wc-v758-result {
        padding-top: 0 !important;
    }

    .website-check-page .tm-wc-v758-meta {
        margin: 0 24px 24px !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .website-check-page .tm-wc-v758-score-ring {
        width: 190px !important;
    }

    .website-check-page .tm-wc-v758-clusters {
        grid-template-columns: 1fr !important;
    }

    .website-check-page .tm-wc-v758-meta {
        grid-template-columns: 1fr !important;
        margin: 0 18px 18px !important;
    }
}


/* ==================================
V761 Hero semantic refinement
================================== */

.website-check-page .tm-wc-v758-clusters li {
    display: grid !important;
    grid-template-columns: 34px 1fr !important;
    gap: 12px !important;
    align-items: start !important;
    padding: 12px 0 !important;
}

.website-check-page .tm-wc-v758-clusters li::before {
    display: none !important;
}

.website-check-page .tm-wc-v758-clusters li > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(226,232,240,.92);
    font-size: .9rem;
    font-weight: 800;
    color: #0f172a;
}

.website-check-page .tm-wc-v758-clusters li strong {
    display: block;
    font-size: .92rem;
    line-height: 1.25;
    color: #0f172a;
}

.website-check-page .tm-wc-v758-clusters li small {
    display: block;
    margin-top: 4px;
    font-size: .78rem;
    line-height: 1.4;
    color: #64748b;
}

.website-check-page .tm-wc-v761-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(226,232,240,.92);
}

.website-check-page .tm-wc-v761-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .74rem;
    font-weight: 700;
    color: #64748b;
}

.website-check-page .tm-wc-v761-legend i {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    display: inline-block;
}

.website-check-page .tm-wc-v761-legend .is-green { background:#16a34a; }
.website-check-page .tm-wc-v761-legend .is-orange { background:#f59e0b; }
.website-check-page .tm-wc-v761-legend .is-red { background:#dc2626; }


/* ==================================
V762 Final Hero refinement
================================== */

.website-check-page .tm-wc-v758-score-ring {
  background:
    radial-gradient(circle at center,#fff 0 58%,transparent 59%),
    conic-gradient(
      #16a34a 0 20%,
      #f59e0b 20% 68%,
      #dc2626 68% 100%
    ) !important;
}

.website-check-page .tm-wc-v758-result h1 {
  font-size: clamp(2.9rem,3.8vw,4.3rem) !important;
}

.website-check-page .tm-wc-v758-info-stack article {
  background: #fafbfd !important;
  border-color: rgba(226,232,240,.72) !important;
}

.website-check-page .tm-wc-v758-clusters li {
  padding: 14px 0 !important;
}

.website-check-page .tm-wc-v758-clusters li strong {
  font-size: .96rem !important;
}

.website-check-page .tm-wc-v758-clusters li small {
  margin-top: 5px !important;
  line-height: 1.5 !important;
}

.website-check-page .tm-lucide {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(226,232,240,.92);
}

.website-check-page .tm-lucide svg {
  width: 16px;
  height: 16px;
  stroke: #0f172a;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.website-check-page .tm-wc-v762-inline {
  margin: 20px 0 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.website-check-page .tm-wc-v758-meta {
  margin-left: 0 !important;
}


/* ==================================
V763 Exact mockup visual alignment
================================== */

/* Score back to one logical color */
.website-check-page .tm-wc-v758-score-ring {
  background:
    radial-gradient(circle at center,#fff 0 58%,transparent 59%),
    conic-gradient(
      var(--tm-score-color) calc(var(--tm-score) * 1%),
      #e2e8f0 0
    ) !important;
}

.website-check-page .tm-wc-v758-score.is-good .tm-wc-v758-score-ring {
  --tm-score-color:#16a34a;
}

.website-check-page .tm-wc-v758-score.is-warning .tm-wc-v758-score-ring,
.website-check-page .tm-wc-v758-score:not(.is-good):not(.is-danger) .tm-wc-v758-score-ring {
  --tm-score-color:#f59e0b;
}

.website-check-page .tm-wc-v758-score.is-danger .tm-wc-v758-score-ring {
  --tm-score-color:#dc2626;
}

/* Left cards now icon aligned */
.website-check-page .tm-wc-v758-info-stack strong {
  display:flex;
  align-items:center;
  gap:10px;
}

.website-check-page .tm-left-icon {
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#fff;
  border:1px solid rgba(226,232,240,.92);
  flex:0 0 auto;
}

.website-check-page .tm-left-icon svg {
  width:15px;
  height:15px;
  stroke:#0f172a;
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Score legend more subtle */
.website-check-page .tm-wc-v761-legend {
  margin-top:12px !important;
  padding-top:12px !important;
}

.website-check-page .tm-wc-v761-legend span {
  font-size:.7rem !important;
}

/* Better visual density like approved mockup */
.website-check-page .tm-wc-v758-score {
  min-height: 100%;
}

.website-check-page .tm-wc-v758-clusters article {
  min-height: 230px !important;
}

.website-check-page .tm-wc-v758-cluster-head {
  padding-bottom: 16px !important;
}

.website-check-page .tm-wc-v758-meta {
  margin-top: 18px !important;
}


/* ==================================
V764 Hero icon polish
================================== */

.website-check-page .tm-wc-v758-info-stack article {
  grid-template-columns: 42px 1fr !important;
  align-items: start !important;
  padding: 15px !important;
}

.website-check-page .tm-wc-v758-info-stack article > span:not(.tm-left-icon) {
  display: none !important;
}

.website-check-page .tm-left-icon {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 12px !important;
  flex: 0 0 auto !important;
  border: 1px solid rgba(226,232,240,.92) !important;
}

.website-check-page .tm-left-icon.is-orange {
  background: #fff7ed !important;
  color: #f97316 !important;
  border-color: rgba(249,115,22,.20) !important;
}

.website-check-page .tm-left-icon.is-blue {
  background: #eff6ff !important;
  color: #2563eb !important;
  border-color: rgba(37,99,235,.20) !important;
}

.website-check-page .tm-left-icon svg {
  width: 17px !important;
  height: 17px !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.website-check-page .tm-wc-v758-info-stack article div {
  min-width: 0 !important;
}

.website-check-page .tm-wc-v758-info-stack strong {
  display: block !important;
  gap: 0 !important;
}

.website-check-page .tm-btn .tm-btn-arrow,
.website-check-page .tm-wc-v758-score .tm-btn .tm-btn-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 10px !important;
  font-size: 1.1em !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

.website-check-page .tm-wc-v758-score .tm-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}


/* ==================================
V765 Left info card layout fix
================================== */

.website-check-page .tm-wc-v758-info-stack article {
    grid-template-columns: 40px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
}

.website-check-page .tm-wc-v758-info-stack article div {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
}

.website-check-page .tm-wc-v758-info-stack article strong {
    display: block !important;
    margin: 0 0 6px !important;
    font-size: .92rem !important;
    line-height: 1.25 !important;
    white-space: normal !important;
}

.website-check-page .tm-wc-v758-info-stack article p {
    margin: 0 !important;
    font-size: .8rem !important;
    line-height: 1.42 !important;
    color: #64748b !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

.website-check-page .tm-left-icon {
    margin-top: 2px !important;
}

/* More compact and balanced like mockup */
.website-check-page .tm-wc-v758-info-stack {
    gap: 10px !important;
}

.website-check-page .tm-wc-v758-info-stack article {
    min-height: auto !important;
}

/* V767 safe left info-stack repair */
.website-check-page .tm-wc-v767-info-stack{display:grid!important;gap:10px!important;margin:18px 0!important}
.website-check-page .tm-wc-v767-info-stack article{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;min-height:auto!important;padding:14px!important;border-radius:16px!important;border:1px solid rgba(226,232,240,.86)!important}
.website-check-page .tm-wc-v767-info-stack article.is-warning{background:linear-gradient(180deg,#fff7ed 0%,#fff 100%)!important;border-color:rgba(245,158,11,.22)!important}
.website-check-page .tm-wc-v767-info-stack article.is-blue{background:linear-gradient(180deg,#eff6ff 0%,#fff 100%)!important;border-color:rgba(37,99,235,.18)!important}
.website-check-page .tm-wc-v767-info-stack .tm-left-icon{width:32px!important;height:32px!important;margin:0!important;display:grid!important;place-items:center!important;border-radius:11px!important;background:#fff!important;border:1px solid rgba(226,232,240,.88)!important;color:#f97316!important}
.website-check-page .tm-wc-v767-info-stack article.is-blue .tm-left-icon{color:#2563eb!important}
.website-check-page .tm-wc-v767-info-stack .tm-left-icon svg{width:16px!important;height:16px!important;stroke:currentColor!important;stroke-width:2!important;fill:none!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.website-check-page .tm-wc-v767-info-stack div{display:block!important;min-width:0!important}
.website-check-page .tm-wc-v767-info-stack strong{display:block!important;margin:0 0 5px!important;color:#0f172a!important;font-size:.94rem!important;font-weight:850!important;line-height:1.22!important}
.website-check-page .tm-wc-v767-info-stack p{display:block!important;margin:0!important;color:#64748b!important;font-size:.83rem!important;line-height:1.42!important;white-space:normal!important;overflow-wrap:normal!important}
.website-check-page .tm-wc-v758-score .tm-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}
.website-check-page .tm-wc-v758-score .tm-btn-arrow{display:inline-flex!important;font-size:1.1em!important;line-height:1!important}


/* ==================================
V769 Hero tension rebuild
================================== */

.website-check-page .tm-wc-v769-critical-list {
    padding: 18px !important;
}

.website-check-page .tm-wc-v769-critical-list ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.website-check-page .tm-wc-v769-critical-list li {
    position: relative;
    padding-left: 24px;
    font-size: .94rem;
    font-weight: 760;
    line-height: 1.35;
    color: #0f172a;
}

.website-check-page .tm-wc-v769-critical-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #f59e0b;
    font-size: 1.25rem;
    line-height: 1;
}

.website-check-page .tm-wc-v768-note {
    margin-top: 16px !important;
}

.website-check-page .tm-wc-v768-note p {
    font-size: .76rem !important;
    line-height: 1.45 !important;
    color: #64748b !important;
}


/* ==================================
V770 Final hero logic rebuild
================================== */

.website-check-page .tm-wc-v770-card {
    display:grid !important;
    grid-template-columns:38px minmax(0,1fr) !important;
    gap:12px !important;
    align-items:start !important;
}

.website-check-page .tm-wc-v770-card div {
    min-width:0;
}

.website-check-page .tm-wc-v770-card strong {
    display:block;
    margin:0 0 6px;
    font-size:.94rem;
    font-weight:850;
    line-height:1.25;
    color:#0f172a;
}

.website-check-page .tm-wc-v770-card p {
    margin:0;
    font-size:.82rem;
    line-height:1.45;
    color:#64748b;
}

.website-check-page .tm-wc-v770-card ul {
    display:grid;
    gap:8px;
    margin:6px 0 0;
    padding:0;
    list-style:none;
}

.website-check-page .tm-wc-v770-card li {
    position:relative;
    padding-left:18px;
    font-size:.84rem;
    font-weight:720;
    color:#0f172a;
}

.website-check-page .tm-wc-v770-card li::before {
    content:'✓';
    position:absolute;
    left:0;
    top:0;
    color:#2563eb;
    font-weight:800;
}


/* ==================================
V772 real Step 1 fix: footnote outside hero
================================== */

/* Hide any empty footnote remnants inside the score card */
.website-check-page .tm-wc-v758-score p:empty,
.website-check-page .tm-wc-v768-note:empty,
.website-check-page .tm-wc-v768-note p:empty {
  display: none !important;
}

.website-check-page .tm-wc-v768-note {
  display: none !important;
}

/* Global footnote below full hero, intentionally quiet */
.website-check-page .tm-wc-v772-footnote-wrap {
  margin-top: -42px;
  padding: 0 0 clamp(42px, 5vw, 72px);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.website-check-page .tm-wc-v772-footnote {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid rgba(226,232,240,.82);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  color: #64748b;
  font-size: .78rem;
  line-height: 1.4;
  box-shadow: 0 12px 30px rgba(15,23,42,.035);
}

.website-check-page .tm-wc-v772-footnote span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: .82rem;
  font-weight: 800;
}

@media (max-width: 768px) {
  .website-check-page .tm-wc-v772-footnote-wrap {
    margin-top: -28px;
    padding-bottom: 36px;
  }

  .website-check-page .tm-wc-v772-footnote {
    margin: 0 16px;
    padding: 12px 14px;
    font-size: .72rem;
  }
}


/* ==================================
V773 Step 2: Report teaser upgrade
================================== */

.website-check-page .tm-wc-v770-card.is-blue,
.website-check-page .is-blue.tm-wc-v770-card {
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6ff 100%) !important;
    border: 1px solid rgba(191, 219, 254, .85) !important;
    box-shadow: 0 18px 36px rgba(37, 99, 235, .06);
    padding: 18px 18px 16px !important;
}

.website-check-page .tm-wc-v770-card.is-blue strong {
    font-size: .95rem;
    line-height: 1.25;
    margin-bottom: 10px;
}

.website-check-page .tm-wc-v770-card.is-blue ul {
    gap: 10px;
    margin-top: 10px;
}

.website-check-page .tm-wc-v770-card.is-blue li {
    font-size: .85rem;
    font-weight: 740;
    line-height: 1.35;
}

.website-check-page .tm-wc-v770-card.is-blue .tm-left-icon,
.website-check-page .is-blue.tm-wc-v770-card .tm-left-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(37, 99, 235, .08);
    border: 1px solid rgba(37, 99, 235, .14);
}

.website-check-page .tm-wc-v770-card.is-blue .tm-left-icon svg {
    width: 18px;
    height: 18px;
}

.website-check-page .tm-wc-v758-score .tm-wc-v770-card.is-blue {
    margin-bottom: 14px;
}

.website-check-page .tm-wc-v758-score .tm-wc-v758-cta {
    margin-top: 10px !important;
}

@media (max-width: 768px) {
    .website-check-page .tm-wc-v770-card.is-blue {
        padding: 16px !important;
    }

    .website-check-page .tm-wc-v770-card.is-blue strong {
        font-size: .9rem;
    }
}


/* ==================================
V774 Step 3: Meta row rebuild + footnote polish
================================== */

.website-check-page .tm-wc-v758-meta {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 !important;
    border-radius: 22px !important;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(226,232,240,.95);
    box-shadow: 0 20px 40px rgba(15,23,42,.04);
}

.website-check-page .tm-wc-v758-meta-item {
    padding: 22px 20px !important;
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(226,232,240,.8);
}

.website-check-page .tm-wc-v758-meta-item:last-child {
    border-right: 0;
}

.website-check-page .tm-wc-v758-meta-label {
    font-size: .72rem !important;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 10px;
}

.website-check-page .tm-wc-v758-meta-value {
    font-size: 1.05rem !important;
    font-weight: 780;
    line-height: 1.35;
    color: #0f172a;
}

.website-check-page .tm-wc-v758-meta-value small {
    display: block;
    margin-top: 2px;
    font-size: .92rem;
    font-weight: 700;
    color: #334155;
}

/* Footnote softer */
.website-check-page .tm-wc-v772-footnote-wrap {
    margin-top: -24px;
    padding-bottom: 26px;
    background: transparent !important;
}

.website-check-page .tm-wc-v772-footnote {
    padding: 10px 14px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.55) !important;
    border: 1px solid rgba(226,232,240,.55) !important;
    box-shadow: none !important;
    font-size: .74rem !important;
    max-width: 820px;
}

@media (max-width: 900px) {
    .website-check-page .tm-wc-v758-meta {
        grid-template-columns: 1fr 1fr;
    }

    .website-check-page .tm-wc-v758-meta-item {
        min-height: 92px;
    }
}

@media (max-width: 640px) {
    .website-check-page .tm-wc-v758-meta {
        grid-template-columns: 1fr;
    }

    .website-check-page .tm-wc-v758-meta-item {
        border-right: 0;
        border-bottom: 1px solid rgba(226,232,240,.8);
    }

    .website-check-page .tm-wc-v758-meta-item:last-child {
        border-bottom: 0;
    }
}


/* ==================================
V775 actual meta row rebuild
================================== */

.website-check-page .tm-wc-v775-meta {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 22px !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  border: 1px solid rgba(226,232,240,.95) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  box-shadow: 0 18px 38px rgba(15,23,42,.045) !important;
}

.website-check-page .tm-wc-v775-meta-item {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 13px !important;
  align-items: center !important;
  min-height: 104px !important;
  padding: 18px 18px !important;
  border-right: 1px solid rgba(226,232,240,.82) !important;
  background: rgba(255,255,255,.72) !important;
}

.website-check-page .tm-wc-v775-meta-item:last-child {
  border-right: 0 !important;
}

.website-check-page .tm-wc-v775-meta-icon {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  border: 1px solid rgba(226,232,240,.92) !important;
  color: #475569 !important;
  box-shadow: 0 8px 18px rgba(15,23,42,.035) !important;
}

.website-check-page .tm-wc-v775-meta-icon svg {
  width: 17px !important;
  height: 17px !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.website-check-page .tm-wc-v775-meta-item small {
  display: block !important;
  margin-bottom: 6px !important;
  color: #64748b !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.website-check-page .tm-wc-v775-meta-item strong {
  display: block !important;
  color: #0f172a !important;
  font-size: .98rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

/* quieter, integrated footnote */
.website-check-page .tm-wc-v772-footnote-wrap {
  margin-top: -18px !important;
  padding: 0 0 36px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.website-check-page .tm-wc-v772-footnote {
  max-width: 780px !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(226,232,240,.62) !important;
  box-shadow: none !important;
  font-size: .72rem !important;
}

@media (max-width: 900px) {
  .website-check-page .tm-wc-v775-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .website-check-page .tm-wc-v775-meta-item:nth-child(2) {
    border-right: 0 !important;
  }

  .website-check-page .tm-wc-v775-meta-item {
    min-height: 92px !important;
  }
}

@media (max-width: 640px) {
  .website-check-page .tm-wc-v775-meta {
    grid-template-columns: 1fr !important;
  }

  .website-check-page .tm-wc-v775-meta-item {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(226,232,240,.82) !important;
  }

  .website-check-page .tm-wc-v775-meta-item:last-child {
    border-bottom: 0 !important;
  }

  .website-check-page .tm-wc-v772-footnote {
    border-radius: 14px !important;
    margin: 0 16px !important;
  }
}


/* ==================================
V776 Meta Cards vertical stack
================================== */

.website-check-page .tm-wc-v775-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.website-check-page .tm-wc-v775-meta-item {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: start !important;
    justify-items: start !important;
    min-height: 138px !important;
    padding: 18px 18px 20px !important;
    border-right: 0 !important;
    border-radius: 18px !important;
    border: 1px solid rgba(226,232,240,.9) !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(15,23,42,.035) !important;
}

.website-check-page .tm-wc-v775-meta-icon {
    width: 36px !important;
    height: 36px !important;
}

.website-check-page .tm-wc-v775-meta-item small {
    margin-bottom: 4px !important;
}

.website-check-page .tm-wc-v775-meta-item strong {
    font-size: .95rem !important;
    line-height: 1.35 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

@media (max-width: 900px) {
    .website-check-page .tm-wc-v775-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .website-check-page .tm-wc-v775-meta {
        grid-template-columns: 1fr !important;
    }

    .website-check-page .tm-wc-v775-meta-item {
        min-height: auto !important;
    }
}


/* ==================================
V777 Hero bottom meta reduced to 3 cards
================================== */

.website-check-page .tm-wc-v775-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.website-check-page .tm-wc-v775-meta-item {
    min-height: 152px !important;
}

.website-check-page .tm-wc-v775-meta-item small {
    font-size: .72rem !important;
    letter-spacing: .08em !important;
}

.website-check-page .tm-wc-v775-meta-item strong {
    font-size: 1rem !important;
    font-weight: 700 !important;
}

@media (max-width: 900px) {
    .website-check-page .tm-wc-v775-meta {
        grid-template-columns: 1fr !important;
    }
}


/* ==================================
V778 Final hero meta row
================================== */

.website-check-page .tm-wc-v775-meta {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px !important;
    margin-top: 22px !important;
}

.website-check-page .tm-wc-v775-meta-item {
    min-height: 150px !important;
    padding: 20px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(226,232,240,.9) !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.03) !important;
}

.website-check-page .tm-wc-v775-meta-item span {
    display: block !important;
    margin-top: 8px !important;
    font-size: .82rem !important;
    line-height: 1.45 !important;
    color: #64748B !important;
}

@media (max-width: 900px) {
    .website-check-page .tm-wc-v775-meta {
        grid-template-columns: 1fr !important;
    }
}


/* ==================================
V779 Hard reset hero meta row
================================== */

/* kill old grid logic completely */
.website-check-page .tm-wc-v775-meta {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    gap: 20px !important;
    margin-top: 24px !important;
}

.website-check-page .tm-wc-v775-meta > *:nth-child(4),
.website-check-page .tm-wc-v775-meta > *:nth-child(5),
.website-check-page .tm-wc-v775-meta > *:nth-child(6),
.website-check-page .tm-wc-v775-meta > *:nth-child(7),
.website-check-page .tm-wc-v775-meta > *:nth-child(8) {
    display: none !important;
}

.website-check-page .tm-wc-v775-meta-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-height: 160px !important;
    padding: 22px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(226,232,240,.9) !important;
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(15,23,42,.025) !important;
}

.website-check-page .tm-wc-v775-meta-item strong {
    font-size: 1rem !important;
    line-height: 1.35 !important;
    margin-top: 10px !important;
}

.website-check-page .tm-wc-v775-meta-item span {
    display: block !important;
    margin-top: 8px !important;
    font-size: .82rem !important;
    line-height: 1.45 !important;
    color: #64748B !important;
}

@media (max-width: 900px) {
    .website-check-page .tm-wc-v775-meta {
        grid-template-columns: 1fr !important;
    }
}


/* ==================================
V781 visible content correction for hero meta cards
================================== */

.website-check-page .tm-wc-v775-meta-item > span,
.website-check-page .tm-wc-v775-meta-item div > span {
    display: block !important;
    margin-top: 8px !important;
    color: #64748b !important;
    font-size: .82rem !important;
    line-height: 1.45 !important;
}

.website-check-page .tm-wc-v775-meta-item small {
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.website-check-page .tm-wc-v775-meta-item strong {
    overflow-wrap: anywhere !important;
}


/* ==================================
V783 Hero final meta cards
================================== */

.website-check-page .tm-wc-v775-meta,
.website-check-page .tm-wc-v758-meta {
  display: none !important;
}

.website-check-page .tm-wc-v783-meta {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 24px !important;
}

.website-check-page .tm-wc-v783-meta-card {
  min-height: 148px !important;
  padding: 20px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(226,232,240,.9) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(15,23,42,.03) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.website-check-page .tm-wc-v783-meta-icon {
  width: 36px !important;
  height: 36px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  border: 1px solid rgba(226,232,240,.92) !important;
  color: #475569 !important;
  margin-bottom: 16px !important;
}

.website-check-page .tm-wc-v783-meta-icon svg {
  width: 17px !important;
  height: 17px !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.website-check-page .tm-wc-v783-meta-card small {
  display: block !important;
  color: #64748b !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  margin: 0 0 9px !important;
}

.website-check-page .tm-wc-v783-meta-card strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

.website-check-page .tm-wc-v783-meta-card p {
  display: block !important;
  margin: 8px 0 0 !important;
  color: #64748b !important;
  font-size: .78rem !important;
  line-height: 1.45 !important;
}

.website-check-page .tm-wc-v772-footnote-wrap {
  margin-top: -22px !important;
  padding-bottom: 36px !important;
  background: transparent !important;
}

.website-check-page .tm-wc-v772-footnote {
  max-width: 760px !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(226,232,240,.62) !important;
  box-shadow: none !important;
  font-size: .72rem !important;
}

@media (max-width: 900px) {
  .website-check-page .tm-wc-v783-meta {
    grid-template-columns: 1fr !important;
  }
  .website-check-page .tm-wc-v783-meta-card {
    min-height: auto !important;
  }
}


/* ==================================
V784 Hero meta final repair
================================== */

.website-check-page .tm-wc-v775-meta,
.website-check-page .tm-wc-v758-meta,
.website-check-page .tm-wc-v783-meta {
  display: none !important;
}

.website-check-page .tm-wc-v784-meta {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 22px !important;
}

.website-check-page .tm-wc-v784-meta-card {
  min-height: 136px !important;
  padding: 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(226,232,240,.88) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(15,23,42,.028) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.website-check-page .tm-wc-v784-meta-icon {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  border: 1px solid rgba(226,232,240,.92) !important;
  color: #475569 !important;
  margin-bottom: 14px !important;
}

.website-check-page .tm-wc-v784-meta-icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.website-check-page .tm-wc-v784-meta-card small {
  display: block !important;
  margin: 0 0 8px !important;
  color: #64748b !important;
  font-size: .7rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.website-check-page .tm-wc-v784-meta-card strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

.website-check-page .tm-wc-v784-meta-card p {
  display: block !important;
  margin: 7px 0 0 !important;
  color: #64748b !important;
  font-size: .76rem !important;
  line-height: 1.42 !important;
}

.website-check-page .tm-wc-v772-footnote-wrap {
  margin-top: -22px !important;
  padding-bottom: 34px !important;
  background: transparent !important;
}

.website-check-page .tm-wc-v772-footnote {
  max-width: 760px !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(226,232,240,.62) !important;
  box-shadow: none !important;
  font-size: .72rem !important;
}

@media (max-width: 900px) {
  .website-check-page .tm-wc-v784-meta {
    grid-template-columns: 1fr !important;
  }

  .website-check-page .tm-wc-v784-meta-card {
    min-height: auto !important;
  }
}


/* ==================================
V788 Hero CTA polish only
================================== */

.website-check-page .tm-wc-v788-report-cta {
  min-height: 64px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 10px 14px 10px 16px !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(37, 99, 235, .18) !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.website-check-page .tm-wc-v788-report-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 34px rgba(37, 99, 235, .22) !important;
}

.website-check-page .tm-wc-v788-cta-icon,
.website-check-page .tm-wc-v788-cta-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.16) !important;
  color: #ffffff !important;
}

.website-check-page .tm-wc-v788-cta-icon {
  width: 38px !important;
  height: 38px !important;
}

.website-check-page .tm-wc-v788-cta-icon svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.website-check-page .tm-wc-v788-cta-label {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  text-align: left !important;
  font-size: .98rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
}

.website-check-page .tm-wc-v788-cta-arrow {
  width: 34px !important;
  height: 34px !important;
  font-size: 1.12rem !important;
  line-height: 1 !important;
  transition: transform .2s ease, background .2s ease !important;
}

.website-check-page .tm-wc-v788-report-cta:hover .tm-wc-v788-cta-arrow {
  transform: translateX(2px) !important;
  background: rgba(255,255,255,.22) !important;
}

.website-check-page .tm-wc-v758-score .tm-wc-v788-report-cta {
  margin-top: 22px !important;
}

@media (max-width: 640px) {
  .website-check-page .tm-wc-v788-report-cta {
    min-height: 62px !important;
    padding: 10px 12px !important;
    gap: 12px !important;
  }

  .website-check-page .tm-wc-v788-cta-label {
    font-size: .92rem !important;
  }
}


/* ==================================
V789 Dynamic hero clusters
================================== */

.website-check-page .tm-wc-v789-clusters li small {
  min-height: 2.8em;
}

@media (max-width: 640px) {
  .website-check-page .tm-wc-v789-clusters li small {
    min-height: 0;
  }
}


/* ==================================
V790 Prioritized findings
================================== */

.website-check-page .tm-wc-v790-priority {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 4px !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  color: #64748B !important;
}

.website-check-page .tm-wc-v790-priority::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #F59E0B;
  display: inline-block;
}


/* ==================================
V792 Non-WordPress report state
================================== */

.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v792-status-card {
  justify-content: flex-start !important;
}

.website-check-page .tm-wc-v792-status-icon {
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 45%, #ffffff 0 55%, transparent 56%), conic-gradient(#64748b 0 100%);
  box-shadow: inset 0 0 0 1px rgba(226,232,240,.9), 0 18px 46px rgba(100,116,139,.14);
}

.website-check-page .tm-wc-v792-status-icon svg {
  width: 58px;
  height: 58px;
  stroke: #0f172a;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v758-pill {
  background: #f8fafc !important;
  color: #475569 !important;
}

.website-check-page .tm-wc-v792-meta .tm-wc-v784-meta-card strong {
  font-size: .98rem !important;
}

@media (max-width: 640px) {
  .website-check-page .tm-wc-v792-status-icon {
    width: 140px;
    height: 140px;
  }

  .website-check-page .tm-wc-v792-status-icon svg {
    width: 48px;
    height: 48px;
  }
}

/* ==================================
V794 Non-WordPress finalization
================================== */
.website-check-page .tm-wc-v794-redirect { background:#f8fafc!important; color:#475569!important; }
.website-check-page .tm-wc-v794-notwp-cta { min-height:68px!important; padding-top:12px!important; padding-bottom:12px!important; }
.website-check-page .tm-wc-v794-next-step { padding-top:clamp(54px,7vw,86px)!important; }
.website-check-page .tm-wc-v794-request-card {
  display:grid; grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr); gap:clamp(28px,5vw,72px);
  align-items:center; padding:clamp(28px,5vw,56px); border-radius:28px; background:#fff;
  border:1px solid rgba(226,232,240,.86); box-shadow:0 28px 80px rgba(15,23,42,.08);
}
.website-check-page .tm-wc-v794-request-card h2 {
  margin:0 0 14px; font-size:clamp(2rem,4.4vw,4.2rem); line-height:.92; letter-spacing:-.07em; color:#0f172a;
}
.website-check-page .tm-wc-v794-request-card p { max-width:620px; color:#64748b; line-height:1.65; }
.website-check-page .tm-wc-v794-form {
  display:grid; gap:14px; padding:22px; border-radius:22px; background:#f8fafc; border:1px solid rgba(226,232,240,.86);
}
.website-check-page .tm-wc-v794-form label { display:grid; gap:8px; font-weight:800; color:#0f172a; }
.website-check-page .tm-wc-v794-form label span {
  font-size:.82rem; color:#64748b; letter-spacing:.04em; text-transform:uppercase;
}
.website-check-page .tm-wc-v794-form input[type="email"] {
  min-height:52px; border-radius:14px; border:1px solid rgba(203,213,225,.9); background:#fff; padding:0 16px; font:inherit; color:#0f172a;
}
.website-check-page .tm-wc-v794-form input[type="email"]:focus {
  outline:3px solid rgba(37,99,235,.14); border-color:rgba(37,99,235,.55);
}
.website-check-page .tm-wc-v794-form p { margin:2px 0 0; font-size:.78rem; line-height:1.45; color:#64748b; }
@media (max-width:800px){ .website-check-page .tm-wc-v794-request-card{ grid-template-columns:1fr; } }


/* ==================================
V795 Non-WordPress final polish
================================== */

.website-check-page .tm-wc-v792-status-icon {
  background: #F1F5F9 !important;
  box-shadow: none !important;
}

.website-check-page .tm-wc-v792-status-icon::before,
.website-check-page .tm-wc-v792-status-icon::after {
  display: none !important;
}

.website-check-page .tm-wc-v795-trust-list {
  margin: 14px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: grid !important;
  gap: 8px !important;
}

.website-check-page .tm-wc-v795-trust-list li {
  position: relative !important;
  padding-left: 18px !important;
  font-size: .82rem !important;
  color: #64748B !important;
}

.website-check-page .tm-wc-v795-trust-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16A34A;
  font-weight: 700;
}


/* ==================================
V796 Non-WordPress simplification
================================== */

.website-check-page .tm-wc-v794-next-step {
  padding-top: clamp(24px, 4vw, 42px) !important;
}

.website-check-page .tm-wc-v794-request-card {
  padding: clamp(20px, 3vw, 34px) !important;
  gap: clamp(18px, 3vw, 34px) !important;
}

.website-check-page .tm-wc-v794-request-card h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem) !important;
  line-height: .95 !important;
}

.website-check-page .tm-wc-v794-form {
  padding: 18px !important;
}

.website-check-page .tm-wc-v795-trust-list {
  gap: 6px !important;
}


/* ==================================
V797 Final Non-WordPress Cleanup
================================== */

.website-check-page .tm-wc-v792-status-icon {
  width: 124px !important;
  height: 124px !important;
  border-radius: 50% !important;
  background: #F8FAFC !important;
  box-shadow: none !important;
}

.website-check-page .tm-wc-v794-request-card {
  padding: 20px !important;
  gap: 20px !important;
}

.website-check-page .tm-wc-v794-request-card h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.6rem) !important;
}

.website-check-page .tm-wc-v794-form {
  padding: 14px !important;
}

.website-check-page .tm-wc-v794-next-step {
  padding-top: 20px !important;
}


/* ==================================
V799 redirect output hard removal fallback
================================== */

.website-check-page .tm-redirect-notice,
.website-check-page .tm-wc-redirect-notice {
  display: none !important;
}


/* ==================================
V800 Non-WordPress functional form
================================== */

.website-check-page .tm-wc-v800-functional-form input[type="hidden"] {
  display: none !important;
}


/* ==================================
V803 Non-WordPress layout repair
================================== */

/* Keep the result wide. Do not shrink the established report width. */
.website-check-page .tm-wc-notwp-hero-v792 .tm-page-inner-wide,
.website-check-page .tm-wc-v794-next-step .tm-page-inner-wide {
  max-width: var(--tm-wide, 1440px) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Full-width calm background so no hard gray side gutters appear around the non-WP state. */
.website-check-page .tm-wc-notwp-hero-v792 {
  background:
    radial-gradient(circle at 72% 6%, rgba(37, 99, 235, .13), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%) !important;
}

/* Keep the report shell visually wide and centered. */
.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v758-shell {
  width: 100% !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Footnote belongs to the hero, not to a separate floating gray band. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap {
  margin-top: -22px !important;
  padding-top: 0 !important;
  padding-bottom: clamp(34px, 5vw, 56px) !important;
  background:
    linear-gradient(180deg, #f8fafc 0%, #f8fafc 100%) !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(226,232,240,.72) !important;
  box-shadow: none !important;
}

/* Next-step section aligned, but not artificially narrowed. */
.website-check-page .tm-wc-v794-next-step {
  background: #f8fafc !important;
  padding-top: clamp(34px, 5vw, 62px) !important;
  padding-bottom: clamp(64px, 8vw, 96px) !important;
}

.website-check-page .tm-wc-v794-request-card {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px) !important;
}

/* Form consistency. The e-mail field must not look heavier than other forms. */
.website-check-page .tm-wc-v794-form input[type="email"] {
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  color: #0f172a !important;
  box-shadow: none !important;
}

.website-check-page .tm-wc-v794-form input[type="email"]::placeholder {
  color: #94a3b8 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.website-check-page .tm-wc-v794-form label {
  font-weight: 700 !important;
}

.website-check-page .tm-wc-v795-trust-list li {
  font-size: .8rem !important;
  line-height: 1.45 !important;
}

@media (max-width: 800px) {
  .website-check-page .tm-wc-v794-request-card {
    grid-template-columns: 1fr !important;
  }
}


/* ==================================
V804 Non-WordPress background + footnote repair
================================== */

/* Use one continuous result-stage background across the full viewport.
   This removes the visible left/right side gutters without changing the report width. */
.website-check-page .tm-wc-notwp-hero-v792 {
  position: relative !important;
  overflow: visible !important;
  isolation: isolate !important;
  background:
    radial-gradient(circle at 72% 6%, rgba(37, 99, 235, .14), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 46%, #f8fafc 100%) !important;
  box-shadow: 0 0 0 100vmax #f8fafc !important;
  clip-path: inset(0 -100vmax) !important;
  padding-bottom: 0 !important;
}

/* Restore full hero/report width. */
.website-check-page .tm-wc-notwp-hero-v792 .tm-page-inner-wide {
  max-width: var(--tm-wide, 1440px) !important;
  width: 100% !important;
  margin-inline: auto !important;
}

.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v758-shell {
  max-width: 1320px !important;
  width: 100% !important;
  margin-inline: auto !important;
}

/* Footnote becomes a connected continuation of the hero stage instead of a detached pill on a gray band. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap {
  position: relative !important;
  z-index: 1 !important;
  margin-top: -10px !important;
  padding-top: 0 !important;
  padding-bottom: clamp(42px, 5vw, 68px) !important;
  background: #f8fafc !important;
  box-shadow: 0 0 0 100vmax #f8fafc !important;
  clip-path: inset(0 -100vmax) !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-page-inner-wide {
  max-width: var(--tm-wide, 1440px) !important;
  width: 100% !important;
  margin-inline: auto !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .72) !important;
  border: 1px solid rgba(226, 232, 240, .72) !important;
  box-shadow: none !important;
  color: #64748b !important;
}

/* Remove the hard horizontal separator feel before the next-step block. */
.website-check-page .tm-wc-v794-next-step {
  margin-top: 0 !important;
  background: #f8fafc !important;
  box-shadow: 0 0 0 100vmax #f8fafc !important;
  clip-path: inset(0 -100vmax) !important;
}


/* ==================================
V805 Non-WordPress footnote attachment
================================== */

/* Reduce the artificial gap below the hero and keep the note inside the same visual stage. */
.website-check-page .tm-wc-notwp-hero-v792 {
  padding-bottom: 30px !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap {
  margin-top: -54px !important;
  padding-top: 0 !important;
  padding-bottom: 26px !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
  position: relative !important;
  z-index: 3 !important;
}

/* The footnote should read like a small annotation to the report, not like a separate section. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
  max-width: 680px !important;
  margin: 0 auto !important;
  padding: 8px 13px !important;
  min-height: auto !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.86) !important;
  border: 1px solid rgba(226,232,240,.78) !important;
  box-shadow: 0 10px 28px rgba(15,23,42,.035) !important;
  font-size: .76rem !important;
  line-height: 1.35 !important;
}

/* Pull the next step closer so the transition does not create a dead gray band. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap + .tm-wc-v794-next-step {
  padding-top: clamp(24px, 3.6vw, 42px) !important;
}


/* ==================================
V806 Non-WordPress spacing cleanup
================================== */

/* Remove dead spacer area between hero and next-step */
.website-check-page .tm-wc-v772-footnote-wrap {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  min-height: unset !important;
}

/* Keep footnote visually attached to hero */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap {
  margin-top: -42px !important;
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}

/* Pull next section directly under footnote */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap + .tm-wc-v794-next-step {
  margin-top: 0 !important;
  padding-top: 12px !important;
}

/* tighten next-step internal spacing to match mockup */
.website-check-page .tm-wc-v794-request-card {
  margin-top: 0 !important;
}


/* ==================================
V807 Non-WordPress footnote + CTA spacing final
================================== */

/* Footnote: one-line, smaller, calmer annotation below the hero */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap {
  margin-top: -18px !important;
  padding-top: 0 !important;
  padding-bottom: clamp(48px, 6vw, 76px) !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
  min-height: 0 !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  max-width: 900px !important;
  width: fit-content !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 7px 13px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.78) !important;
  border: 1px solid rgba(226,232,240,.72) !important;
  box-shadow: 0 8px 24px rgba(15,23,42,.035) !important;
  color: #64748b !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote span {
  flex: 0 0 auto !important;
}

/* Give the CTA section breathing room again */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap + .tm-wc-v794-next-step {
  margin-top: 0 !important;
  padding-top: clamp(44px, 6vw, 76px) !important;
}

/* Keep the CTA card visually close to the approved mockup */
.website-check-page .tm-wc-v794-request-card {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Mobile: allow footnote to wrap only when necessary */
@media (max-width: 760px) {
  .website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
    width: auto !important;
    max-width: calc(100% - 32px) !important;
    white-space: normal !important;
    text-align: left !important;
    justify-content: flex-start !important;
    font-size: .7rem !important;
  }
}

/* ==================================
V808 Non-WordPress hero stretch fix
================================== */

.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v758-grid {
  align-items: start !important;
}

.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v758-score,
.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v792-status-card {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v792-status-card {
  padding-bottom: clamp(22px, 3vw, 34px) !important;
}

.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v758-shell {
  padding-bottom: clamp(22px, 3vw, 34px) !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap {
  margin-top: -10px !important;
}


/* ==================================
V809 Non-WordPress full background repair
================================== */

/* Replace previous bleed hacks with a real viewport-wide background layer. */
.website-check-page .tm-wc-notwp-hero-v792 {
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.website-check-page .tm-wc-notwp-hero-v792::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  bottom: -72px !important;
  left: 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  background:
    radial-gradient(circle at 72% 6%, rgba(37,99,235,.14), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 44%, #f8fafc 100%) !important;
}

/* Keep report width intact. */
.website-check-page .tm-wc-notwp-hero-v792 .tm-page-inner-wide {
  max-width: var(--tm-wide, 1440px) !important;
  width: 100% !important;
  margin-inline: auto !important;
}

.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v758-shell {
  max-width: 1320px !important;
  width: 100% !important;
  margin-inline: auto !important;
}

/* Footnote sits on the same full-width background layer, not on a separate stripe. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap {
  position: relative !important;
  z-index: 2 !important;
  margin-top: -12px !important;
  padding-top: 0 !important;
  padding-bottom: 64px !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  inset: -18px 50% 0 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  background: #f8fafc !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
  max-width: 900px !important;
  width: fit-content !important;
  margin: 0 auto !important;
  padding: 7px 13px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(226,232,240,.72) !important;
  box-shadow: 0 8px 24px rgba(15,23,42,.035) !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

/* CTA section begins after a deliberate calm gap. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap + .tm-wc-v794-next-step {
  padding-top: clamp(42px, 5.5vw, 72px) !important;
  background: #f8fafc !important;
}

@media (max-width: 760px) {
  .website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
    width: auto !important;
    max-width: calc(100% - 32px) !important;
    white-space: normal !important;
    text-align: left !important;
  }
}


/* ==================================
V810 Non-WordPress transition cleanup
================================== */

/* Keep the hero stage full-width and calm. */
.website-check-page .tm-wc-notwp-hero-v792 {
  position: relative !important;
  isolation: isolate !important;
  background: transparent !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
}

.website-check-page .tm-wc-notwp-hero-v792::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  bottom: -96px !important;
  left: 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  background:
    radial-gradient(circle at 72% 6%, rgba(37,99,235,.14), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%) !important;
}

/* Preserve the wide report width. */
.website-check-page .tm-wc-notwp-hero-v792 .tm-page-inner-wide {
  max-width: var(--tm-wide, 1440px) !important;
  width: 100% !important;
  margin-inline: auto !important;
}

.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v758-shell {
  max-width: 1320px !important;
  width: 100% !important;
  margin-inline: auto !important;
}

/* Stop the left card from creating unnecessary empty height. */
.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v758-grid {
  align-items: start !important;
}

.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v758-score,
.website-check-page .tm-wc-notwp-hero-v792 .tm-wc-v792-status-card {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

/* Footnote: no large pill, no separate band. A small, quiet line below the report. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 14px !important;
  padding-top: 0 !important;
  padding-bottom: clamp(42px, 5vw, 64px) !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
  min-height: 0 !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: -80px !important;
  bottom: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  background: #f8fafc !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  max-width: 920px !important;
  width: fit-content !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #64748b !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote span {
  opacity: .65 !important;
}

/* Create a deliberate, clean transition to the CTA section. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap + .tm-wc-v794-next-step {
  margin-top: 0 !important;
  padding-top: clamp(42px, 5vw, 70px) !important;
  padding-bottom: clamp(64px, 7vw, 96px) !important;
  background: #f8fafc !important;
  box-shadow: 0 0 0 100vmax #f8fafc !important;
  clip-path: inset(0 -100vmax) !important;
}

/* CTA block follows the approved visual direction without changing functionality. */
.website-check-page .tm-wc-v794-request-card {
  max-width: 1180px !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px) !important;
}

/* Mobile safety. */
@media (max-width: 760px) {
  .website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
    width: auto !important;
    max-width: calc(100% - 32px) !important;
    white-space: normal !important;
    text-align: left !important;
    justify-content: flex-start !important;
    font-size: .7rem !important;
  }

  .website-check-page .tm-wc-v794-request-card {
    grid-template-columns: 1fr !important;
  }
}


/* ==================================
V811 definitive Non-WordPress hero-to-CTA transition
================================== */

/* The footnote must not create its own large section. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
}

/* Disable inherited full-width pseudo background from previous attempts. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap::before,
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap::after {
  content: none !important;
  display: none !important;
}

/* Small, one-line note. No big pill, no extra block. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: fit-content !important;
  max-width: min(900px, calc(100vw - 48px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #64748b !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

/* The CTA section starts with exactly one controlled gap after the footnote. */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap + .tm-wc-v794-next-step {
  margin-top: 0 !important;
  padding-top: 44px !important;
  padding-bottom: clamp(64px, 7vw, 96px) !important;
  background: #f8fafc !important;
  box-shadow: 0 0 0 100vmax #f8fafc !important;
  clip-path: inset(0 -100vmax) !important;
}

/* Remove hidden spacing inside the next-step wrapper/card. */
.website-check-page .tm-wc-v794-next-step .tm-page-inner-wide {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.website-check-page .tm-wc-v794-request-card {
  margin-top: 0 !important;
}

/* Keep the hero background extending only enough to cover the note area, not a huge empty band. */
.website-check-page .tm-wc-notwp-hero-v792::before {
  bottom: -48px !important;
}

/* Mobile safety */
@media (max-width: 760px) {
  .website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
    white-space: normal !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap + .tm-wc-v794-next-step {
    padding-top: 32px !important;
  }
}


/* ==================================
V812 Footnote transition final fix
================================== */

/* Footnote becomes part of the hero ending */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap {
  margin-top: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 48px !important;
  background: transparent !important;
  min-height: 0 !important;
  height: auto !important;
}

/* Extend hero background beneath footnote */
.website-check-page .tm-wc-notwp-hero-v792::before {
  bottom: -120px !important;
}

/* Slightly soften the footnote visually */
.website-check-page .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
  opacity: .82 !important;
}


/* V814 Error states */
.tm-wc-error-state {
  padding: clamp(64px, 8vw, 120px) 0;
  background: #f8fafc;
}
.tm-wc-error-state h1 {
  margin-bottom: 16px;
}
.tm-wc-error-state p {
  max-width: 680px;
  margin-bottom: 24px;
}

/* ==================================
V814.1 Active error states
================================== */
.website-check-page .tm-wc-error-state {
  padding: clamp(70px, 8vw, 120px) 0 clamp(80px, 9vw, 130px);
  background:
    radial-gradient(circle at 72% 8%, rgba(37,99,235,.12), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 44%, #f8fafc 100%);
}

.website-check-page .tm-wc-error-shell {
  overflow: hidden;
}

.website-check-page .tm-wc-error-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(28px, 4vw, 56px);
}

.website-check-page .tm-wc-error-side {
  align-self: start;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(226,232,240,.9);
  box-shadow: 0 24px 70px rgba(15,23,42,.06);
}

.website-check-page .tm-wc-error-icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: #fef2f2;
  color: #dc2626;
  font-size: 2rem;
  font-weight: 900;
}

.website-check-page .tm-wc-error-side h1,
.website-check-page .tm-wc-error-main h2 {
  margin: 0 0 14px;
  color: #0f172a;
  line-height: .95;
  letter-spacing: -.06em;
}

.website-check-page .tm-wc-error-side h1 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.website-check-page .tm-wc-error-main h2 {
  font-size: clamp(2.6rem, 5vw, 5.3rem);
  max-width: 780px;
}

.website-check-page .tm-wc-error-side p,
.website-check-page .tm-wc-error-main p {
  color: #64748b;
}

@media (max-width: 900px) {
  .website-check-page .tm-wc-error-grid {
    grid-template-columns: 1fr;
  }
}


/* ==================================
V814.3 unified footnote text + style
================================== */

.website-check-page .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: fit-content !important;
  max-width: min(920px, calc(100vw - 48px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #64748b !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  opacity: .82 !important;
}

.website-check-page .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote span {
  opacity: .7 !important;
}

@media (max-width: 760px) {
  .website-check-page .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
    width: auto !important;
    max-width: calc(100% - 32px) !important;
    white-space: normal !important;
    text-align: left !important;
    justify-content: flex-start !important;
    font-size: .7rem !important;
  }
}


/* ==================================
V814.4 WordPress hero background repair
================================== */

/* Give the WordPress result hero the same full-width calm stage as the other result states. */
.website-check-page .tm-wc-v758-hero:not(.tm-wc-notwp-hero-v792),
.website-check-page .tm-wc-wordpress-hero {
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  background: transparent !important;
}

.website-check-page .tm-wc-v758-hero:not(.tm-wc-notwp-hero-v792)::before,
.website-check-page .tm-wc-wordpress-hero::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  bottom: -120px !important;
  left: 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  background:
    radial-gradient(circle at 72% 6%, rgba(37,99,235,.14), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%) !important;
}

/* Preserve existing report width and prevent the stage from looking boxed-in. */
.website-check-page .tm-wc-v758-hero:not(.tm-wc-notwp-hero-v792) .tm-page-inner-wide,
.website-check-page .tm-wc-wordpress-hero .tm-page-inner-wide {
  max-width: var(--tm-wide, 1440px) !important;
  width: 100% !important;
  margin-inline: auto !important;
}

.website-check-page .tm-wc-v758-hero:not(.tm-wc-notwp-hero-v792) .tm-wc-v758-shell,
.website-check-page .tm-wc-wordpress-hero .tm-wc-v758-shell {
  max-width: 1320px !important;
  width: 100% !important;
  margin-inline: auto !important;
}

/* WordPress footnote should sit on the same hero stage, not on a hard gray separator. */
.website-check-page .tm-wc-v758-hero:not(.tm-wc-notwp-hero-v792) + .tm-wc-v772-footnote-wrap,
.website-check-page .tm-wc-wordpress-hero + .tm-wc-v772-footnote-wrap {
  margin-top: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 48px !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
}

/* Keep the next WordPress section attached with a clean transition. */
.website-check-page .tm-wc-v758-hero:not(.tm-wc-notwp-hero-v792) + .tm-wc-v772-footnote-wrap + .tm-wc-visible-checks,
.website-check-page .tm-wc-wordpress-hero + .tm-wc-v772-footnote-wrap + .tm-wc-visible-checks {
  padding-top: clamp(44px, 6vw, 76px) !important;
  background: #ffffff !important;
}


/* V814.4b exact WordPress hero selector */
.website-check-page .tm-wc-result-hero-v758 {
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  background: transparent !important;
}

.website-check-page .tm-wc-result-hero-v758::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  bottom: -120px !important;
  left: 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  background:
    radial-gradient(circle at 72% 6%, rgba(37,99,235,.14), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%) !important;
}

.website-check-page .tm-wc-result-hero-v758 .tm-page-inner-wide {
  max-width: var(--tm-wide, 1440px) !important;
  width: 100% !important;
  margin-inline: auto !important;
}

.website-check-page .tm-wc-result-hero-v758 .tm-wc-v758-shell {
  max-width: 1320px !important;
  width: 100% !important;
  margin-inline: auto !important;
}

.website-check-page .tm-wc-result-hero-v758 + .tm-wc-v772-footnote-wrap {
  margin-top: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 48px !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
}


/* ==================================
V815 Error-state UX + CTA cleanup
================================== */

.website-check-page .tm-wc-error-state {
  padding: clamp(76px, 8vw, 126px) 0 clamp(84px, 9vw, 136px) !important;
}

.website-check-page .tm-wc-error-shell {
  border-radius: 32px !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(226,232,240,.9) !important;
  box-shadow: 0 34px 90px rgba(15,23,42,.08) !important;
}

.website-check-page .tm-wc-error-side {
  box-shadow: 0 24px 70px rgba(15,23,42,.055) !important;
}

.website-check-page .tm-wc-error-state-dns_error .tm-wc-error-icon {
  background: #eff6ff !important;
  color: #2563eb !important;
}

.website-check-page .tm-wc-error-state-timeout .tm-wc-error-icon,
.website-check-page .tm-wc-error-state-blocked .tm-wc-error-icon {
  background: #fff7ed !important;
  color: #f59e0b !important;
}

.website-check-page .tm-wc-error-state-ssl_error .tm-wc-error-icon,
.website-check-page .tm-wc-error-state-server_error .tm-wc-error-icon {
  background: #fef2f2 !important;
  color: #dc2626 !important;
}

.website-check-page .tm-wc-error-hint {
  margin-top: 14px !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  border: 1px solid rgba(226,232,240,.85) !important;
  font-size: .94rem !important;
  line-height: 1.45 !important;
}

.website-check-page .tm-wc-error-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 22px !important;
}

.website-check-page .tm-wc-error-actions .tm-btn {
  min-height: 48px !important;
}

.website-check-page .tm-wc-error-actions .tm-btn-light {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  border: 1px solid rgba(203,213,225,.95) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .website-check-page .tm-wc-error-state {
    padding-top: clamp(42px, 8vw, 72px) !important;
  }

  .website-check-page .tm-wc-error-grid {
    padding: clamp(20px, 5vw, 32px) !important;
  }

  .website-check-page .tm-wc-error-main h2 {
    font-size: clamp(2rem, 11vw, 3.4rem) !important;
  }
}

/* ==================================
V815.1 Error-state hotfix
================================== */

/* Remove the unwanted upper background band in error states. */
.website-check-page .tm-wc-error-state {
  background:
    radial-gradient(circle at 72% 8%, rgba(37,99,235,.10), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 34%, #f8fafc 100%) !important;
  margin-top: 0 !important;
}

.website-check-page .tm-wc-error-state::before,
.website-check-page .tm-wc-error-state::after,
.website-check-page .tm-wc-error-shell::before,
.website-check-page .tm-wc-error-shell::after {
  content: none !important;
  display: none !important;
}

/* Make checklist icons visible inside the error-state cluster lists. */
.website-check-page .tm-wc-error-state .tm-wc-v758-clusters li > span {
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 28px !important;
  width: 28px !important;
  height: 28px !important;
  margin-top: 2px !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  border: 1px solid rgba(203,213,225,.95) !important;
  box-shadow: 0 8px 18px rgba(15,23,42,.04) !important;
}

.website-check-page .tm-wc-error-state .tm-wc-v758-clusters li > span::before {
  content: "" !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #94a3b8 !important;
}

.website-check-page .tm-wc-error-state .tm-wc-v758-clusters article.is-good li > span {
  border-color: rgba(34,197,94,.35) !important;
  background: rgba(34,197,94,.08) !important;
}

.website-check-page .tm-wc-error-state .tm-wc-v758-clusters article.is-good li > span::before {
  background: #22c55e !important;
}

.website-check-page .tm-wc-error-state .tm-wc-v758-clusters article.is-risk li > span {
  border-color: rgba(245,158,11,.38) !important;
  background: rgba(245,158,11,.08) !important;
}

.website-check-page .tm-wc-error-state .tm-wc-v758-clusters article.is-risk li > span::before {
  background: #f59e0b !important;
}

.website-check-page .tm-wc-error-state-dns_error .tm-wc-error-icon {
  background: #eff6ff !important;
  color: #2563eb !important;
}

.website-check-page .tm-wc-error-state .tm-page-inner-wide {
  max-width: var(--tm-wide, 1440px) !important;
  width: 100% !important;
  margin-inline: auto !important;
}


/* ==================================
V816 WordPress conversion layer
Only WordPress sections refined
================================== */

.tm-wc-wordpress-hero .tm-wc-score-label,
.tm-wc-result-hero-v758 .tm-wc-score-label{
  font-size:.82rem!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  color:#2563eb!important;
}



/* ==================================
V816.1 WordPress score label cleanup
================================== */

.website-check-page .tm-wc-result-hero-v758 .tm-wc-score-eyebrow {
  margin: 0 0 18px !important;
  text-align: center !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: #2563eb !important;
}

.website-check-page .tm-wc-result-hero-v758 .tm-wc-v761-legend {
  display: none !important;
}

/* ==================================
V816.2 WordPress redundancy cleanup
================================== */

.website-check-page .tm-wc-result-hero-v758 em:empty,
.website-check-page .tm-wc-result-hero-v758 small:empty,
.website-check-page .tm-wc-result-hero-v758 .tm-wc-v789-item-status:empty {
  display: none !important;
}

.website-check-page .tm-wc-result-hero-v758 .tm-wc-v758-result h1,
.website-check-page .tm-wc-result-hero-v758 .tm-wc-v758-lead {
  max-width: 760px !important;
}


/* ==================================
V816.3 dynamic checkpoint count
================================== */

.website-check-page .tm-wc-result-hero-v758 .tm-wc-v790-priority:empty {
  display: none !important;
}

.website-check-page .tm-wc-result-hero-v758 .tm-wc-v784-meta-card small {
  line-height: 1.25 !important;
}


/* ==================================
V816.4 minimal meta cards
================================== */

.website-check-page .tm-wc-v784-meta-card p:empty {
  display: none !important;
}

.website-check-page .tm-wc-v784-meta-card {
  gap: 10px !important;
}

.website-check-page .tm-wc-v784-meta-card strong {
  line-height: 1.15 !important;
}



/* ==================================
V816.6 real consistency fix
================================== */

.website-check-page .tm-wc-v784-meta-icon svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==================================
V817 Report value section
================================== */

.website-check-page .tm-wc-report-value {
  background: #ffffff;
  padding: clamp(64px, 8vw, 112px) 0;
}

.website-check-page .tm-wc-report-value .tm-section-head-center {
  max-width: 760px;
  margin: 0 auto clamp(30px, 4vw, 48px);
}

.website-check-page .tm-wc-report-value .tm-section-head-center h2 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.website-check-page .tm-wc-report-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.website-check-page .tm-wc-report-value-card {
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(226,232,240,.9);
  box-shadow: 0 18px 46px rgba(15,23,42,.045);
}

.website-check-page .tm-wc-report-value-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid rgba(226,232,240,.9);
}

.website-check-page .tm-wc-report-value-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.website-check-page .tm-wc-report-value-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: -.03em;
}

.website-check-page .tm-wc-report-value-card p {
  margin: 0;
  color: #64748b;
  font-size: .94rem;
  line-height: 1.55;
}

.website-check-page .tm-wc-report-value-card.is-blue .tm-wc-report-value-icon {
  background: #eff6ff;
  border-color: #dbeafe;
  color: #2563eb;
}

.website-check-page .tm-wc-report-value-card.is-green .tm-wc-report-value-icon {
  background: #f0fdf4;
  border-color: #dcfce7;
  color: #16a34a;
}

.website-check-page .tm-wc-report-value-card.is-orange .tm-wc-report-value-icon {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #f59e0b;
}

.website-check-page .tm-wc-report-value-card.is-violet .tm-wc-report-value-icon {
  background: #f5f3ff;
  border-color: #ddd6fe;
  color: #7c3aed;
}

.website-check-page .tm-wc-report-value-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(22px, 3vw, 34px);
}

.website-check-page .tm-wc-report-value-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(226,232,240,.9);
  color: #64748b;
  font-size: .84rem;
  font-weight: 800;
}

.website-check-page .tm-wc-report-value-trust svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1000px) {
  .website-check-page .tm-wc-report-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .website-check-page .tm-wc-report-value {
    padding: 48px 0 58px;
  }

  .website-check-page .tm-wc-report-value-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .website-check-page .tm-wc-report-value-card {
    padding: 20px;
    border-radius: 20px;
  }

  .website-check-page .tm-wc-report-value-trust {
    justify-content: flex-start;
  }
}


/* ==================================
V818 Lead capture flow + spacing
================================== */

/* Keep the footnote visually attached to the hero. */
.website-check-page .tm-wc-result-hero-v758 + .tm-wc-v772-footnote-wrap {
  padding-top: 10px !important;
  padding-bottom: 22px !important;
  margin-top: 0 !important;
}

/* Pull the report value section closer to the result. */
.website-check-page .tm-wc-v772-footnote-wrap + .tm-wc-report-value {
  padding-top: clamp(36px, 4.5vw, 62px) !important;
}

.website-check-page .tm-wc-report-value {
  padding-bottom: clamp(54px, 6vw, 82px) !important;
}

.website-check-page .tm-wc-report-value .tm-section-head-center {
  margin-bottom: clamp(24px, 3.5vw, 38px) !important;
}

.website-check-page .tm-wc-report-value .tm-section-head-center h2 {
  max-width: 820px !important;
}

/* New compact lead capture directly after the report value section. */
.website-check-page .tm-wc-report-request-v818 {
  padding: clamp(54px, 6vw, 86px) 0;
  background:
    radial-gradient(circle at 76% 10%, rgba(37,99,235,.10), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.website-check-page .tm-wc-v818-lead-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .68fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 30px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(226,232,240,.92);
  box-shadow: 0 28px 80px rgba(15,23,42,.065);
}

.website-check-page .tm-wc-v818-lead-copy h2 {
  margin: 0 0 18px;
  max-width: 660px;
  color: #0f172a;
  font-size: clamp(2.4rem, 5.2vw, 5.4rem);
  line-height: .92;
  letter-spacing: -.075em;
}

.website-check-page .tm-wc-v818-lead-copy p {
  max-width: 600px;
  margin: 0;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.65;
}

.website-check-page .tm-wc-v818-benefits {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.website-check-page .tm-wc-v818-benefits li {
  position: relative;
  padding-left: 28px;
  color: #334155;
  font-weight: 800;
}

.website-check-page .tm-wc-v818-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 900;
}

.website-check-page .tm-wc-v818-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(203,213,225,.9);
}

.website-check-page .tm-wc-v818-form input[type="email"] {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(203,213,225,.95);
  background: #ffffff;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 650;
  box-shadow: none;
}

.website-check-page .tm-wc-v818-form input[type="email"]::placeholder {
  color: #94a3b8;
  font-weight: 600;
}

.website-check-page .tm-wc-v818-form button {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-weight: 900;
  font-size: .98rem;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(37,99,235,.28);
}

.website-check-page .tm-wc-v818-form-note {
  margin: 0;
  color: #64748b;
  font-size: .86rem;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 900px) {
  .website-check-page .tm-wc-v818-lead-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .website-check-page .tm-wc-v818-lead-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
  }
}


/* ==================================
V819 Funnel polish
================================== */

.website-check-page .tm-wc-report-value-grid {
  gap: 22px !important;
}

.website-check-page .tm-wc-report-value-card {
  min-height: 260px;
  padding: 28px !important;
  border-radius: 28px !important;
  box-shadow: 0 24px 60px rgba(15,23,42,.06) !important;
}

.website-check-page .tm-wc-report-value-card h3 {
  font-size: 1.12rem !important;
}

.website-check-page .tm-wc-report-value-card p {
  font-size: .98rem !important;
  line-height: 1.65 !important;
}

.website-check-page .tm-wc-v818-lead-card {
  grid-template-columns: minmax(0, .86fr) minmax(430px, .74fr) !important;
  gap: clamp(34px, 5vw, 84px) !important;
}

.website-check-page .tm-wc-v818-form {
  padding: 28px !important;
  border-radius: 28px !important;
  box-shadow: 0 20px 50px rgba(15,23,42,.06);
}

.website-check-page .tm-wc-v818-form input[type="email"] {
  min-height: 64px !important;
  font-size: 1.02rem !important;
}

.website-check-page .tm-wc-v818-form button {
  min-height: 64px !important;
  font-size: 1rem !important;
}

.website-check-page .tm-wc-personal {
  padding-top: clamp(52px, 6vw, 76px) !important;
  padding-bottom: clamp(52px, 6vw, 76px) !important;
}

.website-check-page .tm-wc-personal .tm-page-inner {
  max-width: 980px !important;
}

.website-check-page .tm-wc-personal h2 {
  font-size: clamp(2.3rem, 5vw, 4.6rem) !important;
  line-height: .94 !important;
  max-width: 720px !important;
}

.website-check-page .tm-wc-personal .tm-wc-personal-card {
  padding: 28px !important;
  border-radius: 28px !important;
}

@media (max-width: 900px) {
  .website-check-page .tm-wc-v818-lead-card {
    grid-template-columns: 1fr !important;
  }

  .website-check-page .tm-wc-report-value-card {
    min-height: auto;
  }
}


/* ==================================
V820 Rhythm polish
================================== */

/* Hero footnote tighter */
.website-check-page .tm-wc-result-hero-v758 + .tm-wc-v772-footnote-wrap {
  padding-top: 2px !important;
  padding-bottom: 14px !important;
}

/* Section 2 text spacing */
.website-check-page .tm-wc-report-value .tm-section-head-center h2 {
  margin-bottom: 22px !important;
}

.website-check-page .tm-wc-report-value .tm-section-head-center p {
  margin-top: 0 !important;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Lead form button breathing */
.website-check-page .tm-wc-v818-form button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px !important;
}

.website-check-page .tm-wc-v820-btn-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Personal section better hierarchy */
.website-check-page .tm-wc-personal h2 {
  font-size: clamp(2rem, 4vw, 3.6rem) !important;
  max-width: 620px !important;
}

.website-check-page .tm-wc-personal img,
.website-check-page .tm-wc-personal .tm-wc-personal-image {
  width: 180px !important;
  height: 180px !important;
  border-radius: 22px !important;
}

@media (max-width: 640px) {
  .website-check-page .tm-wc-personal img,
  .website-check-page .tm-wc-personal .tm-wc-personal-image {
    width: 140px !important;
    height: 140px !important;
  }
}


/* ==================================
V820.1 visible fixes after screenshot audit
================================== */

/* 1) Hero footnote: visually closer to the hero and less separated */
.website-check-page .tm-wc-result-hero-v758 + .tm-wc-v772-footnote-wrap {
  padding-top: 0 !important;
  padding-bottom: 8px !important;
  margin-top: -10px !important;
}

/* 2) Section 2: more clear gap between headline and intro text */
.website-check-page .tm-wc-report-value .tm-section-head-center h2 {
  margin-bottom: 26px !important;
}

.website-check-page .tm-wc-report-value .tm-section-head-center > p {
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1.65 !important;
}

/* 3) Lead capture button: real icon + spacing */
.website-check-page .tm-wc-v818-form button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 0 26px !important;
  white-space: normal !important;
  line-height: 1.2 !important;
}

.website-check-page .tm-wc-v818-form button .tm-wc-v820-btn-icon {
  display: inline-grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.18) !important;
}

.website-check-page .tm-wc-v818-form button .tm-wc-v820-btn-icon svg {
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* 4) Personal section: image larger, headline calmer */
.website-check-page .tm-wc-personal img {
  width: 190px !important;
  height: 190px !important;
  max-width: 190px !important;
  object-fit: cover !important;
  border-radius: 24px !important;
}

.website-check-page .tm-wc-personal h2 {
  font-size: clamp(1.85rem, 3.15vw, 3.15rem) !important;
  line-height: 1 !important;
  letter-spacing: -.055em !important;
  max-width: 620px !important;
}

.website-check-page .tm-wc-personal .tm-eyebrow {
  margin-bottom: 10px !important;
}

@media (max-width: 760px) {
  .website-check-page .tm-wc-personal img {
    width: 150px !important;
    height: 150px !important;
    max-width: 150px !important;
  }

  .website-check-page .tm-wc-personal h2 {
    font-size: clamp(1.75rem, 8vw, 2.55rem) !important;
  }
}


/* ==================================
V821 Personal section redesign
================================== */

.website-check-page .tm-wc-personal .tm-page-inner {
  max-width: 1120px !important;
}

.website-check-page .tm-wc-personal-card,
.website-check-page .tm-wc-personal-inner {
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr) !important;
  gap: 48px !important;
  align-items: center !important;
}

.website-check-page .tm-wc-personal img {
  width: 260px !important;
  height: 260px !important;
  max-width: 260px !important;
  object-fit: cover !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 40px rgba(15,23,42,.08);
}

.website-check-page .tm-wc-personal h2 {
  font-size: clamp(2rem, 3vw, 3rem) !important;
  line-height: .98 !important;
  max-width: 640px !important;
  margin-bottom: 16px !important;
}

.website-check-page .tm-wc-personal p {
  max-width: 620px !important;
  margin-bottom: 22px !important;
}

.website-check-page .tm-wc-personal ul,
.website-check-page .tm-wc-personal-list {
  display: grid !important;
  gap: 14px !important;
}

.website-check-page .tm-wc-personal ul li,
.website-check-page .tm-wc-personal-list li {
  padding: 16px 18px !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  font-weight: 700 !important;
}

@media (max-width: 900px) {
  .website-check-page .tm-wc-personal-card,
  .website-check-page .tm-wc-personal-inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .website-check-page .tm-wc-personal img {
    width: 180px !important;
    height: 180px !important;
    max-width: 180px !important;
  }
}


/* ==================================
V822 verified personal section + final cleanup
================================== */

.website-check-page .tm-wc-personal-v822 {
  padding: clamp(64px, 7vw, 96px) 0 !important;
  background: #ffffff !important;
}

.website-check-page .tm-wc-v822-personal-card {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: clamp(36px, 5vw, 64px) !important;
  align-items: center !important;
  max-width: 1060px !important;
  margin: 0 auto !important;
  padding: clamp(28px, 4vw, 46px) !important;
  border-radius: 32px !important;
  background: #ffffff !important;
  border: 1px solid rgba(226,232,240,.95) !important;
  box-shadow: 0 28px 80px rgba(15,23,42,.06) !important;
}

.website-check-page .tm-wc-v822-person-side {
  display: grid !important;
  gap: 18px !important;
  align-content: start !important;
}

.website-check-page .tm-wc-v822-person-side img {
  width: 260px !important;
  height: 260px !important;
  max-width: 260px !important;
  object-fit: cover !important;
  border-radius: 26px !important;
  box-shadow: 0 20px 46px rgba(15,23,42,.10) !important;
}

.website-check-page .tm-wc-v822-person-card {
  width: 260px !important;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
}

.website-check-page .tm-wc-v822-person-card strong,
.website-check-page .tm-wc-v822-person-card span,
.website-check-page .tm-wc-v822-person-card small {
  display: block !important;
}

.website-check-page .tm-wc-v822-person-card strong {
  color: #0f172a !important;
  margin-bottom: 4px !important;
}

.website-check-page .tm-wc-v822-person-card span {
  color: #334155 !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.website-check-page .tm-wc-v822-person-card small {
  color: #64748b !important;
  font-size: .82rem !important;
}

.website-check-page .tm-wc-v822-person-copy h2 {
  max-width: 680px !important;
  margin: 0 0 18px !important;
  color: #0f172a !important;
  font-size: clamp(2.1rem, 3.3vw, 3.45rem) !important;
  line-height: .96 !important;
  letter-spacing: -.06em !important;
}

.website-check-page .tm-wc-v822-person-copy > p:not(.tm-eyebrow) {
  max-width: 650px !important;
  margin: 0 0 24px !important;
  color: #64748b !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

.website-check-page .tm-wc-v822-trust-grid {
  display: grid !important;
  gap: 14px !important;
}

.website-check-page .tm-wc-v822-trust-grid article {
  display: grid !important;
  grid-template-columns: 28px 1fr !important;
  gap: 14px !important;
  align-items: start !important;
  padding: 18px 20px !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
  border: 1px solid rgba(226,232,240,.95) !important;
  box-shadow: none !important;
}

.website-check-page .tm-wc-v822-trust-grid article > span {
  display: grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  background: #dcfce7 !important;
  color: #16a34a !important;
  font-weight: 900 !important;
  font-size: .9rem !important;
}

.website-check-page .tm-wc-v822-trust-grid strong {
  display: block !important;
  margin: 0 0 4px !important;
  color: #0f172a !important;
  font-size: .98rem !important;
}

.website-check-page .tm-wc-v822-trust-grid p {
  margin: 0 !important;
  color: #64748b !important;
  font-size: .92rem !important;
  line-height: 1.5 !important;
}

@media (max-width: 900px) {
  .website-check-page .tm-wc-v822-personal-card {
    grid-template-columns: 1fr !important;
  }

  .website-check-page .tm-wc-v822-person-side img,
  .website-check-page .tm-wc-v822-person-card {
    width: 180px !important;
    max-width: 180px !important;
  }

  .website-check-page .tm-wc-v822-person-side img {
    height: 180px !important;
  }
}


/* ==================================
V823 Mobile polish
Optimizes existing result flow without new desktop structure
================================== */

@media (max-width: 760px) {
  /* Global mobile rhythm on result page */
  .website-check-page .tm-page-section {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  /* Hero mobile: reduce vertical drag */
  .website-check-page .tm-wc-result-hero-v758 {
    padding-top: 22px !important;
    padding-bottom: 8px !important;
  }

  .website-check-page .tm-wc-result-hero-v758 .tm-page-inner-wide {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .website-check-page .tm-wc-v758-shell {
    border-radius: 24px !important;
  }

  .website-check-page .tm-wc-v758-body,
  .website-check-page .tm-wc-v758-grid {
    gap: 18px !important;
    padding: 18px !important;
  }

  .website-check-page .tm-wc-v758-score {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .website-check-page .tm-wc-v758-score-ring {
    width: 170px !important;
    height: 170px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .website-check-page .tm-wc-v758-result h1 {
    font-size: clamp(2rem, 10vw, 3.1rem) !important;
    line-height: .95 !important;
    letter-spacing: -.065em !important;
    margin-bottom: 14px !important;
  }

  .website-check-page .tm-wc-v758-lead {
    font-size: .96rem !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }

  .website-check-page .tm-wc-v758-clusters {
    gap: 14px !important;
  }

  .website-check-page .tm-wc-v758-clusters article {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .website-check-page .tm-wc-v758-clusters li {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .website-check-page .tm-wc-v784-meta {
    gap: 10px !important;
  }

  .website-check-page .tm-wc-v784-meta-card {
    padding: 14px !important;
    border-radius: 16px !important;
    min-height: auto !important;
  }

  .website-check-page .tm-wc-v772-footnote-wrap {
    padding-top: 0 !important;
    padding-bottom: 8px !important;
  }

  .website-check-page .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
    font-size: .66rem !important;
    line-height: 1.35 !important;
  }

  /* Section 2 mobile: compact cards */
  .website-check-page .tm-wc-v772-footnote-wrap + .tm-wc-report-value {
    padding-top: 34px !important;
  }

  .website-check-page .tm-wc-report-value {
    padding-bottom: 44px !important;
  }

  .website-check-page .tm-wc-report-value .tm-section-head-center {
    margin-bottom: 24px !important;
  }

  .website-check-page .tm-wc-report-value .tm-section-head-center h2 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
    line-height: .95 !important;
    margin-bottom: 16px !important;
  }

  .website-check-page .tm-wc-report-value .tm-section-head-center > p {
    font-size: .94rem !important;
    line-height: 1.55 !important;
  }

  .website-check-page .tm-wc-report-value-grid {
    gap: 12px !important;
  }

  .website-check-page .tm-wc-report-value-card {
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .website-check-page .tm-wc-report-value-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
  }

  .website-check-page .tm-wc-report-value-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .website-check-page .tm-wc-report-value-card h3 {
    font-size: .98rem !important;
    margin-bottom: 6px !important;
  }

  .website-check-page .tm-wc-report-value-card p {
    font-size: .86rem !important;
    line-height: 1.45 !important;
  }

  .website-check-page .tm-wc-report-value-trust {
    gap: 8px !important;
    margin-top: 18px !important;
  }

  .website-check-page .tm-wc-report-value-trust span {
    min-height: 32px !important;
    padding: 0 10px !important;
    font-size: .76rem !important;
  }

  /* Lead capture mobile */
  .website-check-page .tm-wc-report-request-v818 {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }

  .website-check-page .tm-wc-v818-lead-card {
    gap: 22px !important;
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .website-check-page .tm-wc-v818-lead-copy h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem) !important;
    line-height: .92 !important;
    margin-bottom: 14px !important;
  }

  .website-check-page .tm-wc-v818-lead-copy p {
    font-size: .94rem !important;
    line-height: 1.55 !important;
  }

  .website-check-page .tm-wc-v818-benefits {
    margin-top: 16px !important;
    gap: 8px !important;
  }

  .website-check-page .tm-wc-v818-form {
    padding: 16px !important;
    border-radius: 20px !important;
    gap: 12px !important;
  }

  .website-check-page .tm-wc-v818-form input[type="email"] {
    min-height: 54px !important;
    border-radius: 14px !important;
  }

  .website-check-page .tm-wc-v818-form button {
    min-height: 56px !important;
    font-size: .9rem !important;
    padding: 0 16px !important;
  }

  /* Personal mobile: content first, person after intro */
  .website-check-page .tm-wc-personal-v822 {
    padding-top: 44px !important;
    padding-bottom: 50px !important;
  }

  .website-check-page .tm-wc-v822-personal-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .website-check-page .tm-wc-v822-person-copy {
    order: 1 !important;
  }

  .website-check-page .tm-wc-v822-person-side {
    order: 2 !important;
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .website-check-page .tm-wc-v822-person-side img {
    width: 92px !important;
    height: 92px !important;
    max-width: 92px !important;
    border-radius: 18px !important;
  }

  .website-check-page .tm-wc-v822-person-card {
    width: auto !important;
    max-width: none !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
  }

  .website-check-page .tm-wc-v822-person-copy h2 {
    font-size: clamp(1.85rem, 8.5vw, 2.55rem) !important;
    line-height: .96 !important;
    margin-bottom: 12px !important;
  }

  .website-check-page .tm-wc-v822-person-copy > p:not(.tm-eyebrow) {
    font-size: .93rem !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }

  .website-check-page .tm-wc-v822-trust-grid {
    gap: 10px !important;
  }

  .website-check-page .tm-wc-v822-trust-grid article {
    grid-template-columns: 24px 1fr !important;
    padding: 14px !important;
    gap: 12px !important;
    border-radius: 16px !important;
  }

  .website-check-page .tm-wc-v822-trust-grid article > span {
    width: 24px !important;
    height: 24px !important;
  }

  .website-check-page .tm-wc-v822-trust-grid p {
    font-size: .84rem !important;
  }

  /* Footer mobile: more compact */
  .site-footer,
  .tm-site-footer {
    padding-top: 44px !important;
    padding-bottom: 34px !important;
  }

  .site-footer .tm-footer-grid,
  .tm-site-footer .tm-footer-grid {
    gap: 24px !important;
  }

  .site-footer a.tm-btn,
  .tm-site-footer a.tm-btn {
    min-height: 42px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: .82rem !important;
  }
}


/* ==================================
V824 Mobile refinement
================================== */

@media (max-width: 760px) {

  /* 1. Hero headline calmer */
  .website-check-page .tm-wc-v758-result h1 {
    font-size: clamp(1.75rem, 8vw, 2.35rem) !important;
    line-height: .98 !important;
    max-width: 280px !important;
    letter-spacing: -.05em !important;
  }

  /* 2. Left status card more compact */
  .website-check-page .tm-wc-v758-score {
    padding: 16px !important;
  }

  .website-check-page .tm-wc-v758-score .tm-wc-v758-status-box,
  .website-check-page .tm-wc-v758-score .tm-wc-v758-report-box {
    padding: 12px !important;
    border-radius: 14px !important;
  }

  .website-check-page .tm-wc-v758-score ul,
  .website-check-page .tm-wc-v758-score li {
    gap: 6px !important;
    margin-bottom: 4px !important;
    line-height: 1.35 !important;
  }

  /* 3. Section 2 more compact */
  .website-check-page .tm-wc-report-value-card {
    padding: 14px !important;
  }

  .website-check-page .tm-wc-report-value-card h3 {
    font-size: .9rem !important;
    line-height: 1.25 !important;
  }

  .website-check-page .tm-wc-report-value-card p {
    font-size: .8rem !important;
    line-height: 1.35 !important;
  }

  /* 4. Personal section: image above benefits */
  .website-check-page .tm-wc-v822-person-copy {
    display: flex !important;
    flex-direction: column !important;
  }

  .website-check-page .tm-wc-v822-person-side {
    order: 2 !important;
    margin-top: 8px !important;
    margin-bottom: 14px !important;
  }

  .website-check-page .tm-wc-v822-trust-grid {
    order: 3 !important;
  }
}


/* ==================================
V824.1 Mobile structure fix
================================== */

@media (max-width: 760px) {

  /* Header row safer: URL last, truncates */
  .website-check-page .tm-wc-v758-topbar,
  .website-check-page .tm-wc-v758-head {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    align-items: center !important;
  }

  .website-check-page .tm-wc-v758-topbar .tm-wc-domain,
  .website-check-page .tm-wc-v758-head .tm-wc-domain {
    min-width: 0 !important;
    max-width: 110px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  /* Section 2: no more big card stack */
  .website-check-page .tm-wc-report-value-grid-mobile-compact {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .website-check-page .tm-wc-report-value-grid-mobile-compact .tm-wc-report-value-card {
    min-height: auto !important;
    padding: 14px 16px !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .website-check-page .tm-wc-report-value-grid-mobile-compact .tm-wc-report-value-icon {
    width: 28px !important;
    height: 28px !important;
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
  }

  .website-check-page .tm-wc-report-value-grid-mobile-compact .tm-wc-report-value-card h3 {
    font-size: .9rem !important;
    margin-bottom: 4px !important;
  }

  .website-check-page .tm-wc-report-value-grid-mobile-compact .tm-wc-report-value-card p {
    font-size: .78rem !important;
    line-height: 1.35 !important;
  }
}


/* ==================================
V824.2 Mobile verified fixes
================================== */

@media (max-width: 760px) {

  /* Top line: Status first, date stable, URL last and truncated */
  .website-check-page .tm-wc-v758-topline {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    gap: 6px 8px !important;
    align-items: center !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-live {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .website-check-page .tm-wc-v758-topline strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-date {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-domain {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    justify-self: start !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  /* Section 2: make it read like a compact list, not a stack of cards */
  .website-check-page .tm-wc-report-value-grid,
  .website-check-page .tm-wc-report-value-grid-mobile-compact {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .website-check-page .tm-wc-report-value-card {
    display: grid !important;
    grid-template-columns: 24px 1fr !important;
    gap: 10px !important;
    align-items: start !important;
    min-height: 0 !important;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(226,232,240,.9) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .website-check-page .tm-wc-report-value-card:last-child {
    border-bottom: 0 !important;
  }

  .website-check-page .tm-wc-report-value-icon {
    width: 24px !important;
    height: 24px !important;
    margin: 1px 0 0 !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
  }

  .website-check-page .tm-wc-report-value-icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  .website-check-page .tm-wc-report-value-card h3 {
    margin: 0 0 2px !important;
    font-size: .84rem !important;
    line-height: 1.2 !important;
  }

  .website-check-page .tm-wc-report-value-card p {
    margin: 0 !important;
    font-size: .74rem !important;
    line-height: 1.32 !important;
  }

  .website-check-page .tm-wc-report-value-trust {
    margin-top: 12px !important;
  }
}


/* ==================================
V825 Mobile score bar
================================== */

.tm-wc-v825-mobile-bar {
  display: none;
}

@media (max-width: 760px) {

  /* top line compact */
  .website-check-page .tm-wc-v758-topline {
    gap: 4px 8px !important;
  }

  /* mobile bar visible, circle hidden */
  .website-check-page .tm-wc-v825-mobile-bar {
    display: block !important;
    margin: 10px 0 16px !important;
  }

  .website-check-page .tm-wc-v758-score-ring {
    display: none !important;
  }

  .website-check-page .tm-wc-v825-mobile-bar-head {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
  }

  .website-check-page .tm-wc-v825-mobile-bar-head strong {
    font-size: 1.7rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: #0F172A !important;
  }

  .website-check-page .tm-wc-v825-mobile-bar-head span {
    font-size: .8rem !important;
    font-weight: 600 !important;
    color: #64748B !important;
  }

  .website-check-page .tm-wc-v825-mobile-progress {
    width: 100% !important;
    height: 12px !important;
    background: #E2E8F0 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
  }

  .website-check-page .tm-wc-v825-mobile-progress span {
    display: block !important;
    height: 100% !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg,#16A34A 0%, #F59E0B 55%, #DC2626 100%) !important;
  }

  /* less top hero height */
  .website-check-page .tm-wc-v758-score {
    padding-top: 14px !important;
  }
}


/* ==================================
V826 Mobile hero top like approved mockup
================================== */

@media (max-width: 760px) {

  /* Approved mobile top: first row status, second row date + URL */
  .website-check-page .tm-wc-v758-topline {
    display: grid !important;
    grid-template-columns: 12px 1fr !important;
    gap: 4px 8px !important;
    align-items: center !important;
    padding: 12px 14px !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-live {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 8px !important;
    height: 8px !important;
    align-self: center !important;
  }

  .website-check-page .tm-wc-v758-topline strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: .82rem !important;
    line-height: 1.2 !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-date {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: inline !important;
    font-size: .72rem !important;
    line-height: 1.25 !important;
    color: #64748b !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    max-width: none !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-date::after {
    content: " · ";
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-domain {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: inline-block !important;
    margin-left: calc(9.1em + 8px) !important;
    max-width: calc(100% - 9.6em) !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: .72rem !important;
    line-height: 1.25 !important;
    color: #64748b !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    vertical-align: top !important;
  }

  /* Score area: remove duplicate Status label and use stronger mobile progress bar */
  .website-check-page .tm-wc-v758-score .tm-wc-v758-pill {
    display: none !important;
  }

  .website-check-page .tm-wc-score-eyebrow {
    margin-bottom: 10px !important;
  }

  .website-check-page .tm-wc-v825-mobile-bar {
    margin: 8px 0 14px !important;
  }

  .website-check-page .tm-wc-v825-mobile-bar-head {
    gap: 10px !important;
    margin-bottom: 10px !important;
  }

  .website-check-page .tm-wc-v825-mobile-bar-head strong {
    font-size: 2rem !important;
    font-weight: 900 !important;
    letter-spacing: -.045em !important;
  }

  .website-check-page .tm-wc-v825-mobile-bar-head span {
    font-size: .88rem !important;
    font-weight: 800 !important;
    color: #334155 !important;
  }

  .website-check-page .tm-wc-v825-mobile-progress {
    height: 18px !important;
    border-radius: 999px !important;
  }

  .website-check-page .tm-wc-v825-mobile-progress span {
    border-radius: 999px !important;
  }

  /* make upper hero up to CTA closer to mockup */
  .website-check-page .tm-wc-v758-score-text h2 {
    margin-top: 2px !important;
  }

  .website-check-page .tm-wc-v758-info-stack {
    gap: 10px !important;
  }

  .website-check-page .tm-wc-v770-card {
    padding: 13px 14px !important;
  }

  .website-check-page .tm-wc-v788-report-cta {
    min-height: 52px !important;
    margin-top: 12px !important;
  }
}


/* ==================================
V826.1 Funnel copy + meta line fix
================================== */

@media (max-width: 760px) {
  .website-check-page .tm-wc-v758-topline .tm-wc-v758-meta {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    font-size: .72rem !important;
    line-height: 1.25 !important;
    color: #64748b !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
  }
}


/* ==================================
V827 Mobile hero + first signals section
Desktop remains unchanged
================================== */

.tm-wc-mobile-signals-v827 {
  display: none;
}

@media (max-width: 760px) {
  /* Mobile top area like the approved mockup */
  .website-check-page .tm-wc-v758-topline {
    display: grid !important;
    grid-template-columns: 12px 1fr !important;
    gap: 6px 10px !important;
    align-items: center !important;
    padding: 14px 16px !important;
    border-bottom: 1px solid rgba(226,232,240,.9) !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-live {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 10px !important;
    height: 10px !important;
  }

  .website-check-page .tm-wc-v758-topline strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: .92rem !important;
    line-height: 1.2 !important;
    color: #0f172a !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-meta-line {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: #64748b !important;
    font-size: .78rem !important;
    line-height: 1.35 !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  /* Hero only up to CTA on mobile */
  .website-check-page .tm-wc-result-hero-v758 {
    padding-top: 18px !important;
    padding-bottom: 0 !important;
  }

  .website-check-page .tm-wc-v758-grid {
    display: block !important;
    padding: 18px !important;
  }

  .website-check-page .tm-wc-v758-result {
    display: none !important;
  }

  .website-check-page .tm-wc-v758-score {
    padding: 20px !important;
    border-radius: 24px !important;
  }

  .website-check-page .tm-wc-score-eyebrow {
    text-align: center !important;
    margin-bottom: 18px !important;
  }

  .website-check-page .tm-wc-v825-mobile-bar {
    margin: 0 0 22px !important;
  }

  .website-check-page .tm-wc-v825-mobile-bar-head strong {
    font-size: 2.25rem !important;
  }

  .website-check-page .tm-wc-v825-mobile-progress {
    height: 18px !important;
  }

  .website-check-page .tm-wc-v758-score-text h2 {
    font-size: 1.55rem !important;
    line-height: 1.05 !important;
    margin-bottom: 10px !important;
  }

  .website-check-page .tm-wc-v758-score-text p {
    font-size: .95rem !important;
    line-height: 1.55 !important;
  }

  .website-check-page .tm-wc-v758-info-stack {
    gap: 12px !important;
    margin-top: 18px !important;
  }

  .website-check-page .tm-wc-v770-card {
    padding: 15px !important;
    border-radius: 18px !important;
  }

  .website-check-page .tm-wc-v770-card ul {
    margin-top: 10px !important;
  }

  .website-check-page .tm-wc-v770-card li:nth-child(3) {
    display: none !important;
  }

  .website-check-page .tm-wc-v788-report-cta {
    min-height: 58px !important;
    margin-top: 16px !important;
    border-radius: 16px !important;
    font-size: .95rem !important;
  }

  .website-check-page .tm-wc-v772-footnote-wrap {
    display: none !important;
  }

  /* New Section 2 from the approved mobile mockup */
  .website-check-page .tm-wc-mobile-signals-v827 {
    display: block !important;
    padding: 18px 0 34px !important;
    background: #ffffff !important;
  }

  .website-check-page .tm-wc-mobile-signals-v827 .tm-page-inner {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .website-check-page .tm-wc-mobile-signals-v827 h2 {
    margin: 0 0 12px !important;
    color: #0f172a !important;
    font-size: clamp(1.85rem, 8.5vw, 2.55rem) !important;
    line-height: .96 !important;
    letter-spacing: -.055em !important;
  }

  .website-check-page .tm-wc-mobile-signals-v827 > .tm-page-inner > p:not(.tm-eyebrow) {
    margin: 0 0 20px !important;
    color: #64748b !important;
    font-size: .98rem !important;
    line-height: 1.55 !important;
  }

  .website-check-page .tm-wc-mobile-stable-card {
    padding: 16px !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, rgba(240,253,244,.9), rgba(255,255,255,.95)) !important;
    border: 1px solid rgba(187,247,208,.95) !important;
    box-shadow: 0 18px 40px rgba(15,23,42,.045) !important;
  }

  .website-check-page .tm-wc-mobile-stable-head {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
  }

  .website-check-page .tm-wc-mobile-stable-head > span {
    display: grid !important;
    place-items: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 14px !important;
    background: #dcfce7 !important;
    color: #16a34a !important;
  }

  .website-check-page .tm-wc-mobile-stable-head svg,
  .website-check-page .tm-wc-mobile-stable-list svg {
    width: 18px !important;
    height: 18px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .website-check-page .tm-wc-mobile-stable-head strong {
    color: #0f172a !important;
    font-size: 1.05rem !important;
  }

  .website-check-page .tm-wc-mobile-stable-list {
    border-radius: 18px !important;
    background: rgba(255,255,255,.88) !important;
    border: 1px solid rgba(226,232,240,.8) !important;
    overflow: hidden !important;
  }

  .website-check-page .tm-wc-mobile-stable-list > div {
    display: grid !important;
    grid-template-columns: 32px 1fr 18px !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 13px 12px !important;
    border-bottom: 1px solid rgba(226,232,240,.85) !important;
  }

  .website-check-page .tm-wc-mobile-stable-list > div:last-child {
    border-bottom: 0 !important;
  }

  .website-check-page .tm-wc-mobile-stable-list > div > span {
    display: grid !important;
    place-items: center !important;
    color: #64748b !important;
  }

  .website-check-page .tm-wc-mobile-stable-list strong {
    display: block !important;
    margin-bottom: 3px !important;
    color: #0f172a !important;
    font-size: .94rem !important;
  }

  .website-check-page .tm-wc-mobile-stable-list p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: .78rem !important;
    line-height: 1.35 !important;
  }

  .website-check-page .tm-wc-mobile-stable-list i {
    color: #16a34a !important;
    font-style: normal !important;
    font-weight: 900 !important;
  }

  /* Hide the desktop report-value section on mobile because Section 2 is now the first-signals module */
  .website-check-page .tm-wc-report-value {
    display: none !important;
  }
}


/* ==================================
V828.1 repaired mobile hero polish
Basis: v827, no form/layout damage
================================== */

@media (max-width: 760px) {
  .website-check-page .tm-wc-v758-topline {
    display: grid !important;
    grid-template-columns: 12px 1fr !important;
    gap: 6px 10px !important;
    align-items: center !important;
    padding: 14px 16px !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-live {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .website-check-page .tm-wc-v758-topline strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-meta-line {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #64748b !important;
    font-size: .76rem !important;
    line-height: 1.35 !important;
  }

  .website-check-page .tm-wc-v825-mobile-bar-head strong {
    font-size: 2.25rem !important;
    line-height: .95 !important;
  }

  .website-check-page .tm-wc-v825-mobile-progress {
    height: 18px !important;
  }

  .website-check-page .tm-wc-v758-score-text h2 {
    font-size: clamp(1.65rem, 8vw, 2.05rem) !important;
    line-height: .98 !important;
    letter-spacing: -.05em !important;
  }

  .website-check-page .tm-wc-v758-score-text p {
    font-size: .94rem !important;
    line-height: 1.52 !important;
  }

  .website-check-page .tm-wc-v770-card {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .website-check-page .tm-wc-v770-card h4 {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }

  .website-check-page .tm-wc-v770-card p,
  .website-check-page .tm-wc-v770-card li {
    font-size: .82rem !important;
    line-height: 1.4 !important;
  }

  .website-check-page .tm-wc-v770-card ul {
    margin-top: 9px !important;
  }

  .website-check-page .tm-wc-v788-report-cta {
    min-height: 54px !important;
    margin-top: 12px !important;
    border-radius: 16px !important;
  }

  .website-check-page .tm-wc-v758-score form,
  .website-check-page .tm-wc-v758-score input[type="email"] {
    display: none !important;
  }
}


/* ==================================
V828.2 Funnel logic + mobile viewport fix
================================== */

@media (max-width: 760px) {

  .website-check-page .tm-wc-v770-card.tm-wc-v770-card--report {
    padding: 13px !important;
  }

  .website-check-page .tm-wc-v770-card.tm-wc-v770-card--report ul li {
    margin-bottom: 6px !important;
    font-size: .8rem !important;
    line-height: 1.35 !important;
  }

  .website-check-page .tm-wc-v758-meta-line {
    padding-left: 8px !important;
  }
}

/* v873 · Managed-domain Zustand für betreute toabai.media Websites */
.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-ring,
.website-check-page .tm-wc-v758-score.is-managed .tm-wc-v758-score-ring {
  --tm-score-color: #22c55e !important;
  background: radial-gradient(circle at center, #fff 0 58%, transparent 59%), conic-gradient(#22c55e 100%, #e2e8f0 0) !important;
  box-shadow: inset 0 0 0 1px rgba(226,232,240,.9), 0 18px 46px rgba(34,197,94,.16) !important;
}

.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-ring strong,
.website-check-page .tm-wc-v758-score.is-managed .tm-wc-v758-score-ring strong {
  color: #16a34a !important;
  font-size: clamp(3.2rem, 4.4vw, 4.8rem) !important;
  letter-spacing: 0 !important;
}

.website-check-page .tm-wc-v758-score.is-managed .tm-wc-v758-pill {
  background: #f0fdf4 !important;
  color: #16a34a !important;
}

.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v825-mobile-progress span {
  width: 100% !important;
  background: #22c55e !important;
}

.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack article.is-warning {
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%) !important;
  border-color: rgba(34,197,94,.24) !important;
}

.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack article.is-warning .tm-left-icon,
.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-clusters .is-warning .tm-wc-v758-cluster-head span {
  background: #22c55e !important;
  box-shadow: 0 0 0 7px rgba(34,197,94,.12) !important;
}

.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-clusters .is-warning {
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%) !important;
  border-color: rgba(34,197,94,.24) !important;
}

/* v876 · Betreute Websites: reduzierter Ergebniszustand ohne CTA/Lead-Strecke */
.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-clusters {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 560px !important;
}

.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack article.is-good {
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%) !important;
  border-color: rgba(34,197,94,.24) !important;
}

.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack article.is-good .tm-left-icon {
  background: #22c55e !important;
  color: #fff !important;
  box-shadow: 0 0 0 7px rgba(34,197,94,.12) !important;
}

.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-result {
  align-self: center !important;
}


/* v879 · Mobile Ergebnis-Kopfleiste: Domain und Datum nicht mehr gestaucht */
.website-check-page .tm-wc-v758-meta-line {
  gap: 8px;
}

.website-check-page .tm-wc-v758-domain-chip,
.website-check-page .tm-wc-v758-date-chip {
  display: inline;
}

@media (max-width: 760px) {
  .website-check-page .tm-wc-v758-topline {
    display: grid !important;
    grid-template-columns: 12px minmax(0, 1fr) !important;
    gap: 8px 10px !important;
    align-items: center !important;
    padding: 14px 16px !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-live {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .website-check-page .tm-wc-v758-topline > strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    font-size: .9rem !important;
    line-height: 1.2 !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-meta-line {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-domain-chip,
  .website-check-page .tm-wc-v758-topline .tm-wc-v758-date-chip {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 6px 10px !important;
    border: 1px solid rgba(226, 232, 240, .95) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #64748b !important;
    font-size: .76rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}


/* v880 · Mobile Ergebnis-Kopfleiste wirklich entstauchen
   Gilt auch für Nicht-WordPress-Ergebnisse mit älterem Markup. */
@media (max-width: 760px) {
  .website-check-page .tm-wc-v758-topline {
    display: grid !important;
    grid-template-columns: 12px minmax(0, 1fr) !important;
    gap: 7px 10px !important;
    align-items: center !important;
    padding: 14px 16px !important;
  }

  .website-check-page .tm-wc-v758-topline > .tm-wc-v758-live {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #22c55e !important;
  }

  .website-check-page .tm-wc-v758-topline > strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  .website-check-page .tm-wc-v758-topline > .tm-wc-v758-meta-line {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .website-check-page .tm-wc-v758-topline > .tm-wc-v758-meta-line > .tm-wc-v758-domain-chip,
  .website-check-page .tm-wc-v758-topline > .tm-wc-v758-meta-line > .tm-wc-v758-date-chip {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 6px 10px !important;
    border: 1px solid rgba(226, 232, 240, .95) !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #64748b !important;
    font-size: .76rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/* v881: Website-Check Hero auf Mobile wieder kompakt, damit das URL-Formular im ersten Screen sichtbar wird */
@media (max-width: 767px) {
  .website-check-page .tm-wc-landing-hero {
    padding-top: 34px !important;
    padding-bottom: 42px !important;
  }

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

  .website-check-page .tm-wc-landing-hero h1 {
    font-size: clamp(2.18rem, 8.8vw, 2.9rem) !important;
    line-height: .98 !important;
    letter-spacing: -.062em !important;
  }

  .website-check-page .tm-wc-landing-hero .tm-page-hero-lead {
    margin-top: 16px !important;
    font-size: .96rem !important;
    line-height: 1.52 !important;
  }

  .website-check-page .tm-wc-hero-points {
    display: none !important;
  }

  .website-check-page .tm-wc-start-card {
    padding: 18px !important;
    border-radius: 24px !important;
  }

  .website-check-page .tm-wc-start-card .tm-form-label {
    margin-bottom: 12px !important;
    padding: 6px 12px !important;
    font-size: .68rem !important;
    letter-spacing: .12em !important;
  }

  .website-check-page .tm-wc-start-card h2 {
    margin-bottom: 14px !important;
    font-size: clamp(1.36rem, 5.9vw, 1.85rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.055em !important;
  }

  .website-check-page .tm-check-form {
    gap: 10px !important;
  }

  .website-check-page .tm-check-form input {
    min-height: 50px !important;
    padding: 0 16px !important;
    border-radius: 16px !important;
    font-size: .98rem !important;
  }

  .website-check-page .tm-check-form .tm-btn,
  .website-check-page .tm-check-form button {
    min-height: 50px !important;
  }

  .website-check-page .tm-check-trust-note {
    margin-top: 10px !important;
    font-size: .78rem !important;
    line-height: 1.35 !important;
  }
}

/* v882: Mobile Ergebnis-Kopfleiste lesbar, nicht abgeschnitten */
@media (max-width: 760px) {
  .website-check-page .tm-wc-v758-topline,
  .website-check-page .tm-wc-v758-topline.tm-wc-v758-topline {
    grid-template-columns: 12px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 8px 10px !important;
    padding: 16px 18px 18px !important;
    overflow: visible !important;
  }

  .website-check-page .tm-wc-v758-topline > strong {
    align-self: center !important;
    font-size: .95rem !important;
    line-height: 1.35 !important;
    overflow: visible !important;
  }

  .website-check-page .tm-wc-v758-topline > .tm-wc-v758-meta-line {
    grid-column: 1 / -1 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  .website-check-page .tm-wc-v758-topline .tm-wc-v758-domain-chip,
  .website-check-page .tm-wc-v758-topline .tm-wc-v758-date-chip {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 30px !important;
    padding: 6px 10px !important;
    line-height: 1.35 !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }
}

/* v883: Betreute Websites mobil ohne Prozentwert, kompakter und mit sichtbarem Footer */
@media (max-width: 760px) {
  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v825-mobile-bar {
    display: none !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-ring,
  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score.is-managed .tm-wc-v758-score-ring {
    display: flex !important;
    width: 116px !important;
    height: 116px !important;
    margin: 0 auto 18px !important;
    border-radius: 999px !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-ring > div {
    width: 86px !important;
    height: 86px !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-ring strong {
    font-size: 3.25rem !important;
    line-height: 1 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-ring span {
    margin-top: 4px !important;
    font-size: .64rem !important;
    line-height: 1.1 !important;
    letter-spacing: .1em !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score {
    padding: 22px 20px 18px !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-score-eyebrow {
    margin-bottom: 14px !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-text h2 {
    font-size: clamp(1.72rem, 8vw, 2.2rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.055em !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-text p {
    font-size: 1rem !important;
    line-height: 1.45 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack {
    margin-top: 16px !important;
    gap: 0 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack article.is-good {
    padding: 16px !important;
    align-items: flex-start !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack article.is-good p {
    font-size: .95rem !important;
    line-height: 1.42 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result {
    padding-bottom: 18px !important;
  }
}

/* v884: Mobile Managed-Ergebnis vereinfachen, ohne hässlichen Kreis und ohne unnötige Höhe */
.website-check-page .tm-wc-managed-status-badge {
  display: none;
}

@media (max-width: 760px) {
  .website-check-page .tm-wc-result-hero-v758.is-managed-result {
    padding-top: 18px !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-page-inner-wide {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-shell {
    border-radius: 24px !important;
    overflow: visible !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-grid {
    display: block !important;
    padding: 18px !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-result,
  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v825-mobile-bar,
  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-ring,
  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score.is-managed .tm-wc-v758-score-ring {
    display: none !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score {
    padding: 20px 18px 18px !important;
    border-radius: 22px !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-score-eyebrow {
    text-align: left !important;
    margin: 0 0 12px !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-managed-status-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 18px !important;
    padding: 10px 13px !important;
    border: 1px solid rgba(34, 197, 94, .26) !important;
    border-radius: 999px !important;
    background: #f0fdf4 !important;
    color: #166534 !important;
    box-shadow: 0 10px 26px rgba(34, 197, 94, .08) !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-managed-status-badge span {
    display: grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 999px !important;
    background: #22c55e !important;
    color: #fff !important;
    font-size: .95rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-managed-status-badge strong {
    color: #166534 !important;
    font-size: .92rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-text h2 {
    font-size: clamp(1.62rem, 7vw, 2.05rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.055em !important;
    margin-bottom: 12px !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-score-text p {
    font-size: .96rem !important;
    line-height: 1.5 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
    gap: 0 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack article.is-good {
    grid-template-columns: 34px 1fr !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack article.is-good .tm-left-icon {
    width: 34px !important;
    height: 34px !important;
    box-shadow: none !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack article.is-good p {
    font-size: .9rem !important;
    line-height: 1.42 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result + .tm-site-footer,
  .website-check-page .tm-wc-result-hero-v758.is-managed-result ~ .tm-site-footer,
  .website-check-page .tm-wc-result-hero-v758.is-managed-result + .site-footer,
  .website-check-page .tm-wc-result-hero-v758.is-managed-result ~ .site-footer {
    margin-top: 0 !important;
  }
}

@media (max-width: 760px) {
  .website-check-page .tm-wc-v758-score.is-good .tm-wc-v825-mobile-progress span {
    background: #22c55e !important;
  }

  .website-check-page .tm-wc-v758-score.is-warning .tm-wc-v825-mobile-progress span,
  .website-check-page .tm-wc-v758-score:not(.is-danger):not(.is-good):not(.is-managed) .tm-wc-v825-mobile-progress span {
    background: #f59e0b !important;
  }

  .website-check-page .tm-wc-v758-score.is-danger .tm-wc-v825-mobile-progress span {
    background: #ef4444 !important;
  }
}

/* V903: kompakte Weiterleitungsausgabe im Website-Check Ergebnis */
.website-check-page .tm-wc-redirect-inline {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: clamp(18px, 2.2vw, 24px) 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 18px;
  background: rgba(248, 250, 252, .92);
  color: #475569;
}

.website-check-page .tm-wc-redirect-inline-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(37, 99, 235, .08);
  color: #2563eb;
}

.website-check-page .tm-wc-redirect-inline-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.website-check-page .tm-wc-redirect-inline strong {
  display: block;
  margin: 0 0 3px;
  color: #0f172a;
  font-size: .92rem;
  font-weight: 850;
  letter-spacing: -.02em;
}

.website-check-page .tm-wc-redirect-inline p {
  margin: 0;
  color: #64748b;
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .website-check-page .tm-wc-redirect-inline {
    margin-top: 16px;
    padding: 13px 14px;
    border-radius: 16px;
  }

  .website-check-page .tm-wc-redirect-inline-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
}

/* ==================================
V904 Mobile scroll ownership fix
================================== */
@media (max-width: 767px) {
  html,
  body {
    height: auto !important;
    min-height: 100% !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: auto !important;
  }

  body:not(.tm-menu-open) {
    position: static !important;
  }

  .website-check-page,
  .website-check-page .tm-wc-result-hero-v758,
  .website-check-page .tm-wc-v758-shell,
  .website-check-page .tm-wc-v758-grid,
  .website-check-page .tm-wc-v758-score,
  .website-check-page .tm-wc-v758-result {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: auto !important;
  }

  .website-check-page {
    overflow-x: clip !important;
  }

  .website-check-page .tm-wc-v758-shell {
    overflow-x: hidden !important;
  }

  .website-check-page .tm-wc-redirect-inline > div {
    min-width: 0 !important;
  }

  .website-check-page .tm-wc-redirect-inline p {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}

/* v905: Weiterleitung auch im reduzierten mobilen Betreuungsstatus sichtbar machen */
.website-check-page .tm-wc-managed-redirect-mobile {
  display: none;
}

@media (max-width: 760px) {
  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-managed-redirect-mobile {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: flex-start !important;
    margin-top: 14px !important;
    padding: 14px !important;
    border: 1px solid rgba(37, 99, 235, .18) !important;
    border-radius: 18px !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    box-shadow: none !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-managed-redirect-mobile-icon {
    display: grid !important;
    place-items: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    background: #eef4ff !important;
    color: #2563eb !important;
    flex: 0 0 auto !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-managed-redirect-mobile-icon svg {
    width: 17px !important;
    height: 17px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-managed-redirect-mobile strong {
    display: block !important;
    margin: 0 0 4px !important;
    color: #0f172a !important;
    font-size: .9rem !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-managed-redirect-mobile p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: .84rem !important;
    font-weight: 750 !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
  }
}

/* v906: Mobile-only Weiterleitung im Betreuungsstatus darf Desktop nicht beeinflussen */
.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v767-info-stack .tm-wc-managed-redirect-mobile,
.website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack .tm-wc-managed-redirect-mobile {
  display: none !important;
}

@media (max-width: 760px) {
  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v767-info-stack .tm-wc-managed-redirect-mobile,
  .website-check-page .tm-wc-result-hero-v758.is-managed-result .tm-wc-v758-info-stack .tm-wc-managed-redirect-mobile {
    display: grid !important;
  }
}

/* v908: Mobile Ergebnis-Signale mit Auffälligkeiten vor stabilen Bereichen */
@media (max-width: 760px) {
  .website-check-page .tm-wc-mobile-stable-card--warning {
    margin-bottom: 16px !important;
    background: linear-gradient(180deg, rgba(255, 247, 237, .96), rgba(255, 255, 255, .96)) !important;
    border-color: rgba(253, 186, 116, .85) !important;
  }

  .website-check-page .tm-wc-mobile-stable-head--warning > span {
    background: #ffedd5 !important;
    color: #f59e0b !important;
  }

  .website-check-page .tm-wc-mobile-stable-list--warning {
    border-color: rgba(253, 186, 116, .45) !important;
  }

  .website-check-page .tm-wc-mobile-stable-list--warning i {
    display: grid !important;
    place-items: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: #ffedd5 !important;
    color: #f59e0b !important;
    font-style: normal !important;
    font-weight: 950 !important;
    font-size: .72rem !important;
    line-height: 1 !important;
  }
}

/* ==================================
V909 Desktop result rhythm
Reduce the empty space between header and Website-Check result on desktop only.
================================== */

@media (min-width: 761px) {
  .website-check-page .tm-wc-result-hero-v758 {
    padding-top: clamp(34px, 3.6vw, 58px) !important;
  }
}

/* ==================================
V910 Website-Check result meta chips
Remove the accidental outer pill around URL and date in the desktop result topline.
================================== */

.website-check-page .tm-wc-v758-topline .tm-wc-v758-meta-line {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.website-check-page .tm-wc-v758-topline span.tm-wc-v758-domain-chip,
.website-check-page .tm-wc-v758-topline span.tm-wc-v758-date-chip {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(226,232,240,.9) !important;
  border-radius: 999px !important;
  background: #fff !important;
}


/* ==================================
V911 Website-Check topline meta wrapper
Use a neutral flex wrapper for URL and date chips so no outer pill can be inherited.
================================== */

.website-check-page .tm-wc-v758-topline .tm-wc-v758-meta-line {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.website-check-page .tm-wc-v758-topline .tm-wc-v758-meta-line .tm-wc-v758-domain-chip,
.website-check-page .tm-wc-v758-topline .tm-wc-v758-meta-line .tm-wc-v758-date-chip {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(226,232,240,.9) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
}

/* ==================================
V912 Website-Check Landing rhythm repair
Keeps the result view untouched and repairs only the entry page sections.
================================== */

.website-check-page.tm-wc-view-landing {
  background:
    radial-gradient(circle at 82% 0%, rgba(37, 99, 235, .10), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 34%, #f8fafc 100%) !important;
}

.website-check-page.tm-wc-view-landing .tm-wc-landing-hero,
.website-check-page.tm-wc-view-landing .tm-wc-process,
.website-check-page.tm-wc-view-landing .tm-wc-preview,
.website-check-page.tm-wc-view-landing .tm-wc-personal,
.website-check-page.tm-wc-view-landing .tm-wc-soft-conversion {
  margin: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.website-check-page.tm-wc-view-landing .tm-wc-landing-hero {
  padding-top: clamp(64px, 6.4vw, 92px) !important;
  padding-bottom: clamp(58px, 6vw, 86px) !important;
}

.website-check-page.tm-wc-view-landing .tm-wc-process {
  padding-top: clamp(58px, 6vw, 86px) !important;
  padding-bottom: clamp(60px, 6.2vw, 90px) !important;
  background:
    radial-gradient(circle at 78% 0%, rgba(37, 99, 235, .08), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
}

.website-check-page.tm-wc-view-landing .tm-wc-preview {
  padding-top: clamp(66px, 6.8vw, 96px) !important;
  padding-bottom: clamp(66px, 6.8vw, 96px) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(37, 99, 235, .08), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #f8fbff 100%) !important;
}

.website-check-page.tm-wc-view-landing .tm-wc-personal {
  padding-top: clamp(62px, 6.5vw, 92px) !important;
  padding-bottom: clamp(62px, 6.5vw, 92px) !important;
  background:
    radial-gradient(circle at 16% 52%, rgba(37, 99, 235, .06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.website-check-page.tm-wc-view-landing .tm-wc-soft-conversion {
  padding-top: clamp(68px, 7vw, 98px) !important;
  padding-bottom: clamp(68px, 7vw, 98px) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.14), transparent 34%),
    linear-gradient(180deg, #020617 0%, #081127 100%) !important;
}

.website-check-page.tm-wc-view-landing .tm-wc-personal-grid {
  grid-template-columns: minmax(320px, .58fr) minmax(0, 1fr) !important;
  gap: clamp(40px, 6vw, 86px) !important;
}

.website-check-page.tm-wc-view-landing .tm-wc-personal-grid > .tm-wc-personal-image {
  width: min(100%, 360px) !important;
  height: auto !important;
  max-width: 360px !important;
  margin: 0 auto !important;
  padding: 14px !important;
  border-radius: 34px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 80px rgba(15,23,42,.08) !important;
}

.website-check-page.tm-wc-view-landing .tm-wc-personal-grid > .tm-wc-personal-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  aspect-ratio: 4 / 4.35 !important;
  object-fit: cover !important;
  object-position: center 14% !important;
  transform: none !important;
  border-radius: 24px !important;
}

@media (max-width: 980px) {
  .website-check-page.tm-wc-view-landing .tm-wc-personal-grid {
    grid-template-columns: 1fr !important;
  }

  .website-check-page.tm-wc-view-landing .tm-wc-personal-grid > .tm-wc-personal-image {
    width: min(220px, 70vw) !important;
    max-width: 220px !important;
    margin-inline: 0 !important;
  }
}

@media (max-width: 760px) {
  .website-check-page.tm-wc-view-landing .tm-wc-landing-hero {
    padding-top: 28px !important;
    padding-bottom: 36px !important;
  }

  .website-check-page.tm-wc-view-landing .tm-wc-process,
  .website-check-page.tm-wc-view-landing .tm-wc-preview,
  .website-check-page.tm-wc-view-landing .tm-wc-personal,
  .website-check-page.tm-wc-view-landing .tm-wc-soft-conversion {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }

  .website-check-page.tm-wc-view-landing .tm-wc-personal-grid > .tm-wc-personal-image {
    width: min(190px, 64vw) !important;
    max-width: 190px !important;
    margin-bottom: 2px !important;
  }

  .website-check-page.tm-wc-view-landing .tm-wc-personal-grid > .tm-wc-personal-image img {
    aspect-ratio: 1 / 1 !important;
    border-radius: 20px !important;
  }
}


/* ==================================
V913 scoped result rhythm repair
Keeps landing-page repairs intact and removes the unintended banding in WordPress result follow-up sections.
================================== */

.website-check-page.tm-wc-view-result {
  background:
    radial-gradient(circle at 82% 0%, rgba(37, 99, 235, .10), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 36%, #f8fbff 72%, #ffffff 100%) !important;
}

.website-check-page.tm-wc-view-result .tm-wc-report-value,
.website-check-page.tm-wc-view-result .tm-wc-report-request-v818,
.website-check-page.tm-wc-view-result .tm-wc-personal-v822 {
  margin: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
}

.website-check-page.tm-wc-view-result .tm-wc-v772-footnote-wrap {
  background: transparent !important;
}

.website-check-page.tm-wc-view-result .tm-wc-v772-footnote-wrap + .tm-wc-report-value {
  padding-top: clamp(44px, 5vw, 72px) !important;
}

.website-check-page.tm-wc-view-result .tm-wc-report-value {
  padding-bottom: clamp(50px, 5.8vw, 78px) !important;
}

.website-check-page.tm-wc-view-result .tm-wc-report-request-v818 {
  padding-top: clamp(54px, 6vw, 84px) !important;
  padding-bottom: clamp(54px, 6vw, 84px) !important;
}

.website-check-page.tm-wc-view-result .tm-wc-personal-v822 {
  padding-top: clamp(58px, 6vw, 88px) !important;
  padding-bottom: clamp(70px, 7vw, 104px) !important;
}

.website-check-page.tm-wc-view-result .tm-wc-v822-person-side img {
  width: 280px !important;
  height: 320px !important;
  max-width: 280px !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.website-check-page.tm-wc-view-result .tm-wc-v822-person-card {
  width: 280px !important;
}

@media (max-width: 900px) {
  .website-check-page.tm-wc-view-result .tm-wc-v822-person-side img {
    width: 220px !important;
    height: 250px !important;
    max-width: 220px !important;
    object-position: center top !important;
  }

  .website-check-page.tm-wc-view-result .tm-wc-v822-person-card {
    width: 220px !important;
  }
}

@media (max-width: 760px) {
  .website-check-page.tm-wc-view-result .tm-wc-report-value,
  .website-check-page.tm-wc-view-result .tm-wc-report-request-v818,
  .website-check-page.tm-wc-view-result .tm-wc-personal-v822 {
    background: transparent !important;
  }

  .website-check-page.tm-wc-view-result .tm-wc-report-request-v818 {
    padding-top: 42px !important;
    padding-bottom: 44px !important;
  }

  .website-check-page.tm-wc-view-result .tm-wc-personal-v822 {
    padding-top: 42px !important;
    padding-bottom: 50px !important;
  }

  .website-check-page.tm-wc-view-result .tm-wc-v822-person-side img {
    width: 92px !important;
    height: 104px !important;
    max-width: 92px !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .website-check-page.tm-wc-view-result .tm-wc-v822-person-card {
    width: auto !important;
  }
}

/* ==================================
V914 Website-Check icon tone repair
Keeps the SVG icons unchanged, but restores a slightly clearer blue icon surface so the badges do not read as white tiles on mobile cards.
================================== */

.website-check-page .tm-feature-icon {
  background: #e2edff;
  color: #2563eb;
}

.website-check-page .tm-feature-icon svg {
  stroke: currentColor;
}

/* ==================================
V915 Website-Check icon system alignment
The page-wide .tm-lucide rule is kept for legacy report icons, but SVGs inside dedicated icon badges must not render a second white mini badge. This matches the icon treatment used on the other service pages.
================================== */

.website-check-page .tm-feature-icon > .tm-lucide,
.website-check-page .tm-icon-wrap > .tm-lucide,
.website-check-page .tm-ui-icon > .tm-lucide,
.website-check-page .tm-wc-preview-note > .tm-lucide,
.website-check-page .tm-wc-personal-list li > .tm-lucide,
.website-check-page .tm-wc-hero-points span > .tm-lucide {
  width: 21px !important;
  height: 21px !important;
  padding: 0 !important;
  display: block !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.website-check-page .tm-feature-icon {
  background: #eff6ff !important;
  color: #2563eb !important;
  border: 0 !important;
  box-shadow: none !important;
}

.website-check-page .tm-feature-icon > .tm-lucide {
  stroke: currentColor !important;
}

/* Website-Check success page refinement v952 */
.website-check-page .tm-wc-success-inner {
  max-width: 980px;
}

.website-check-page .tm-wc-success-hero {
  max-width: 760px;
}

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

.website-check-page .tm-wc-success-actions .tm-button {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
}

.website-check-page .tm-wc-success-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  box-shadow: 0 18px 42px rgba(37, 99, 235, .24);
}

.website-check-page .tm-wc-success-secondary {
  background: #fff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
}

.website-check-page .tm-wc-success-next,
.website-check-page .tm-wc-success-context,
.website-check-page .tm-wc-success-related {
  margin-top: 34px;
}

.website-check-page .tm-wc-success-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 22px;
}

.website-check-page .tm-wc-success-section-head .tm-eyebrow {
  display: inline-block;
  margin: 0 0 10px;
}

.website-check-page .tm-wc-success-section-head h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  line-height: .96;
  letter-spacing: -.055em;
  color: #0f172a;
}

.website-check-page .tm-wc-success-section-head p {
  max-width: 620px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.75;
  color: #64748b;
}

.website-check-page .tm-wc-success-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.website-check-page .tm-wc-success-step,
.website-check-page .tm-wc-success-context-card,
.website-check-page .tm-wc-success-article {
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 22px 60px rgba(15, 23, 42, .08);
  border-radius: 26px;
}

.website-check-page .tm-wc-success-step {
  padding: 24px;
}

.website-check-page .tm-wc-success-step > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 18px;
}

.website-check-page .tm-wc-success-step h3,
.website-check-page .tm-wc-success-article h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.website-check-page .tm-wc-success-step p {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

.website-check-page .tm-wc-success-context-card {
  padding: clamp(28px, 5vw, 44px);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .15), transparent 38%),
    linear-gradient(135deg, #fff 0%, #f8fbff 100%);
}

.website-check-page .tm-wc-success-context-card .tm-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
}

.website-check-page .tm-wc-success-context-card h2 {
  max-width: 560px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(32px, 4vw, 48px);
  line-height: .98;
  letter-spacing: -.055em;
}

.website-check-page .tm-wc-success-context-card p {
  max-width: 640px;
  margin: 18px 0 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.website-check-page .tm-wc-success-context-card ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.website-check-page .tm-wc-success-context-card li {
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.35;
}

.website-check-page .tm-wc-success-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.website-check-page .tm-wc-success-article {
  display: block;
  padding: 22px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.website-check-page .tm-wc-success-article:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .3);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .12);
}

.website-check-page .tm-wc-success-article span {
  display: block;
  margin-bottom: 12px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .website-check-page .tm-wc-success-actions {
    flex-direction: column;
    gap: 10px;
  }

  .website-check-page .tm-wc-success-actions .tm-button {
    width: 100%;
  }

  .website-check-page .tm-wc-success-next,
  .website-check-page .tm-wc-success-context,
  .website-check-page .tm-wc-success-related {
    margin-top: 28px;
  }

  .website-check-page .tm-wc-success-section-head {
    text-align: left;
    margin-bottom: 18px;
  }

  .website-check-page .tm-wc-success-section-head .tm-eyebrow {
    margin-bottom: 8px;
  }

  .website-check-page .tm-wc-success-section-head h2 {
    font-size: 38px;
  }

  .website-check-page .tm-wc-success-section-head p {
    margin-top: 14px;
    font-size: 16px;
  }

  .website-check-page .tm-wc-success-steps,
  .website-check-page .tm-wc-success-context-card ul,
  .website-check-page .tm-wc-success-related-grid {
    grid-template-columns: 1fr;
  }

  .website-check-page .tm-wc-success-step {
    padding: 22px;
  }

  .website-check-page .tm-wc-success-context-card {
    padding: 26px 22px;
    border-radius: 26px;
  }

  .website-check-page .tm-wc-success-context-card h2 {
    font-size: 36px;
  }

  .website-check-page .tm-wc-success-context-card p {
    font-size: 16px;
  }
}

/* v954: Website-Bericht Übergangsseite aus E-Mail-Link */
.tm-wc-view-report-loading {
  background:
    radial-gradient(circle at 72% 10%, rgba(37, 99, 235, 0.16), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 52%, #f8fafc 100%);
}

.tm-wc-lead-loading {
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  padding: clamp(72px, 10vw, 128px) 0;
}

.tm-wc-lead-loading-inner {
  width: min(100%, 880px);
}

.tm-wc-lead-loading-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.12);
  padding: clamp(42px, 7vw, 72px);
}

.tm-wc-lead-loading-card::before {
  content: "";
  position: absolute;
  inset: -35% -20% auto auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.2), transparent 66%);
  pointer-events: none;
}

.tm-wc-lead-loading-icon {
  width: 86px;
  height: 86px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 18px 46px rgba(37, 99, 235, 0.32);
}

.tm-wc-lead-loading-icon span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 4px solid rgba(255, 255, 255, 0.38);
  border-top-color: #fff;
  animation: tm-wc-lead-spin 0.9s linear infinite;
}

.tm-wc-lead-loading-card h1 {
  max-width: 720px;
  margin: 14px auto 18px;
  color: #0f172a;
  font-size: clamp(2.45rem, 6vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.tm-wc-lead-loading-card p {
  max-width: 620px;
  margin: 0 auto;
  color: #64748b;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  line-height: 1.65;
}

.tm-wc-lead-loading-card p strong {
  color: #0f172a;
  font-weight: 800;
}

.tm-wc-lead-loading-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(28px, 5vw, 42px) auto 0;
  max-width: 720px;
}

.tm-wc-lead-loading-steps div {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.92);
  color: #1e3a8a;
  font-size: 0.9rem;
  font-weight: 800;
}

.tm-wc-lead-loading-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 0.72rem;
  font-weight: 900;
}

.tm-wc-lead-loading-fallback {
  margin-top: 26px;
}

@keyframes tm-wc-lead-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 760px) {
  .tm-wc-lead-loading {
    min-height: calc(100vh - 84px);
    padding: 46px 0 64px;
  }

  .tm-wc-lead-loading-card {
    border-radius: 30px;
    padding: 42px 24px 30px;
  }

  .tm-wc-lead-loading-card h1 {
    font-size: clamp(2.2rem, 10vw, 3.6rem);
  }

  .tm-wc-lead-loading-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tm-wc-lead-loading-steps div {
    justify-content: flex-start;
    text-align: left;
  }

  .tm-wc-lead-loading-fallback {
    width: 100%;
  }
}

/* ==================================
V959 Website-Check result footnote placement
================================== */
.website-check-page.tm-wc-view-result .tm-wc-result-hero-v758 + .tm-wc-v772-footnote-wrap {
  margin-top: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 30px !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.website-check-page.tm-wc-view-result .tm-wc-result-hero-v758 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
  position: static !important;
  transform: none !important;
  width: fit-content !important;
  max-width: min(900px, calc(100vw - 48px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: .76 !important;
}

.website-check-page.tm-wc-view-result .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap + .tm-wc-v794-next-step {
  padding-top: 38px !important;
}

.website-check-page.tm-wc-view-result .tm-wc-result-hero-v758 + .tm-wc-v772-footnote-wrap + .tm-wc-report-value {
  padding-top: 40px !important;
}

@media (max-width: 760px) {
  .website-check-page.tm-wc-view-result .tm-wc-result-hero-v758 + .tm-wc-v772-footnote-wrap {
    padding-top: 12px !important;
    padding-bottom: 24px !important;
  }

  .website-check-page.tm-wc-view-result .tm-wc-result-hero-v758 + .tm-wc-v772-footnote-wrap .tm-wc-v772-footnote {
    width: auto !important;
    max-width: calc(100% - 32px) !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .website-check-page.tm-wc-view-result .tm-wc-notwp-hero-v792 + .tm-wc-v772-footnote-wrap + .tm-wc-v794-next-step {
    padding-top: 30px !important;
  }
}


/* ==================================
V960 Website-check footnote inside result card
================================== */
.website-check-page.tm-wc-view-result .tm-wc-v758-shell > .tm-wc-v960-footnote-in-card {
  display: block !important;
  margin: 0 !important;
  padding: 14px clamp(22px, 3vw, 44px) 24px !important;
  background: transparent !important;
  border-top: 1px solid rgba(226, 232, 240, .72) !important;
  box-shadow: none !important;
  min-height: 0 !important;
  height: auto !important;
}

.website-check-page.tm-wc-view-result .tm-wc-v758-shell > .tm-wc-v960-footnote-in-card .tm-wc-v772-footnote {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: 100% !important;
  max-width: 880px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #64748b !important;
  font-size: .72rem !important;
  line-height: 1.35 !important;
  text-align: center !important;
  opacity: .78 !important;
  white-space: normal !important;
}

.website-check-page.tm-wc-view-result .tm-wc-v758-shell > .tm-wc-v960-footnote-in-card + * {
  margin-top: 0 !important;
}

.website-check-page.tm-wc-view-result .tm-wc-result-hero-v758 + .tm-wc-report-value,
.website-check-page.tm-wc-view-result .tm-wc-result-hero-v758 + .tm-wc-v794-next-step,
.website-check-page.tm-wc-view-result .tm-wc-notwp-hero-v792 + .tm-wc-v794-next-step {
  padding-top: 54px !important;
}

@media (max-width: 760px) {
  .website-check-page.tm-wc-view-result .tm-wc-v758-shell > .tm-wc-v960-footnote-in-card {
    padding: 12px 18px 20px !important;
  }

  .website-check-page.tm-wc-view-result .tm-wc-v758-shell > .tm-wc-v960-footnote-in-card .tm-wc-v772-footnote {
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: .76rem !important;
  }

  .website-check-page.tm-wc-view-result .tm-wc-result-hero-v758 + .tm-wc-report-value,
  .website-check-page.tm-wc-view-result .tm-wc-result-hero-v758 + .tm-wc-v794-next-step,
  .website-check-page.tm-wc-view-result .tm-wc-notwp-hero-v792 + .tm-wc-v794-next-step {
    padding-top: 34px !important;
  }
}

/* ==================================
V961 Website-check footnote + report eyebrow polish
================================== */
.website-check-page.tm-wc-view-result .tm-wc-v758-result > .tm-wc-v961-footnote-inline,
.website-check-page.tm-wc-view-result .tm-wc-notwp-hero-v792 .tm-wc-v758-result > .tm-wc-v961-footnote-inline {
  display: block !important;
  margin: clamp(16px, 2vw, 22px) 0 0 !important;
  padding: 10px 0 0 !important;
  border-top: 1px solid rgba(226, 232, 240, .76) !important;
  background: transparent !important;
  box-shadow: none !important;
  min-height: 0 !important;
  height: auto !important;
}

.website-check-page.tm-wc-view-result .tm-wc-v758-result > .tm-wc-v961-footnote-inline .tm-wc-v772-footnote,
.website-check-page.tm-wc-view-result .tm-wc-notwp-hero-v792 .tm-wc-v758-result > .tm-wc-v961-footnote-inline .tm-wc-v772-footnote {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #64748b !important;
  font-size: .72rem !important;
  line-height: 1.38 !important;
  text-align: left !important;
  opacity: .78 !important;
  white-space: normal !important;
}

.website-check-page.tm-wc-view-result .tm-wc-v758-result > .tm-wc-v961-footnote-inline .tm-wc-v772-footnote span {
  flex: 0 0 auto !important;
}

/* V962: Report eyebrow inherits the normal section eyebrow design. */

@media (max-width: 760px) {
  .website-check-page.tm-wc-view-result .tm-wc-v758-result > .tm-wc-v961-footnote-inline,
  .website-check-page.tm-wc-view-result .tm-wc-notwp-hero-v792 .tm-wc-v758-result > .tm-wc-v961-footnote-inline {
    margin-top: 14px !important;
    padding-top: 10px !important;
  }

  .website-check-page.tm-wc-view-result .tm-wc-v758-result > .tm-wc-v961-footnote-inline .tm-wc-v772-footnote,
  .website-check-page.tm-wc-view-result .tm-wc-notwp-hero-v792 .tm-wc-v758-result > .tm-wc-v961-footnote-inline .tm-wc-v772-footnote {
    font-size: .75rem !important;
  }
}

/* ==================================
V963 Website-check report section background repair
Keep the improved footnote position, but let the following report-value section start on its own clean white surface again.
================================== */
.website-check-page.tm-wc-view-result .tm-wc-result-hero-v758 + .tm-wc-report-value,
.website-check-page.tm-wc-view-result .tm-wc-notwp-hero-v792 + .tm-wc-v794-next-step,
.website-check-page.tm-wc-view-result .tm-wc-report-value {
  background: #ffffff !important;
}

.website-check-page.tm-wc-view-result .tm-wc-report-value {
  position: relative !important;
  margin-top: 0 !important;
  padding-top: clamp(58px, 6vw, 88px) !important;
}

.website-check-page.tm-wc-view-result .tm-wc-report-value::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: #ffffff;
  pointer-events: none;
}

@media (max-width: 760px) {
  .website-check-page.tm-wc-view-result .tm-wc-report-value {
    background: #ffffff !important;
    padding-top: 44px !important;
  }
}
