/* LMSAdvice · a self-contained editorial interface, published by SkyPrep. */
:root {
  color-scheme: light;
  --paper: #f7f5ef;
  --surface: #fffefa;
  --ink: #202822;
  --muted: #62695f;
  --orange: #c75126;
  --orange-dark: #a13a16;
  --sage: #e5eadf;
  --line: #dcded3;
  --radius: 14px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, input, select, button { font-family: var(--font); }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--orange-dark); }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button, input, select { max-width: 100%; }
img, svg { display: block; max-width: 100%; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
button:disabled { cursor: not-allowed; opacity: .55; }
::selection { background: #eed5bf; color: var(--ink); }
strong { font-weight: 650; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.16; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(40px, 5.6vw, 70px); font-weight: 650; }
h2 { margin-bottom: 20px; font-size: clamp(28px, 3vw, 38px); font-weight: 620; }
h3 { margin-bottom: 13px; font-size: 23px; font-weight: 650; }
h4 { margin-bottom: 12px; font-size: 16px; font-weight: 650; letter-spacing: -.01em; }
p { margin-bottom: 20px; }
ul, ol { padding-left: 23px; }
li + li { margin-top: 8px; }
:is(.container, .wrap) { width: calc(100% - 80px); max-width: 1240px; margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 16px; z-index: 100; transform: translateY(-160%); padding: 10px 20px; border-radius: 5px; background: var(--ink); color: white; }
.skip-link:focus { transform: translateY(0); }
[hidden] { display: none !important; }

/* A quiet masthead gives the research room to lead. */
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; display: inline-flex; text-decoration: none; }
.brand img { width: 170px; height: 36px; }
:is(.site-nav, .header-nav) { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 600; }
:is(.site-nav, .header-nav) > a { text-decoration: none; }
:is(.site-nav, .header-nav) > a:not(.button) { padding-block: 12px; }
:is(.site-nav, .header-nav) > a[aria-current="page"]:not(.button) { color: var(--orange-dark); }
.button { display: inline-flex; min-height: 48px; padding: 12px 21px; justify-content: center; align-items: center; gap: 10px; border: 1px solid var(--ink); border-radius: 6px; background: transparent; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 650; line-height: 1.4; letter-spacing: .005em; transition: background .16s, border-color .16s, transform .16s; }
.button:hover { transform: translateY(-1px); background: var(--sage); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--surface); }
.button-dark:hover { background: #374b38; border-color: #374b38; color: white; }
.button-orange, .button-primary { background: var(--orange); border-color: var(--orange); color: white; }
.button-orange:hover, .button-primary:hover { background: var(--orange-dark); border-color: var(--orange-dark); color: white; }
.button-light { background: var(--surface); border-color: var(--surface); color: var(--ink); }
.button-light:hover { background: var(--sage); border-color: var(--sage); }
.button-outline, .button-secondary { border-color: #bdc2b6; background: transparent; }
.eyebrow { display: block; margin-bottom: 18px; color: var(--orange-dark); font-size: 10px; font-weight: 750; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.serif { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; }
.lead { max-width: 660px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-dark); font-size: 13px; font-weight: 650; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

/* The home-page illustration is native HTML, so it stays sharp and light. */
:is(.masthead, .hero) { padding: 58px 0 47px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 56px; }
.hero-grid h1 { max-width: 630px; }
.hero-grid h1 em, .article-hero h1 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.hero-grid .lead { max-width: 490px; margin-bottom: 27px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
:is(.hero-proof, .hero-note) { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 19px; margin-top: 22px; margin-bottom: 0; color: var(--muted); font-size: 11px; }
:is(.hero-proof, .hero-note) > span { display: inline-flex; align-items: center; gap: 6px; }
.hero-art { position: relative; min-height: 338px; border: 1px solid #d9dfd1; border-radius: 12px; background-color: #e8ece1; background-image: linear-gradient(#d4ddce75 1px, transparent 1px), linear-gradient(90deg, #d4ddce75 1px, transparent 1px); background-size: 32px 32px; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; width: 240px; height: 240px; top: 46px; left: 50%; border: 1px solid #aebfa58f; border-radius: 50%; transform: translateX(-50%); }
.hero-art::after { content: "A CLEARER WAY TO CHOOSE"; position: absolute; bottom: 21px; left: 0; right: 0; color: #5a7050; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-align: center; }
.mini-card { position: absolute; width: 56%; max-width: 250px; padding: 22px; border: 1px solid #d8dcce; border-radius: 9px; background: var(--surface); box-shadow: 0 12px 24px #2d442414; }
.mini-card.one { z-index: 1; top: 35px; left: 25px; transform: rotate(-7deg); }
.mini-card.two { z-index: 2; right: 21px; top: 100px; transform: rotate(6deg); }
.mini-label { margin-bottom: 14px; color: var(--muted); font-size: 9px; letter-spacing: .1em; font-weight: 700; text-transform: uppercase; }
.mini-title { margin-bottom: 14px; font-size: 22px; font-weight: 650; line-height: 1.2; letter-spacing: -.04em; }
.mini-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-block: 9px; border-top: 1px solid #e7e9e0; color: #62695f; font-size: 10px; }
.mini-row strong { color: #395231; font-size: 10px; }
.mini-row span:last-child:not(:first-child) { color: #526d44; }
.mini-dot { width: 25px; height: 25px; border-radius: 6px; background: var(--sage); }
.mini-bar { display: block; width: 70%; height: 5px; border-radius: 5px; background: #d9e3d0; }
.compare-orb { position: absolute; z-index: 3; top: 139px; left: calc(50% - 24px); display: grid; width: 48px; height: 48px; place-items: center; border: 5px solid var(--paper); border-radius: 50%; background: var(--orange); box-shadow: 0 3px 12px #5d40211a; color: white; font-size: 17px; font-weight: 500; }
.art-label { position: absolute; top: 19px; right: 19px; color: #607259; font-size: 9px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; padding: 20px 0; border-block: 1px solid var(--line); }
.stat { padding-inline: 28px; border-left: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat strong { display: block; color: var(--ink); font-size: 24px; font-weight: 550; letter-spacing: -.04em; line-height: 1.4; }
.stat span { display: block; margin-top: 3px; }

/* Discovery. */
.section { padding-block: 46px; scroll-margin-top: 24px; }
.section + .section { border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 25px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading .eyebrow { margin-bottom: 9px; }
.section-heading > p { margin: 0; max-width: 480px; color: var(--muted); font-size: 14px; }
.section-heading .text-link { flex-shrink: 0; padding-bottom: 4px; }
.section-intro { max-width: 720px; color: var(--muted); }
:is(.category-list, .chip-row) { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 20px 22px; }
:is(.category-chip, .chip) { min-height: 35px; padding: 8px 14px; border: 1px solid #d7dacd; border-radius: 30px; background: transparent; color: #596252; font-size: 11px; font-weight: 550; line-height: 1.4; }
:is(.category-chip, .chip):hover { background: var(--sage); }
:is(.category-chip, .chip).active, :is(.category-chip, .chip).is-active, :is(.category-chip, .chip)[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: white; }
.search-bar { max-width: 100%; margin-bottom: 24px; }
.search-bar label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 600; }
.search-bar input { width: 100%; min-height: 47px; padding: 12px 15px 12px 43px; border: 1px solid #cfd4c6; border-radius: 6px; background-color: var(--surface); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23717a69' stroke-width='1.7'%3E%3Ccircle cx='10' cy='10' r='6.5'/%3E%3Cpath d='m15 15 5.5 5.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 15px center; color: var(--ink); font-size: 13px; }
.search-bar input::placeholder { color: #788071; opacity: 1; }
:is(.vendor-grid, .platform-grid) { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
:is(.vendor-card, .platform-card) { display: flex; min-width: 0; flex-direction: column; align-items: start; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color .18s, box-shadow .18s; }
:is(.vendor-card, .platform-card):hover { border-color: #b8c0ad; box-shadow: 0 6px 18px #26351e05; }
:is(.vendor-top, .card-top) { display: flex; width: 100%; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 23px; }
.vendor-badge { display: inline-flex; flex: 0 0 auto; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 11px; background: var(--vendor-color, var(--vendor, #466441)); color: white; font-size: 16px; font-weight: 750; line-height: 1; letter-spacing: -.05em; }
:is(.pill, .tag) { display: inline-block; max-width: 100%; padding: 5px 9px; border-radius: 4px; background: #edf0e8; color: #56684b; font-size: 9px; font-weight: 650; line-height: 1.3; letter-spacing: .02em; }
.card-title { margin-bottom: 11px; font-size: 23px; }
.card-title a { text-decoration: none; }
.card-description { margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.card-meta { width: 100%; margin-top: auto; margin-bottom: 17px; padding-top: 16px; border-top: 1px solid #e8e9e0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.card-meta strong { color: var(--ink); }
:is(.vendor-card, .platform-card) > .text-link { font-size: 12px; }
.featured-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
:is(.pair-card, .feature-card) { display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #eeefe7; text-decoration: none; transition: border-color .18s, background .18s; }
:is(.pair-card, .feature-card):hover { border-color: #b6c0a9; background: #e7ebdf; color: var(--ink); }
:is(.pair-badges, .badge-pair) { display: flex; gap: 12px; align-items: center; margin-bottom: 25px; }
:is(.pair-badges, .badge-pair) .vendor-badge { width: 35px; height: 35px; border-radius: 9px; font-size: 13px; }
.vs { color: var(--muted); font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.pair-title { margin: 0 0 10px; font-size: 19px; font-weight: 650; letter-spacing: -.025em; line-height: 1.4; }
.pair-meta { margin-bottom: 0; margin-top: auto; color: var(--muted); font-size: 11px; }
:is(.pair-card, .feature-card) .text-link { margin-top: 17px; }
:is(.pair-directory, .pair-grid) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 30px; }
:is(.directory-pair, .pair-link) { display: flex; justify-content: space-between; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 13px; font-weight: 500; }
:is(.directory-pair, .pair-link)::after { content: "↗"; flex: 0 0 auto; color: var(--orange); }
.empty-state { grid-column: 1 / -1; padding: 35px; border: 1px dashed #c8cfc0; border-radius: 8px; color: var(--muted); font-size: 14px; text-align: center; }

/* Article navigation and comparison form share a left rail on wide screens. */
:is(.page-hero, .article-hero) { padding-block: 32px 43px; border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 32px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
:is(.page-hero, .article-hero) .eyebrow { margin-bottom: 15px; }
:is(.page-hero, .article-hero) h1 { max-width: 1000px; margin-bottom: 18px; font-size: clamp(34px, 4.5vw, 56px); line-height: 1.12; }
:is(.page-hero, .article-hero) .lead { max-width: 820px; margin-bottom: 22px; font-size: 16px; }
.byline { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 18px; color: var(--muted); font-size: 10px; }
.byline a { color: var(--ink); }
:is(.page-layout, .article-layout) { display: grid; grid-template-columns: 250px minmax(0, 1fr); grid-template-rows: auto 1fr; align-items: start; gap: 22px 49px; padding-block: 42px 64px; }
.main-content { grid-column: 2; grid-row: 1 / 3; min-width: 0; }
.main-content > .section { padding-top: 0; padding-bottom: 38px; }
.main-content > .section + .section { padding-top: 38px; }
.main-content .section h2 { font-size: 29px; }
.main-content .section h3 { font-size: 22px; }
.main-content p, .main-content li { font-size: 14px; }
.sidebar { display: contents; }
.toc { grid-column: 1; grid-row: 1; padding: 21px 20px 20px; border: 1px solid var(--line); border-radius: 9px; background: #f0f1e9; }
.toc h2, .toc h3 { margin-bottom: 15px; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.toc ul, .toc ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.toc li { margin: 0; }
.toc a { display: block; padding-block: 7px; color: #5b6555; font-size: 12px; line-height: 1.45; text-decoration: none; }
.toc a:hover { color: var(--orange-dark); }
.shortlist { grid-column: 1; grid-row: 2; padding: 23px 20px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.shortlist h2 { margin-bottom: 10px; font-size: 20px; }
.shortlist p { margin-bottom: 19px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.shortlist label { display: block; margin-bottom: 7px; color: #53604d; font-size: 10px; font-weight: 650; }
.shortlist select { width: 100%; min-height: 42px; padding: 9px 29px 9px 11px; border: 1px solid #cdd3c3; border-radius: 5px; background-color: var(--surface); color: var(--ink); font-size: 11px; }
.shortlist select + label { margin-top: 17px; }
.shortlist .button { width: 100%; margin-top: 20px; padding-inline: 10px; font-size: 12px; }
:is(.swap-button, .swap) { display: flex; align-items: center; justify-content: center; min-width: 32px; min-height: 32px; margin: 8px auto; padding: 4px 12px; border: 1px solid #d7dccf; border-radius: 5px; background: #eef0e8; color: #5b6b50; font-size: 12px; }
:is(.swap-button, .swap):hover { border-color: #a5b098; background: #e0e7d7; }
.form-error { margin-block: 12px 0 !important; color: #a42f20 !important; font-size: 11px !important; }

/* Research stays readable at every depth, including source-heavy sections. */
:is(.two-columns, .two-col) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.overview-card { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.overview-card > :last-child { margin-bottom: 0; }
.overview-card h3 { margin-top: 0; }
.overview-card p, .overview-card li { color: #596252; font-size: 13px; }
.overview-card .vendor-badge { margin-bottom: 18px; }
.review-card { min-width: 0; margin-bottom: 22px; padding: 27px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.review-card:last-child { margin-bottom: 0; }
.review-headline { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; margin-bottom: 20px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.review-headline h3, .review-headline p { margin-bottom: 0; }
.review-headline > p { color: var(--muted); font-size: 11px; }
.review-card h4 { margin-top: 22px; }
.review-card :is(.two-columns, .two-col) { gap: 23px; }
.review-card :is(.two-columns, .two-col) h4 { margin-top: 5px; }
:is(.positives, .review-praise) h4, :is(.cautions, .review-cautions) h4 { display: flex; align-items: center; gap: 8px; }
:is(.positives, .review-praise) h4::before, :is(.cautions, .review-cautions) h4::before { content: "+"; display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #e6eddd; color: #4e693c; font-size: 12px; font-weight: 500; }
:is(.cautions, .review-cautions) h4::before { content: "−"; background: #f4e6d8; color: #ae693e; }
.review-card ul { margin-top: 12px; padding-left: 18px; }
.review-card li { color: #5a6354; font-size: 13px; line-height: 1.8; }
.review-card li::marker { color: #a0ae92; }
.review-take { margin-top: 22px; padding: 17px 19px; border-left: 3px solid var(--orange); background: #f3f2e9; color: #4b5545; font-size: 13px; }
.review-take p:last-child { margin-bottom: 0; }
:is(.review-sample, .sample-note) { margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
:is(.review-sample, .sample-note) summary { cursor: pointer; color: #526049; font-size: 12px; font-weight: 600; }
:is(.review-sample, .sample-note)[open] summary { margin-bottom: 13px; }
.citations { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: 15px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.citations a { overflow-wrap: anywhere; }
:is(.gallery-grid, .gallery) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.screenshot-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.screenshot-card figure { margin: 0; }
.screenshot-image { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; border-bottom: 1px solid var(--line); background: #edf0e7; object-fit: contain; }
.screenshot-card > a { display: block; }
.caption { display: block; margin: 0; padding: 16px 18px 8px; color: #596252; font-size: 11px; line-height: 1.7; }
.caption strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 13px; }
.image-credit { display: block; padding: 0 18px 16px; color: #707868; font-size: 9px; overflow-wrap: anywhere; }
.caption .image-credit { padding: 7px 0 0; }
.table-scroll { max-width: 100%; margin-bottom: 20px; overflow-x: auto; border: 1px solid var(--line); border-radius: 9px; scrollbar-width: thin; scrollbar-color: #a4ad99 #eef0e8; }
:is(.comparison-table, .table-scroll table) { width: 100%; min-width: 580px; border-collapse: collapse; background: var(--surface); text-align: left; font-size: 12px; line-height: 1.8; }
:is(.comparison-table, .table-scroll table) th, :is(.comparison-table, .table-scroll table) td { padding: 16px 19px; border-bottom: 1px solid var(--line); vertical-align: top; }
:is(.comparison-table, .table-scroll table) th { background: #e9ede2; font-weight: 650; }
:is(.comparison-table, .table-scroll table) thead th { color: #526049; font-size: 12px; }
:is(.comparison-table, .table-scroll table) tbody th { width: 22%; background: #f4f5ee; }
:is(.comparison-table, .table-scroll table) td { width: 39%; color: #5d6557; }
:is(.comparison-table, .table-scroll table) tbody tr:last-child > * { border-bottom: 0; }
:is(.comparison-table, .table-scroll table) p:last-child { margin-bottom: 0; }
:is(.comparison-table, .table-scroll table) a { overflow-wrap: anywhere; }
.question-card { margin-bottom: 14px; padding: 23px 25px; border: 1px solid var(--line); border-radius: 9px; background: #eff1e8; }
.question-card h3, .main-content .question-card h3 { font-size: 18px; line-height: 1.4; }
.question-card > :last-child { margin-bottom: 0; }
.question-card p, .question-card li { color: #5a6553; font-size: 13px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; list-style: none; cursor: pointer; color: var(--ink); font-size: 14px; font-weight: 550; line-height: 1.6; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: 0 0 auto; color: var(--orange); font-size: 22px; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 34px 19px 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.faq-answer p, .faq-answer li { font-size: inherit; }
.faq-answer > :last-child { margin-bottom: 0; }
.sources-list { padding-left: 20px; color: var(--muted); font-size: 11px; line-height: 1.85; }
.sources-list li, .main-content .sources-list li { padding-left: 3px; font-size: 11px; }
.sources-list li + li { margin-top: 11px; }
.sources-list a { color: #496040; overflow-wrap: anywhere; }
.sources-list small { display: block; color: #7b8175; }
.main-content blockquote { margin: 24px 0; padding: 18px 23px; border-left: 3px solid #a8b89a; background: #eef0e7; color: #5a6553; }
.main-content blockquote > :last-child { margin-bottom: 0; }
.main-content a { overflow-wrap: anywhere; }
:is(.about-copy, .prose) { max-width: 820px; padding-block: 48px 68px; }
:is(.about-copy, .prose) h2 { margin-top: 40px; font-size: 28px; }
:is(.about-copy, .prose) h2:first-child { margin-top: 0; }
:is(.about-copy, .prose) p, :is(.about-copy, .prose) li { color: #596252; font-size: 15px; }
:is(.about-copy, .prose) a { color: var(--orange-dark); overflow-wrap: anywhere; }

/* Ownership disclosure is a permanent part of the page, not an overlay. */
:is(.cta-panel, .cta) { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-block: 24px 64px; padding: 41px 44px; border-radius: 12px; background: var(--ink); color: var(--surface); }
:is(.cta-panel, .cta) .eyebrow { margin-bottom: 11px; color: #d9b590; }
:is(.cta-panel, .cta) h2 { max-width: 580px; margin-bottom: 11px; font-size: 31px; }
:is(.cta-panel, .cta) p { max-width: 640px; margin-bottom: 0; color: #c7cdbf; font-size: 13px; }
:is(.cta-panel, .cta) > .button, :is(.cta-panel, .cta) > a { flex-shrink: 0; }
:is(.cta-panel, .cta) .button:not(.button-orange):not(.button-primary) { border-color: #f8f6ef; background: #f8f6ef; color: var(--ink); }
:is(.cta-panel, .cta) .button:hover { background: #e5e9da; border-color: #e5e9da; color: var(--ink); }
.site-footer { padding-block: 36px 26px; border-top: 1px solid var(--line); background: #eff0e8; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 26px; }
.footer-inner .brand img { width: 150px; height: auto; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: #5a6352; font-size: 11px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.disclosure { width: 100%; margin-block: 26px 0; padding-top: 20px; border-top: 1px solid #d9ddce; color: #626c58; font-size: 10px; line-height: 1.9; }
.footer-inner .disclosure { margin-top: 0; }
.disclosure p { margin-bottom: 8px; }
.disclosure p:last-child { margin-bottom: 0; }
.disclosure strong { color: #48533e; }

/* The renderer also uses descriptive names for its individual content blocks. */
.header-cta { display: inline-flex; align-items: center; gap: 12px; min-height: 41px; padding: 10px 17px; border: 1px solid var(--ink); border-radius: 5px; background: var(--ink); color: white; text-decoration: none; font-size: 11px; font-weight: 600; line-height: 1.5; }
.header-cta:hover { background: #374b38; color: white; }
.header-nav { margin-left: auto; }
.accent { color: var(--orange); }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--orange); vertical-align: 1px; }
.hero-note { display: block; }
.hero-actions > .text-link { font-size: 12px; }
.hero-copy > .eyebrow { font-size: 9px; }
.mini-card-back { z-index: 1; top: 39px; right: 25px; transform: rotate(7deg); }
.mini-card-front { z-index: 2; top: 111px; left: 25px; transform: rotate(-7deg); }
.mini-card-top { display: flex; align-items: center; gap: 7px; margin-bottom: 20px; color: var(--ink); font-size: 11px; font-weight: 600; }
.mini-card-top > span:last-child { margin-left: auto; color: #86907c; font-size: 8px; }
.mini-mark { display: inline-grid; width: 26px; height: 26px; place-items: center; border-radius: 6px; background: #365fc7; color: white; font-size: 13px; }
.mini-card-front .mini-mark { background: #497cb5; }
.mini-card > .mini-label { display: block; margin-bottom: 8px; font-size: 7px; }
.mini-card > strong { display: block; margin-bottom: 15px; font-size: 20px; line-height: 1.25; letter-spacing: -.04em; }
.mini-line { display: block; width: 100%; height: 1px; margin-block: 15px 10px; background: #e4e8dc; }
.mini-note { display: block; color: var(--muted); font-size: 8px; line-height: 1.7; }
.art-stamp { position: absolute; z-index: 3; right: 20px; bottom: 48px; display: flex; width: 112px; min-height: 85px; flex-direction: column; justify-content: center; padding: 12px; border-radius: 6px; background: var(--orange); color: #fff9f0; font-size: 9px; line-height: 1.55; transform: rotate(5deg); box-shadow: 0 4px 12px #69442015; }
.art-stamp strong { font-size: 14px; }
.art-stamp > span { position: absolute; right: 11px; top: 9px; font-size: 17px; }
.stat-bar { display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; align-items: center; margin-top: 48px; padding-block: 21px; border-block: 1px solid var(--line); }
.stat-bar > div { display: flex; align-items: center; gap: 13px; padding-inline: 27px; border-right: 1px solid var(--line); }
.stat-bar > div:first-child { padding-left: 0; }
.stat-bar strong { font-size: 28px; font-weight: 500; letter-spacing: -.06em; line-height: 1.3; }
.stat-bar > div > span { max-width: 100px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.stat-bar > a { display: flex; justify-content: flex-end; align-items: center; gap: 12px; padding-left: 22px; color: var(--muted); text-decoration: none; font-size: 10px; }
.stat-bar > a:hover { color: var(--orange-dark); }
.stat-bar > a > span { color: var(--orange); }
.toc > .eyebrow { margin-bottom: 12px; color: #5e6d53; font-size: 9px; }
.toc-number { display: inline-block; min-width: 25px; color: #94a08a; font-size: 9px; }
.shortlist > .eyebrow { font-size: 8px; letter-spacing: .1em; }
.shortlist > small { display: block; margin-top: 14px; color: var(--muted); font-size: 9px; line-height: 1.8; }
.shortlist .form-error:empty { display: none; }
.shortlist select + .swap[hidden] + label { margin-top: 17px; }
.feature-card > .eyebrow { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; color: #7b856f; font-size: 8px; letter-spacing: .1em; }
.feature-number { font-weight: 400; font-size: 10px; }
.feature-card .badge-pair { gap: 0; margin-bottom: 21px; }
.feature-card .badge-pair .vendor-badge + .vendor-badge { margin-left: -6px; outline: 3px solid #eeefe7; }
.feature-card h3 { margin-bottom: 15px; font-size: 25px; line-height: 1.3; }
.vs-line { display: inline-block; margin-inline: 9px; color: #89927e; font-family: Georgia, serif; font-size: 17px; font-weight: 400; font-style: italic; }
.feature-card > .text-link { margin-top: auto; font-size: 11px; }
.platform-card > .eyebrow { margin-bottom: 10px; color: #7b836e; font-size: 8px; letter-spacing: .08em; }
.platform-card > h3 { margin-bottom: 12px; font-size: 23px; }
.platform-card > h3 a { text-decoration: none; }
.platform-card > p { margin-bottom: 22px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.platform-card > .text-link { margin-top: auto; }
.platform-card .card-top > span:last-child:not(.tag):not(.vendor-badge) { color: #9ca98f; font-size: 18px; }
.filter-controls { margin-bottom: 20px; }
.search-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 600; }
input[type="search"] { width: 100%; min-height: 47px; padding: 12px 15px 12px 43px; border: 1px solid #cfd4c6; border-radius: 6px; background-color: var(--surface); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23717a69' stroke-width='1.7'%3E%3Ccircle cx='10' cy='10' r='6.5'/%3E%3Cpath d='m15 15 5.5 5.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 15px center; color: var(--ink); font-size: 13px; }
.result-count { margin-block: 0 15px; color: var(--muted); font-size: 10px !important; }
.result-count:empty { display: none; }
.pair-link::after { display: none; }
.pair-link > span:last-child { color: var(--orange); }
.pair-grid + .text-link { margin-top: 22px; }
.vs-small { display: inline-block; margin-inline: 3px; color: #8a927f; font-family: Georgia, serif; font-style: italic; }
.methodology-note { padding-right: 65px; }
.methodology-note > p { color: var(--muted); }
.title-vs { display: inline-block; margin-inline: 7px; color: #7a8870; font-family: Georgia, serif; font-size: .65em; font-style: italic; font-weight: 400; vertical-align: .07em; }
.vendor-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.vendor-heading > h3 { margin-bottom: 0; }
.vendor-heading > .vendor-badge { margin-bottom: 0; width: 36px; height: 36px; border-radius: 9px; font-size: 14px; }
.overview-card > .eyebrow { margin-top: 23px; margin-bottom: 7px; font-size: 8px; }
.overview-card .focus { color: #34452b; font-size: 13px; }
.review-grid { align-items: start; }
.review-grid > .review-card { margin-bottom: 0; }
.review-verdict { margin-bottom: 23px; padding-bottom: 21px; border-bottom: 1px solid var(--line); color: #46543b; font-family: Georgia, serif; font-size: 18px !important; font-style: italic; line-height: 1.7; }
.review-card .citations { gap: 3px 7px; font-size: 9px; line-height: 1.8; }
.review-card .review-take > strong { display: block; margin-bottom: 6px; font-size: 10px; letter-spacing: .02em; }
.sample-note > p { margin-top: 13px; color: var(--muted); font-size: 11px; }
.gallery { align-items: start; }
.gallery:not(.two-col) { grid-template-columns: minmax(0, 1fr); }
.gallery > div { min-width: 0; }
.gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.gallery figure > a { display: block; padding: 10px; border-bottom: 1px solid var(--line); background: #e8ede1; }
.gallery figure img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: contain; }
.gallery figcaption { padding: 18px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.gallery figcaption > .tag { margin-bottom: 12px; font-size: 8px; }
.gallery figcaption > p { margin-bottom: 10px; font-size: 11px; }
.gallery figcaption > small { font-size: 9px; }
.sources > p { color: var(--muted); font-size: 12px; line-height: 1.85; }
.sources > .two-col { margin-block: 26px; }
.sources .two-col h3 { font-size: 19px; }
.sources .two-col p { font-size: 11px; }
.sources .citations { flex-direction: column; align-items: start; gap: 5px; font-size: 10px; }
.cta-disclosure { display: block; margin-top: 12px; color: #b7c1af; font-size: 9px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-top .brand img { width: 155px; height: auto; }
.footer-top > div > p { margin-block: 15px 0; color: var(--muted); font-size: 11px; }
.footer-top nav { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; font-size: 10px; }
.footer-top nav > a { text-decoration: none; }
.footer-top nav > a:hover { text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 27px; padding-top: 20px; border-top: 1px solid var(--line); }
.footer-bottom > p { margin: 0; color: var(--muted); font-size: 9px; }
.error-shortlist { padding-block: 40px 60px; }
.error-shortlist .shortlist { max-width: 400px; }
.main-content > .cta { width: 100%; margin-inline: 0; }

@media (min-width: 1001px) {
  .sidebar { display: block; grid-column: 1; grid-row: 1 / 3; position: sticky; top: 24px; max-height: calc(100vh - 48px); overflow-y: auto; scrollbar-width: thin; }
  .sidebar > .toc { margin-bottom: 22px; }
}

@media (min-width: 1400px) {
  .hero-grid { grid-template-columns: 1.25fr 1fr; gap: 70px; }
  :is(.masthead, .hero) { padding-top: 66px; }
}
@media (max-width: 1100px) {
  :is(.container, .wrap) { width: calc(100% - 56px); }
  .hero-grid { gap: 32px; }
  .hero-grid h1 { font-size: 56px; }
  .hero-art { min-height: 316px; }
  .mini-card { padding: 18px; }
  .mini-card.one { left: 17px; }
  .mini-card.two { right: 15px; }
  :is(.page-layout, .article-layout) { gap: 22px 32px; grid-template-columns: 230px minmax(0, 1fr); }
  :is(.vendor-card, .platform-card) { padding: 22px; }
}
@media (max-width: 1000px) {
  .toc { display: flex; flex-wrap: wrap; gap: 2px 22px; }
  .toc > .eyebrow { width: 100%; margin-bottom: 6px; }
  .toc-number { min-width: 21px; }
  :is(.page-layout, .article-layout) { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto auto; gap: 32px; padding-top: 28px; }
  .toc { grid-column: 1; grid-row: 1; padding: 18px 21px; }
  .toc ul, .toc ol { display: flex; flex-wrap: wrap; column-gap: 23px; }
  .toc h2, .toc h3 { margin-bottom: 8px; }
  .toc a { padding-block: 4px; }
  .main-content { grid-column: 1; grid-row: 2; }
  .shortlist { grid-column: 1; grid-row: 3; max-width: 520px; width: 100%; padding: 25px; }
  .shortlist select { min-height: 45px; font-size: 13px; }
  .shortlist label { font-size: 12px; }
  .shortlist p { font-size: 13px; }
  :is(.vendor-grid, .platform-grid) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-grid { gap: 14px; }
  :is(.pair-card, .feature-card) { padding: 20px; }
  .pair-title { font-size: 17px; }
  :is(.site-nav, .header-nav) { gap: 22px; }
}
@media (max-width: 760px) {
  .header-cta { display: none; }
  .stat-bar { grid-template-columns: repeat(3, 1fr); row-gap: 19px; margin-top: 33px; }
  .stat-bar > div { padding-inline: 18px; }
  .stat-bar > div:nth-child(3) { border-right: 0; }
  .stat-bar > a { grid-column: 1 / -1; justify-content: flex-start; padding-left: 0; padding-top: 15px; border-top: 1px solid var(--line); }
  .mini-card-back { top: 37px; right: 8%; }
  .mini-card-front { top: 86px; left: 8%; }
  .mini-card-top { margin-bottom: 15px; }
  .mini-card > strong { font-size: 20px; }
  .art-stamp { right: 7%; bottom: 43px; }
  .feature-card > .text-link { position: static; }
  .methodology-note { padding-right: 0; }
  .footer-top { align-items: flex-start; }
  .footer-top nav { gap: 14px; max-width: 220px; justify-content: flex-end; }
  :is(.container, .wrap) { width: calc(100% - 40px); }
  .header-inner { min-height: 79px; gap: 16px; }
  .brand img { width: 151px; height: 32px; }
  :is(.site-nav, .header-nav) { gap: 19px; font-size: 12px; }
  :is(.site-nav, .header-nav) > .button { display: none; }
  :is(.masthead, .hero) { padding-block: 40px 28px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-grid h1 { max-width: 570px; font-size: clamp(42px, 8.5vw, 59px); }
  .hero-grid .lead { max-width: 560px; font-size: 16px; }
  .hero-art { min-height: 312px; max-width: 570px; width: 100%; }
  .mini-card { width: 48%; max-width: 270px; padding: 21px; }
  .mini-card.one { left: 10%; top: 30px; }
  .mini-card.two { right: 9%; top: 82px; }
  .compare-orb { top: 125px; }
  .hero-art::before { top: 32px; }
  .stats-strip { margin-top: 32px; padding-block: 19px; }
  .stat { padding-inline: 16px; font-size: 10px; }
  .stat strong { font-size: 22px; }
  .section { padding-block: 34px; }
  .section-heading { align-items: start; gap: 17px; }
  .section-heading h2 { font-size: 30px; }
  .section-heading > p { max-width: 45%; font-size: 12px; }
  .section-heading .text-link { padding-top: 5px; font-size: 11px; }
  .featured-grid { grid-template-columns: 1fr; gap: 12px; }
  :is(.pair-card, .feature-card) { position: relative; padding: 21px 23px; }
  :is(.pair-badges, .badge-pair) { margin-bottom: 18px; }
  .pair-title { font-size: 21px; }
  :is(.pair-card, .feature-card) > .text-link { position: absolute; right: 23px; top: 11px; }
  :is(.pair-directory, .pair-grid) { gap: 0 22px; }
  :is(.directory-pair, .pair-link) { font-size: 12px; }
  :is(.page-hero, .article-hero) { padding-block: 23px 31px; }
  .breadcrumb { margin-bottom: 25px; font-size: 10px; }
  :is(.page-hero, .article-hero) h1 { font-size: 42px; }
  :is(.page-hero, .article-hero) .lead { font-size: 15px; }
  :is(.two-columns, .two-col) { gap: 14px; }
  .review-card { padding: 23px; }
  .overview-card { padding: 21px; }
  .main-content .section h2 { font-size: 27px; }
  :is(.cta-panel, .cta) { margin-block: 17px 42px; padding: 31px; gap: 24px; }
  :is(.cta-panel, .cta) h2 { font-size: 27px; }
  :is(.cta-panel, .cta) p { font-size: 12px; }
  :is(.cta-panel, .cta) .button { min-width: 150px; padding-inline: 16px; font-size: 12px; }
}
@media (max-width: 540px) {
  .header-inner { flex-wrap: wrap; justify-content: flex-start; padding-block: 17px 13px; gap: 15px; }
  .header-nav { width: 100%; justify-content: space-between; margin-left: 0; }
  .header-nav > a:not(.button) { padding-block: 0; }
  .hero-actions > .text-link { font-size: 11px; }
  .mini-card-back { top: 35px; right: 5%; }
  .mini-card-front { top: 82px; left: 5%; }
  .mini-card-top { margin-bottom: 13px; gap: 6px; font-size: 9px; }
  .mini-mark { width: 23px; height: 23px; font-size: 12px; }
  .mini-card > strong { margin-bottom: 10px; font-size: 18px; }
  .mini-card > .mini-label { font-size: 6px; }
  .mini-note { font-size: 7px; }
  .mini-line { margin-block: 10px 8px; }
  .art-stamp { right: 4%; bottom: 42px; width: 99px; min-height: 73px; font-size: 8px; }
  .art-stamp strong { font-size: 12px; }
  .stat-bar { padding-block: 18px; }
  .stat-bar > div { flex-direction: column; align-items: flex-start; gap: 4px; padding-inline: 15px; }
  .stat-bar > div > span { max-width: 94px; font-size: 9px; }
  .stat-bar strong { font-size: 26px; }
  .stat-bar > a { font-size: 10px; }
  .feature-card > .eyebrow { margin-bottom: 20px; }
  .feature-card h3 { font-size: 25px; }
  .feature-card > .text-link { position: static; }
  .toc { column-gap: 17px; }
  .toc-number { min-width: 18px; }
  input[type="search"] { font-size: 16px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer-top nav { justify-content: flex-start; max-width: none; gap: 17px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 5px; margin-top: 24px; }
  body { font-size: 15px; }
  :is(.container, .wrap) { width: calc(100% - 36px); }
  .header-inner { min-height: 74px; gap: 13px; }
  .brand img { width: 143px; height: auto; }
  :is(.site-nav, .header-nav) { gap: 15px; font-size: 11px; }
  :is(.site-nav, .header-nav) > a:not(.button) { padding-block: 11px; }
  :is(.masthead, .hero) { padding-top: 33px; }
  .eyebrow { margin-bottom: 15px; font-size: 9px; }
  .hero-grid { gap: 30px; }
  .hero-grid h1 { margin-bottom: 19px; font-size: 45px; letter-spacing: -.045em; line-height: 1.1; }
  .hero-grid .lead { margin-bottom: 23px; font-size: 15px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { padding: 12px 17px; font-size: 12px; }
  :is(.hero-proof, .hero-note) { gap: 7px 12px; margin-top: 19px; font-size: 10px; }
  .hero-art { min-height: 285px; }
  .hero-art::before { width: 211px; height: 211px; top: 28px; }
  .hero-art::after { bottom: 18px; font-size: 7px; }
  .mini-card { width: 54%; padding: 16px; }
  .mini-card.one { top: 29px; left: 6%; }
  .mini-card.two { top: 83px; right: 6%; }
  .mini-title { margin-bottom: 13px; font-size: 20px; }
  .mini-label { margin-bottom: 12px; font-size: 8px; }
  .mini-row { padding-block: 7px; font-size: 8px; }
  .mini-row strong { font-size: 8px; }
  .compare-orb { top: 115px; left: calc(50% - 21px); width: 42px; height: 42px; border-width: 4px; font-size: 14px; }
  .art-label { top: 15px; right: 13px; font-size: 7px; }
  .stats-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 18px; padding-block: 20px; }
  .stat { padding-inline: 18px; font-size: 10px; }
  .stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .stat strong { font-size: 24px; }
  .section-heading { flex-wrap: wrap; gap: 13px; }
  .section-heading h2 { font-size: 28px; }
  .section-heading > p { max-width: 100%; font-size: 13px; }
  .section-heading .text-link { padding-top: 0; }
  :is(.category-list, .chip-row) { gap: 7px; margin-top: 19px; }
  :is(.category-chip, .chip) { min-height: 34px; padding: 7px 11px; font-size: 10px; }
  .search-bar input { font-size: 16px; }
  :is(.vendor-grid, .platform-grid) { grid-template-columns: 1fr; gap: 14px; }
  :is(.vendor-card, .platform-card) { padding: 23px; }
  :is(.vendor-top, .card-top) { margin-bottom: 20px; }
  .card-description { font-size: 13px; }
  .card-title { font-size: 24px; }
  :is(.pair-directory, .pair-grid) { grid-template-columns: 1fr; }
  :is(.directory-pair, .pair-link) { padding-block: 14px; font-size: 13px; }
  :is(.pair-card, .feature-card) > .text-link { font-size: 11px; }
  :is(.page-hero, .article-hero) h1 { font-size: 36px; line-height: 1.16; overflow-wrap: break-word; }
  :is(.page-hero, .article-hero) .lead { font-size: 14px; }
  :is(.page-hero, .article-hero) .eyebrow { font-size: 8px; }
  .byline { gap: 7px 13px; font-size: 9px; }
  :is(.page-layout, .article-layout) { gap: 26px; padding-block: 23px 40px; }
  .toc { padding: 18px; }
  .toc ul, .toc ol { column-gap: 19px; }
  .toc a { padding-block: 5px; font-size: 11px; }
  .main-content > .section { padding-bottom: 30px; }
  .main-content > .section + .section { padding-top: 30px; }
  .main-content .section h2 { font-size: 26px; }
  .main-content .section h3 { font-size: 21px; }
  .main-content p, .main-content li { font-size: 13px; }
  :is(.two-columns, .two-col), :is(.gallery-grid, .gallery) { grid-template-columns: 1fr; }
  .overview-card { padding: 22px; }
  .review-card { padding: 21px; }
  .review-headline { margin-bottom: 18px; padding-bottom: 17px; }
  .review-card :is(.two-columns, .two-col) { gap: 12px; }
  .review-card h4 { font-size: 15px; }
  .review-card :is(.two-columns, .two-col) h4 { margin-top: 6px; }
  .review-take { padding: 16px; }
  .review-take, .review-take p { font-size: 12px; }
  .question-card { padding: 21px; }
  .main-content .question-card h3 { font-size: 18px; }
  .faq-item summary { gap: 16px; padding-block: 17px; font-size: 13px; }
  .faq-answer { padding-right: 15px; font-size: 12px; }
  .main-content .faq-answer p, .main-content .faq-answer li { font-size: 12px; }
  .shortlist { padding: 23px; }
  .shortlist h2 { font-size: 23px; }
  .shortlist select { font-size: 16px; }
  .shortlist .button { min-height: 46px; }
  :is(.about-copy, .prose) { padding-block: 33px 42px; }
  :is(.about-copy, .prose) h2 { margin-top: 32px; font-size: 25px; }
  :is(.about-copy, .prose) p, :is(.about-copy, .prose) li { font-size: 14px; }
  :is(.cta-panel, .cta) { flex-direction: column; align-items: start; margin-block: 15px 36px; padding: 27px 24px; gap: 23px; }
  :is(.cta-panel, .cta) h2 { font-size: 29px; }
  :is(.cta-panel, .cta) p { font-size: 13px; }
  :is(.cta-panel, .cta) .button { width: 100%; }
  .site-footer { padding-block: 28px 23px; }
  .footer-inner { gap: 21px; }
  .footer-inner .brand img { width: 145px; }
  .footer-links { gap: 15px; font-size: 10px; }
  .disclosure { margin-top: 21px; padding-top: 18px; font-size: 9px; line-height: 1.9; }
}
@media (max-width: 350px) {
  :is(.container, .wrap) { width: calc(100% - 28px); }
  .brand img { width: 132px; }
  :is(.site-nav, .header-nav) { gap: 10px; font-size: 10px; }
  .hero-grid h1 { font-size: 40px; }
  .hero-actions .button { padding-inline: 12px; font-size: 11px; }
  .mini-card { padding: 13px; }
  .mini-title { font-size: 17px; }
  .mini-row { font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  body { background: white; font-size: 11pt; }
  :is(.container, .wrap) { width: 100%; max-width: none; }
  :is(.site-nav, .header-nav), .toc, .shortlist, :is(.cta-panel, .cta), .hero-art, :is(.category-list, .chip-row), .search-bar, .skip-link { display: none !important; }
  .header-inner { min-height: 65px; }
  :is(.page-layout, .article-layout), .main-content, .hero-grid { display: block; }
  :is(.page-layout, .article-layout) { padding-top: 20px; }
  :is(.page-hero, .article-hero) h1 { font-size: 30pt; }
  .section, .main-content > .section, .main-content > .section + .section { padding-block: 20px; }
  :is(.vendor-card, .platform-card), .review-card, .overview-card, .screenshot-card, .question-card { break-inside: avoid; }
  .faq-item { break-inside: avoid; }
  .faq-item > .faq-answer { display: block !important; }
  .table-scroll { overflow: visible; }
  :is(.comparison-table, .table-scroll table) { min-width: 0; }
  a { text-decoration: none; }
  .site-footer { background: white; }
}
