:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: #0b0b0a;
  --panel-2: #11110f;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.58);
  --faint: rgba(255, 255, 255, 0.36);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.2);
  --red: #ff7979;
  --green: #9af2bf;
  --blue: #9fc0ff;
  --max: 1320px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  min-width: 320px;
}

body::selection {
  background: #fff;
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
}

.nav {
  width: min(calc(100% - 32px), 1400px);
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(29, 35, 29, 0.16);
  border-radius: 8px;
  background: rgba(247, 244, 235, 0.94);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px);
  padding: 16px 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: #12140f;
}

.brand-mark {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(24, 86, 58, 0.24);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, rgba(24, 126, 84, 0.12), rgba(255, 255, 255, 0.72) 62%, rgba(0, 0, 0, 0) 64%);
  box-shadow: inset 0 0 0 7px rgba(16, 80, 54, 0.045);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.brand-mark::before {
  left: 50%;
  top: 50%;
  width: 16px;
  height: 9px;
  border-left: 2px solid #187e54;
  border-bottom: 2px solid #187e54;
  transform: translate(-50%, -60%) rotate(-45deg);
}

.brand-mark::after {
  inset: 9px;
  border: 1px solid rgba(18, 20, 15, 0.12);
  border-radius: inherit;
}

.brand strong,
.footer-brand {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: rgba(18, 20, 15, 0.58);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a,
.footer-links a {
  color: rgba(18, 20, 15, 0.58);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: #12140f;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0 22px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-cta {
  border-color: rgba(18, 20, 15, 0.18);
  background: #12140f;
  color: #fff;
}

.button.primary {
  background: #fff;
  color: #000;
}

.button.secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 138px 24px 84px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.14), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(95, 144, 255, 0.18), transparent 25%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    #050505;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 86px 86px;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #050505 0%, rgba(5, 5, 5, 0.75) 36%, rgba(5, 5, 5, 0.15) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  min-height: calc(100vh - 254px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  align-items: end;
  gap: 54px;
}

.eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 940px;
  margin: 22px 0 0;
  font-size: clamp(48px, 8vw, 118px);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 350;
}

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

.hero-search,
.cta-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: min(100%, 660px);
  margin-top: 34px;
}

.hero-search input,
.cta-search input {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  padding: 0 18px;
  font: inherit;
  font-size: 16px;
  outline: none;
}

.hero-search input::placeholder,
.cta-search input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.hero-search input:focus,
.cta-search input:focus {
  border-color: rgba(255, 255, 255, 0.52);
}

.hero-foot {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 700;
}

.proof-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(28px);
  padding: 24px;
}

.panel-top,
.scan-card,
.proof-grid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
}

.panel-top span,
.scan-card p,
.proof-grid span {
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.panel-top strong {
  color: var(--red);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scan-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px 0;
}

.scan-card img {
  width: 112px;
  aspect-ratio: 1;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.scan-card h2 {
  margin: 8px 0 0;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 0;
}

.proof-grid div {
  background: #070707;
  padding: 18px;
}

.proof-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  text-transform: uppercase;
}

.panel-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  line-height: 1.7;
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.08);
}

.strip div {
  background: #050505;
  padding: 30px 26px;
}

.strip span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.24em;
}

.strip strong {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.strip p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.44);
  font-size: 14px;
  line-height: 1.6;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 104px 24px;
  scroll-margin-top: 150px;
}

.section-head {
  max-width: 820px;
}

.section-head h2,
.standard-card h2,
.final-cta h2 {
  margin: 18px 0 0;
  font-size: clamp(34px, 5vw, 74px);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-head p:not(.eyebrow),
.standard-card p,
.final-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 350;
}

.checker-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1px;
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.08);
}

.checker,
.verdict {
  background: #070707;
  padding: 34px;
}

.checker label {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.checker input[type="text"] {
  width: 100%;
  height: 54px;
  margin: 12px 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.checker input[type="text"]:focus {
  border-color: rgba(255, 255, 255, 0.48);
}

.checks {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.checks label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.5;
  cursor: pointer;
}

.checks input {
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #050505;
  margin-top: 1px;
}

.checks input:checked {
  background: #fff;
  box-shadow: inset 0 0 0 4px #050505;
}

.verdict strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(60px, 8vw, 104px);
  line-height: 0.9;
}

.verdict h3 {
  margin: 20px 0 0;
  font-size: 28px;
  text-transform: uppercase;
}

.verdict p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.52);
  font-size: 15px;
  line-height: 1.8;
}

.standard {
  padding-top: 0;
}

.standard-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 44%),
    #080808;
  padding: clamp(30px, 6vw, 70px);
}

.final-cta {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 80px 24px 112px;
  text-align: center;
}

.final-cta .hero-actions {
  justify-content: center;
}

.final-cta .cta-search {
  margin-left: auto;
  margin-right: auto;
}

.page-main {
  padding-top: 112px;
}

.subhero {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 92px 24px 54px;
}

.subhero h1 {
  max-width: 1040px;
}

.subhero p:not(.eyebrow) {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 18px;
  line-height: 1.75;
}

.page-section {
  padding-top: 38px;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.listing-card {
  min-height: 280px;
  background: #070707;
  padding: 30px;
}

.listing-card h2,
.compare-card h2 {
  margin: 20px 0 0;
  font-size: 26px;
  line-height: 1.05;
  text-transform: uppercase;
}

.listing-card p:not(.eyebrow),
.compare-card p {
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.7;
}

.ranked-vendors {
  padding-top: 34px;
}

.vendor-rank {
  display: grid;
  gap: 1px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.08);
}

.vendor-rank li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  background: #070707;
  padding: 24px;
}

.vendor-rank .rank,
.vendor-rank .score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vendor-rank strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
  text-transform: uppercase;
}

.vendor-rank p {
  grid-column: 2 / 3;
  margin: -6px 0 0;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.65;
}

.vendor-rank a {
  grid-column: 3 / 4;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.vendor-rank .rank-low .rank,
.vendor-rank .rank-low .score {
  color: var(--red);
}

.score-pill {
  display: inline-flex;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.text-link.center {
  display: flex;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.vendor-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.scorecard-panel {
  position: sticky;
  top: 112px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #080808;
  padding: 28px;
}

.scorecard-panel strong {
  display: block;
  margin-top: 18px;
  font-size: 46px;
  line-height: 1;
  text-transform: uppercase;
}

.scorecard-panel p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.scorecard-panel .button {
  width: 100%;
  margin-top: 12px;
}

.article-body {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #070707;
  padding: clamp(28px, 5vw, 56px);
}

.article-body.narrow {
  max-width: 920px;
}

.article-body h2 {
  margin: 0;
  padding-top: 36px;
  font-size: 32px;
  line-height: 1.05;
  text-transform: uppercase;
}

.article-body h2:first-child {
  padding-top: 0;
}

.article-body p,
.article-body li {
  color: rgba(255, 255, 255, 0.54);
  font-size: 16px;
  line-height: 1.8;
}

.article-body a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.article-body h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-body li + li {
  margin-top: 10px;
}

.rubric-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-top: 22px;
}

.rubric-table.full {
  margin-top: 0;
  margin-bottom: 44px;
}

.rubric-table div {
  background: #050505;
  padding: 22px;
}

.rubric-table strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.rubric-table span {
  display: inline-flex;
  margin-top: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rubric-table p,
.rubric-table em {
  display: block;
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  line-height: 1.65;
  font-style: normal;
}

.context-cta {
  margin-top: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 48%),
    #0a0a09;
  padding: 26px;
}

.context-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.7;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.related-links a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.answer-list {
  display: grid;
  gap: 1px;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.answer-list section {
  background: #050505;
  padding: 24px;
}

.answer-list p {
  margin-bottom: 0;
}

.reply-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.reply-form label {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reply-form input,
.reply-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  padding: 16px 18px;
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
}

.reply-form input:focus,
.reply-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.42);
}

.batch-tool {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #070707;
  padding: clamp(26px, 5vw, 52px);
}

.batch-tool label {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.batch-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 14px;
}

.batch-row input {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  padding: 0 18px;
  font: inherit;
  font-size: 18px;
  outline: none;
}

.batch-result {
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
  padding: 24px;
}

.batch-result h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1;
}

.batch-result p {
  color: rgba(255, 255, 255, 0.54);
  line-height: 1.75;
}

.result-label {
  margin: 0 !important;
  font-size: 10px !important;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.result-label.good {
  color: var(--green) !important;
}

.result-label.warn {
  color: var(--red) !important;
}

.result-label.unknown {
  color: var(--blue) !important;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.compare-card {
  background: #070707;
  padding: 32px;
}

.compare-card strong {
  display: block;
  margin-top: 22px;
  font-size: 34px;
  text-transform: uppercase;
}

.compare-card li {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-top: 10px;
}

.footer {
  border-top: 1px solid rgba(18, 20, 15, 0.1);
  background: #f7f4eb;
  color: #12140f;
  padding: 54px 24px 34px;
}

.footer > div,
.footer > p {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

.footer > div:first-child {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 40px;
}

.footer p {
  color: rgba(18, 20, 15, 0.6);
  line-height: 1.7;
}

.footer p a {
  color: #12140f;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(18, 20, 15, 0.1);
}

.fineprint {
  margin-top: 32px;
  color: rgba(18, 20, 15, 0.46) !important;
  font-size: 12px;
}

@media (max-width: 1050px) {
  .nav-links {
    display: none;
  }

  .hero-inner,
  .checker-layout,
  .footer > div:first-child {
    grid-template-columns: 1fr;
  }

  .proof-panel {
    max-width: 720px;
  }

  .strip,
  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vendor-layout {
    grid-template-columns: 1fr;
  }

  .scorecard-panel {
    position: static;
  }
}

@media (max-width: 720px) {
  .nav {
    width: min(calc(100% - 20px), 1400px);
    margin-top: 10px;
    padding: 12px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 12px;
  }

  .brand small {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding: 112px 16px 58px;
  }

  .hero-inner {
    min-height: auto;
    gap: 34px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions,
  .final-cta .hero-actions,
  .hero-search,
  .cta-search {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .button {
    width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .scan-card {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .vendor-rank li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .vendor-rank .score {
    grid-column: 2 / 3;
    width: max-content;
  }

  .vendor-rank p,
  .vendor-rank a {
    grid-column: 1 / -1;
  }

  .scan-card h2 {
    font-size: 21px;
  }

  .proof-grid,
  .strip,
  .listing-grid,
  .rubric-table,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .page-main {
    padding-top: 118px;
  }

  .subhero {
    padding: 72px 16px 34px;
  }

  .section {
    padding: 72px 16px;
  }

  .checker,
  .verdict {
    padding: 24px;
  }

  .standard-card {
    padding: 28px;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .batch-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
