.website-report-page .website-report-shell {
  width: min(1220px, calc(100vw - 96px));
  padding-top: 34px;
}

.website-report-page .hero {
  display: block;
  min-height: auto;
  padding: 0 0 6px;
}

.website-report-page .website-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
  align-items: start;
  gap: 26px;
}

.website-report-page .website-hero-copy {
  min-width: 0;
}

.website-report-page .hero h1 {
  max-width: 24ch;
}

.website-report-page .hero {
  margin-bottom: 10px;
  padding-right: 0;
}

.website-report-page .website-extension-callout {
  justify-self: end;
  width: 100%;
  min-height: 132px;
  padding: 18px 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #0f56ff 0%, #1878ff 42%, #14b7a0 100%);
  box-shadow:
    0 18px 34px rgba(18, 75, 171, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  color: #ffffff;
  display: flex;
  align-items: center;
}

.website-report-page .hero .website-extension-callout-body {
  margin: 0;
  font-size: clamp(1.47rem, 1.75vw, 1.96rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-wrap: balance;
  color: #ffffff;
}

.website-report-page .website-extension-callout-line {
  display: block;
}

.website-report-page .website-extension-callout-line + .website-extension-callout-line {
  margin-top: 0.5rem;
}

.website-report-page .website-extension-callout-line-secondary {
  opacity: 0.96;
}

.website-report-page .website-extension-callout strong {
  color: #ffffff;
  font-weight: 900;
}

.website-report-page .website-home-link {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  color: #24558d;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.website-report-page .website-home-link:hover {
  text-decoration: underline;
}

.website-report-page .website-publish-date {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 700;
}

.website-report-page .website-claim-checked {
  display: grid;
  gap: 14px;
  margin-top: 32px;
  margin-bottom: 12px;
  width: min(58rem, 100%);
  padding: 16px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(236, 244, 255, 0.76));
  box-shadow: inset 0 0 0 1px rgba(132, 156, 199, 0.18);
}

.website-report-page .website-claim-label {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.website-report-page .website-claim-quote {
  margin: 0;
  position: relative;
  padding: 6px 0 0 54px;
  max-width: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.65;
  font-weight: 600;
  border: 0;
}

.website-claim-quote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -8px;
  color: rgba(73, 110, 165, 0.9);
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 800;
}

.website-claim-quote::after {
  content: "\201D";
  margin-left: 0.08em;
  color: rgba(73, 110, 165, 0.9);
  font-size: 1.35em;
  line-height: 0;
  vertical-align: -0.28em;
}

.website-report-page .website-sidebar {
  gap: 16px;
}

.website-report-page .website-context-block,
.website-report-page .website-link-block {
  display: grid;
  gap: 12px;
}

.website-report-page .website-sidebar-markdown,
.website-report-page .website-sidebar-markdown p,
.website-report-page .website-sidebar-markdown li,
.website-report-page .website-sidebar-markdown ul,
.website-report-page .website-sidebar-markdown ol {
  font-size: 1rem;
  line-height: 1.68;
}

.website-report-page .website-link-block {
  padding: 16px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(236, 244, 255, 0.76));
  box-shadow: inset 0 0 0 1px rgba(132, 156, 199, 0.18);
}

.website-report-page .website-link-title-row {
  margin-bottom: 0;
}

.website-report-page .website-original-link {
  color: #24558d;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.16em;
}

.website-report-page .website-original-link:hover {
  color: #173d69;
}

.website-report-page .website-link-missing {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.website-report-page .confidence-card .stat-value {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.1;
}

.website-report-page .bullet-list strong {
  font-weight: 800;
}

.website-report-page .markdown a,
.website-report-page .bullet-list a {
  color: #24558d;
  font-weight: 700;
}

@media (max-width: 900px) {
  .website-report-page .website-report-shell {
    width: min(100vw - 24px, 1220px);
    padding-top: 24px;
  }

  .website-report-page .website-hero-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .website-report-page .website-extension-callout {
    justify-self: stretch;
    min-height: 0;
    max-width: 100%;
    padding: 18px 18px;
  }

  .website-report-page .hero .website-extension-callout-body {
    font-size: 1.26rem;
    line-height: 1.12;
  }

  .website-report-page .website-home-link {
    margin-bottom: 12px;
  }
}
