.website-report-page .summary {
  font-size: 1rem;
  line-height: 1.72;
}

.website-report-page .bullet-list {
  font-size: 0.97rem;
  line-height: 1.68;
}

.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: 27px 62px;
  border-radius: 54px;
  border: 1px solid var(--line);
  margin-bottom: 42px;
}

.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 .website-hero-title-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
}

.website-report-page .website-hero-verdict-badge {
  flex-shrink: 0;
  width: 160px;
  height: auto;
  border-radius: 36px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.website-report-page .website-hero-verdict-badge:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}



.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.1rem, 1.3vw, 1.47rem);
  line-height: 1.12;
  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-extension-callout strong.brand-highlight {
  color: #ffea00;
  text-shadow: 0 1px 12px rgba(255, 234, 0, 0.4);
}

.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: 24px 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(32, 110, 202, 0.1);
}

.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,
.website-claim-quote::after {
  content: none !important;
  display: none !important;
}

.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-link-heading {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.website-report-page .website-original-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(36, 85, 141, 0.08);
  border: 1px solid rgba(36, 85, 141, 0.18);
  text-decoration: none;
  transition: background 140ms ease, transform 140ms ease;
}

.website-report-page .website-original-link:hover {
  background: rgba(36, 85, 141, 0.15);
  transform: translateY(-1px);
}

.website-report-page .website-original-domain {
  font-size: 0.97rem;
  font-weight: 700;
  color: #24558d;
}

.website-report-page .website-original-arrow {
  font-size: 1rem;
  color: #24558d;
  opacity: 0.7;
}

.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-hero-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .website-report-page .website-hero-verdict-badge {
    width: 120px;
  }

  .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: 0.95rem;
    line-height: 1.15;
  }

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