@charset "UTF-8";

:root {
  --canvas: #f5f6f2;
  --paper: #ffffff;
  --ink: #19352d;
  --green: #286747;
  --green-deep: #173f31;
  --lime: #ddea94;
  --text: #49594f;
  --muted: #7a857d;
  --line: #dfe4dc;
  --soft: #edf0e9;
  --radius: 18px;
  --container: 1180px;
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; background: var(--canvas); font-size: 15px; line-height: 1.65; }
button, input, select, textarea { font: inherit; }
button, input, select, textarea, a { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { max-width: 100%; }
img { display: block; height: auto; }
svg { vertical-align: middle; flex-shrink: 0; }
button svg, .button svg, .icon-button svg { width: 18px; height: 18px; }
input { min-width: 0; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { line-height: 1.2; font-weight: 650; }
ul, ol { padding-left: 1.3rem; }
button:disabled { cursor: not-allowed; opacity: .5; }
[hidden] { display: none !important; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid #7fa450; outline-offset: 5px; }
.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; padding: 10px 16px; border-radius: 7px; background: var(--green); color: white; font-size: 12px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--container), calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 56px; }
.section-tight { padding-top: 9px; }
.muted { color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--green); font-size: 11px; line-height: 1.5; font-weight: 750; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 21px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; line-height: 1.4; font-weight: 650; text-align: center; transition: background .18s, border-color .18s, transform .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--green); }
.button.primary:hover { background: #1c5338; box-shadow: 0 5px 14px #28674716; }
.button.secondary { background: transparent; border-color: #cdd6ca; color: var(--ink); }
.button.secondary:hover { background: #eaf0e5; border-color: #a5baa0; }
.button.light { color: var(--ink); background: var(--lime); }
.button.light:hover { background: #e8f3b4; }
.button.small { min-height: 38px; padding: 9px 15px; font-size: 12px; border-radius: 7px; }
.icon-button, .menu-toggle { width: 40px; height: 40px; padding: 0; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; background: transparent; transition: background .18s, border-color .18s; }
.icon-button:hover, .menu-toggle:hover { background: #e8ede4; border-color: #c4d1be; }
.tag { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border: 1px solid #e1e7dc; border-radius: 5px; color: #63715f; background: #f7f9f4; font-size: 10px; font-weight: 500; line-height: 1.5; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 27px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { font-size: clamp(27px, 2.7vw, 34px); letter-spacing: -1.1px; }
.section-heading p:not(.eyebrow) { max-width: 550px; margin-top: 11px; color: var(--text); font-size: 14px; }
.section-link { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; color: var(--green); font-size: 12px; line-height: 1.5; font-weight: 650; }
.section-link svg { width: 16px; height: 16px; transition: transform .18s; }
.section-link:hover svg { transform: translateX(3px); }
.section-link:hover { text-decoration: underline; text-underline-offset: 5px; }

/* A quiet, compact masthead keeps the editorial content in focus. */
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); background: #f5f6f2f5; backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 83px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-symbol { position: relative; display: flex; align-items: center; justify-content: center; width: 33px; height: 37px; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 39px; font-weight: 700; line-height: 1; letter-spacing: -4px; }
.brand-symbol > span { position: absolute; top: 2px; right: -1px; color: #97ae6b; font-size: 20px; line-height: 1; }
.brand-symbol svg { width: 33px; height: 37px; }
.brand-word { display: block; font-size: 19px; line-height: 1.2; font-weight: 750; letter-spacing: -.7px; }
.brand-word > span { color: #718966; font-weight: 500; }
.brand-word small { display: block; margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 550; letter-spacing: 1.55px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.main-nav a { position: relative; display: inline-flex; align-items: center; min-height: 40px; color: #58635b; font-size: 12px; font-weight: 550; white-space: nowrap; transition: color .18s; }
.main-nav a:hover, .main-nav a.active, .main-nav a[aria-current="page"] { color: var(--green); }
.main-nav a.active::after, .main-nav a[aria-current="page"]::after { content: ""; position: absolute; height: 2px; inset: auto 0 2px; background: var(--green); border-radius: 3px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .icon-button { border-color: transparent; }
.menu-toggle { display: none; }

/* Homepage */
.hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; padding-top: 68px; padding-bottom: 57px; }
.hero-copy { min-width: 0; padding: 4px 0 6px; }
.hero .eyebrow { margin-bottom: 23px; }
.eyebrow > .status-dot { display: none; }
.hero h1 { max-width: 610px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 4.4vw, 62px); line-height: 1.08; font-weight: 400; letter-spacing: -2.8px; }
.hero h1 em { color: var(--green); font-weight: 400; }
.hero-description { max-width: 450px; margin-top: 24px; color: var(--text); font-size: 14px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.hero-note { display: flex; align-items: center; gap: 7px; margin-top: 20px; color: #7b857b; font-size: 10px; }
.hero-note svg { width: 13px; height: 13px; color: #64855e; }
.hero-feature { position: relative; isolation: isolate; overflow: hidden; min-width: 0; padding: 27px 29px 23px; border: 1px solid #2b5743; border-radius: 19px; background: var(--green-deep); color: white; box-shadow: 0 20px 38px -30px #0b2b1ecc; }
.hero-feature::before { content: ""; position: absolute; z-index: -1; width: 245px; height: 245px; top: 25px; right: -145px; border: 1px solid #afd1a61a; border-radius: 50%; box-shadow: 0 0 0 36px #afd1a60a, 0 0 0 72px #afd1a607; pointer-events: none; }
.feature-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 35px; }
.feature-logo { position: relative; display: flex; align-items: center; justify-content: center; width: 63px; height: 63px; margin-bottom: 23px; border: 1px solid #658955; border-radius: 16px; background: #325a38; color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-size: 51px; font-weight: 400; line-height: 1; }
.feature-logo > span { position: absolute; top: 7px; right: 8px; font-family: Arial, sans-serif; font-size: 18px; }
.feature-logo svg { width: 29px; height: 29px; color: var(--lime); }
.feature-top .tag, .feature-top .badge { padding: 4px 8px; border: 1px solid #77906355; border-radius: 4px; background: #7d995216; color: #dbeaaa; font-size: 9px; letter-spacing: .35px; }
.feature-kicker { margin-bottom: 10px; color: #b7cfaa; font-size: 9px; letter-spacing: 1.6px; font-weight: 600; text-transform: uppercase; }
.feature-top .feature-kicker { display: flex; align-items: center; gap: 7px; margin-bottom: 0; font-size: 8px; letter-spacing: 1.3px; }
.feature-kicker .status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.promo-label { padding: 3px 6px; border: 1px solid #9cb77c45; border-radius: 4px; color: #b8ca9b; font-size: 8px; line-height: 1.5; letter-spacing: .8px; }
.hero-feature h2 { max-width: 330px; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; line-height: 1.2; letter-spacing: -.65px; }
.feature-description { margin-top: 13px; color: #b1c7b8; font-size: 12px; line-height: 1.8; }
.feature-points { display: grid; gap: 9px; margin: 24px 0; padding: 0; list-style: none; }
.feature-points li, .feature-points > span { display: flex; align-items: center; gap: 8px; color: #e3ede3; font-size: 11px; }
.feature-points svg { width: 14px; height: 14px; color: var(--lime); }
.feature-actions { display: flex; align-items: center; gap: 17px; flex-wrap: wrap; }
.feature-actions .button { min-height: 40px; padding: 10px 14px; font-size: 11px; }
.feature-actions > a:not(.button) { color: #d9e7d8; font-size: 11px; text-decoration: underline; text-decoration-color: #8ead9270; text-underline-offset: 4px; }
.feature-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 25px; padding-top: 17px; border-top: 1px solid #b9d5b523; color: #9bb39c; font-size: 9px; }
.feature-bottom strong { color: #dbe8ca; font-weight: 500; }
.trust-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: 13px; }
.trust-item > svg { width: 25px; height: 25px; color: #6c8362; }
.trust-item strong { display: block; font-size: 21px; line-height: 1.2; letter-spacing: -.6px; font-weight: 550; }
.trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.trust-method { padding-left: 28px; border-left: 1px solid var(--line); color: #5f7254; font-size: 10px; line-height: 1.8; }
.trust-method > span { color: #8a967e; font-size: 9px; }
.trust-method:hover > span { color: var(--green); }
.quick-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.quick-link { position: relative; padding: 22px 21px 23px; border: 1px solid var(--line); border-radius: 11px; background: #ffffff82; transition: background .18s, border-color .18s, transform .18s; }
.quick-link:hover { transform: translateY(-3px); border-color: #b6c7ab; background: white; }
.tile-icon { display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; margin-bottom: 20px; border: 1px solid #dae2d3; border-radius: 9px; background: #edf2e7; color: var(--green); }
.tile-icon svg { width: 18px; height: 18px; }
.quick-link h3 { font-size: 14px; letter-spacing: -.2px; }
.quick-link h3 > span { float: right; margin-left: 7px; color: #90a080; font-size: 13px; font-weight: 400; }
.quick-link p { max-width: 210px; margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.quick-link > svg, .quick-link .tile-arrow { position: absolute; top: 28px; right: 20px; width: 15px; height: 15px; color: #7f9478; }
.platform-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.platform-card { display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); transition: transform .18s, box-shadow .18s, border-color .18s; }
.platform-card:hover { transform: translateY(-3px); border-color: #bfcfba; box-shadow: 0 12px 26px -20px #19352d66; }
.platform-card.featured { border-color: #8ca973; background: linear-gradient(145deg, #fcfff7, #fff 68%); }
.platform-card-top { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-bottom: 21px; }
.platform-logo { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 11px; background: #eaf2df; color: var(--green); font-size: 22px; font-weight: 700; letter-spacing: -1px; }
.platform-logo svg { width: 25px; height: 25px; }
.platform-logo.green { color: var(--green); background: #eaf2df; }
.platform-logo.orange { color: #b97933; background: #fff0de; }
.platform-logo.violet { color: #73638b; background: #f0eaf8; }
.platform-logo.blue { color: #48798c; background: #e5f0f3; }
.badge { display: inline-flex; align-items: center; gap: 4px; padding: 4px 7px; border-radius: 4px; background: #edf4df; color: #577138; font-size: 9px; font-weight: 600; line-height: 1.5; }
.badge svg { width: 11px; height: 11px; }
.platform-card h3 { font-size: 19px; letter-spacing: -.5px; }
.platform-domain { margin-top: 3px; color: #8b948a; font-size: 10px; }
.platform-description { margin-top: 14px; margin-bottom: 18px; color: var(--text); font-size: 12px; line-height: 1.75; }
.platform-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; }
.platform-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 21px; padding-top: 16px; border-top: 1px solid #e9ece5; font-size: 11px; }
.platform-card-bottom a { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-weight: 650; }
.platform-card-bottom svg { width: 13px; height: 13px; }
.platform-card-bottom .rating { display: inline-flex; align-items: center; gap: 4px; color: #5d714a; }
.platform-card-bottom .rating svg { color: #81914d; }
.editorial-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; padding: 12px 15px; border-radius: 7px; background: #ebeee5; color: #79836f; font-size: 10px; line-height: 1.65; }
.editorial-note svg { flex-shrink: 0; width: 14px; height: 14px; margin-top: 1px; }
.editorial-note a { color: #4d6a41; text-decoration: underline; text-underline-offset: 3px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.guide-card { display: flex; flex-direction: column; overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 13px; background: white; transition: transform .18s, border-color .18s; }
.guide-card:hover { transform: translateY(-4px); border-color: #afc1a5; }
.guide-illustration { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; height: 178px; flex-shrink: 0; background: #e1eada; color: #6e8a61; }
.guide-illustration::before, .guide-illustration::after { content: ""; position: absolute; width: 140px; height: 140px; border: 1px solid currentColor; opacity: .1; transform: rotate(30deg); border-radius: 25px; }
.guide-illustration::before { top: -85px; right: 0; }
.guide-illustration::after { bottom: -85px; left: 0; }
.guide-illustration.mint { background: #e2ebdc; color: #64875a; }
.guide-illustration.cream { background: #f1e9d9; color: #a39160; }
.guide-illustration.lavender { background: #e9e5ef; color: #8c7ba1; }
.guide-illustration.sky { background: #deeaed; color: #73939d; }
.guide-illustration.rose { background: #eee2dd; color: #ab8b7d; }
.illustration-symbol { position: relative; display: flex; align-items: center; justify-content: center; width: 90px; height: 98px; font-family: Georgia, "Times New Roman", serif; font-size: 80px; line-height: 1; font-weight: 400; }
.illustration-symbol svg { width: 82px; height: 82px; stroke-width: 1.1; }
.guide-illustration .illustration-label { position: absolute; bottom: 14px; left: 18px; font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase; opacity: .65; }
.illustration-number { position: absolute; right: 17px; bottom: 11px; font-family: Georgia, "Times New Roman", serif; font-size: 13px; opacity: .6; }
.guide-card-content { display: flex; flex-direction: column; flex: 1; padding: 22px 22px 18px; }
.card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 12px; color: #8a9385; font-size: 9px; }
.card-meta > span:first-child { color: var(--green); }
.guide-card h3 { font-size: 17px; line-height: 1.4; letter-spacing: -.35px; }
.guide-card h3 a:hover { color: var(--green); }
.guide-card p { margin-top: 10px; color: #7c8478; font-size: 11px; line-height: 1.8; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 23px; color: #8a9385; font-size: 9px; }
.card-bottom a { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-size: 11px; font-weight: 650; }
.card-bottom svg { width: 14px; height: 14px; }
.guide-card a.card-bottom { color: var(--green); font-size: 11px; font-weight: 600; }
.guide-card a.card-bottom > span { font-size: 16px; font-weight: 400; }
.split-banner { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 65px; overflow: hidden; padding: 37px 42px; border-radius: 14px; background: var(--green-deep); color: white; }
.split-banner .eyebrow { margin-bottom: 12px; color: #bcd193; }
.split-copy h2 { max-width: 460px; font-family: Georgia, "Times New Roman", serif; font-size: 31px; line-height: 1.2; font-weight: 400; letter-spacing: -.5px; }
.split-copy p { max-width: 410px; margin-top: 13px; color: #b6c7b6; font-size: 11px; line-height: 1.8; }
.split-links { display: grid; gap: 0; }
.split-links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid #ffffff21; color: #e5eddf; font-size: 12px; font-weight: 500; }
.split-links a:first-child { padding-top: 0; }
.split-links a:last-child { padding-bottom: 0; border-bottom: 0; }
.split-links a:hover { color: var(--lime); }
.split-links svg { width: 15px; height: 15px; color: #bdd19a; }
.split-links { justify-items: start; gap: 18px; }
.split-links .button, .split-links .button:first-child { min-height: 45px; padding: 12px 21px; border: 0; color: var(--ink); font-size: 12px; }
.split-links .section-link:last-child { padding: 0; font-size: 11px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 21px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 550; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span[aria-hidden] { display: none; }
.faq-list summary::after { content: "+"; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; flex-shrink: 0; color: #668158; font-size: 21px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary:hover { color: var(--green); }
.faq-list details p { max-width: 820px; padding: 0 40px 22px 0; color: var(--text); font-size: 13px; line-height: 1.85; }
.faq-list details p a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

/* Shared footer */
.site-footer { margin-top: 44px; padding-top: 46px; border-top: 1px solid var(--line); background: #eff1eb; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 45px; padding-bottom: 39px; }
.footer-brand p { max-width: 245px; margin-top: 18px; color: #858e7e; font-size: 11px; line-height: 1.8; }
.footer-links h3, .footer-links h4 { margin: 6px 0 17px; font-size: 11px; font-weight: 650; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links a { color: #7e8978; font-size: 11px; }
.footer-links a:hover { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 19px 0 22px; border-top: 1px solid #dde2d6; color: #8b9484; font-size: 9px; }
.footer-bottom a:hover { color: var(--green); }
.footer-bottom > div { display: flex; align-items: center; gap: 20px; }

/* Catalog, comparison, and search */
.page-heading { padding-top: 39px; padding-bottom: 31px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 27px; color: #879180; font-size: 10px; }
.breadcrumbs a:hover { color: var(--green); }
.breadcrumbs svg { width: 11px; height: 11px; }
.page-heading .eyebrow { margin-bottom: 13px; }
.page-heading h1, .article-heading h1 { max-width: 920px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(35px, 4vw, 51px); line-height: 1.16; font-weight: 400; letter-spacing: -1.7px; }
.page-heading h1 em { color: var(--green); }
.page-heading > p, .page-heading > div > p:not(.eyebrow) { max-width: 730px; margin-top: 18px; color: var(--text); font-size: 14px; line-height: 1.9; }
.page-heading .hero-actions { margin-top: 23px; }
.toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-bottom: 25px; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-group { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.filter-button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 35px; padding: 8px 12px; border: 1px solid transparent; border-radius: 6px; background: transparent; color: #7b8772; font-size: 11px; line-height: 1.4; transition: color .18s, background .18s, border-color .18s; }
.filter-button:hover { background: #e7ede0; color: var(--green); }
.filter-button.active, .filter-button[aria-pressed="true"] { border-color: #ccdcbf; background: #e7efdd; color: #3f6330; font-weight: 650; }
.search-field { display: flex; align-items: center; gap: 9px; width: min(100%, 290px); min-height: 39px; padding: 0 12px; border: 1px solid #d9e1d0; border-radius: 7px; background: #fff; }
.search-field:focus-within { border-color: #82a565; outline: 2px solid #c8dbaa88; outline-offset: 2px; }
.search-field svg { width: 15px; height: 15px; color: #839574; }
.search-field input { width: 100%; padding: 9px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.search-field input::placeholder { color: #97a08e; }
.search-field input:focus-visible { outline: 0; }
.ranking-list { display: grid; gap: 14px; }
.list-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 17px; color: #8b967e; font-size: 10px; }
.list-meta a { color: #6d855b; }
.ranking-card { display: grid; grid-template-columns: 27px 49px minmax(0, 1fr) 107px 147px; align-items: center; gap: 20px; padding: 25px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.ranking-card.promoted { border-color: #9caf82; background: linear-gradient(120deg, #fafff1, white 62%); }
.rank { align-self: center; color: #94a086; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-style: italic; }
.ranking-main { min-width: 0; }
.ranking-main h2 { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 19px; letter-spacing: -.5px; }
.ranking-main h2 a:hover { color: var(--green); }
.ranking-main p { max-width: 560px; margin-top: 8px; color: #7b8572; font-size: 11px; line-height: 1.8; }
.ranking-main .platform-tags { margin-top: 11px; }
.ranking-meta { display: grid; gap: 6px; color: #87917c; font-size: 10px; }
.ranking-meta strong { color: #4a6939; font-size: 12px; font-weight: 550; line-height: 1.6; }
.ranking-meta .eyebrow { font-size: 8px; letter-spacing: 1px; }
.ranking-meta .eyebrow::before { display: none; }
.ranking-meta small { color: #98a18f; font-size: 9px; }
.ranking-meta svg { width: 14px; height: 14px; }
.ranking-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.ranking-actions .button { min-height: 37px; padding: 9px 13px; font-size: 11px; }
.ranking-actions label { display: flex; align-items: center; justify-content: center; gap: 7px; color: #839076; font-size: 10px; cursor: pointer; }
input[type="checkbox"] { width: 14px; height: 14px; margin: 0; accent-color: var(--green); }
.empty-state { grid-column: 1 / -1; padding: 57px 25px; border: 1px dashed #c8d6bc; border-radius: 12px; background: #f0f4e9; color: #728365; text-align: center; }
.empty-state h2, .empty-state h3 { margin-bottom: 10px; color: var(--ink); font-size: 21px; }
.empty-state p { max-width: 470px; margin-inline: auto; font-size: 13px; }
.empty-state .button { margin-top: 20px; }
.comparison-tray { position: fixed; inset: auto 0 20px; z-index: 50; width: min(950px, calc(100% - 40px)); margin-inline: auto; border: 1px solid #3d6545; border-radius: 12px; background: #1b402ff7; color: white; box-shadow: 0 10px 40px #14301f30; backdrop-filter: blur(12px); }
.comparison-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 22px; }
.comparison-inner.container { width: 100%; }
.comparison-inner > div:first-child { flex: 1; min-width: 0; }
.comparison-inner > div:first-child > strong { font-size: 12px; font-weight: 600; }
.comparison-inner .comparison-items { margin-top: 3px; color: #bdd0af; font-size: 10px; }
.comparison-inner > .button { flex-shrink: 0; }
.comparison-inner > .button.secondary { border-color: #749165; color: #dce8d1; }
.comparison-inner > .button.primary { background: var(--lime); color: var(--ink); }
.comparison-inner > p, .comparison-inner > strong { font-size: 12px; }
.comparison-inner > div:last-child { display: flex; align-items: center; gap: 10px; }
.comparison-items { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; font-size: 11px; }
.comparison-items span { padding: 3px 8px; border: 1px solid #76976866; border-radius: 4px; color: #cddfc1; }
.comparison-tray .icon-button { color: #dae6d1; border-color: #77976966; }
.compare-dialog { width: min(950px, calc(100% - 32px)); max-height: calc(100dvh - 64px); padding: 30px; border: 1px solid #c9d7ba; border-radius: 17px; background: var(--canvas); color: var(--ink); box-shadow: 0 25px 80px #102a2b40; }
.compare-dialog::backdrop { background: #142b238a; backdrop-filter: blur(4px); }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.dialog-heading h2 { font-size: 25px; letter-spacing: -.6px; }
.compare-dialog > .icon-button { position: absolute; top: 20px; right: 20px; }
.comparison-table-wrap, .table-wrap { overflow-x: auto; }
.compare-dialog table { width: 100%; border-collapse: collapse; font-size: 12px; }
.compare-dialog th, .compare-dialog td { padding: 16px 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-dialog th { color: var(--ink); background: #e8eee1; font-weight: 650; }
.compare-dialog td { color: var(--text); }
.comparison-content { display: flex; gap: 16px; margin-bottom: 22px; }
.comparison-content > section { flex: 1; min-width: 0; padding: 21px; border: 1px solid #d7e2cb; border-radius: 11px; background: white; }
.comparison-content h3 { margin-bottom: 23px; font-size: 19px; overflow-wrap: anywhere; }
.comparison-content dl { margin: 18px 0; }
.comparison-content dt { margin-bottom: 5px; color: #94a086; font-size: 9px; }
.comparison-content dd { margin: 0; color: #687a58; font-size: 12px; line-height: 1.8; }
.compare-dialog > p.muted { font-size: 11px; }
.search-page-form { display: flex; gap: 10px; max-width: 750px; margin-top: 24px; }
.search-page-form .search-field { width: auto; flex: 1; }
.site-search-form { display: flex; gap: 11px; max-width: 800px; margin-bottom: 18px; }
.site-search-form .search-field { flex: 1; width: auto; }
.search-page > .muted { font-size: 11px; }
.search-results { display: grid; gap: 15px; margin-top: 24px; }
.search-result { display: block; padding: 24px 26px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.search-result:hover { border-color: #afc49b; }
.search-result .eyebrow, .search-result .card-meta { margin-bottom: 10px; }
.search-result h2, .search-result h3 { font-size: 20px; letter-spacing: -.4px; }
.search-result h2 a:hover { color: var(--green); }
.search-result p { max-width: 760px; margin-top: 11px; color: var(--text); font-size: 13px; }
.search-result mark { background: #e4edb5; color: inherit; }
.archive-list { display: grid; border-top: 1px solid var(--line); }
.archive-link { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 21px 0; border-bottom: 1px solid var(--line); color: #5f7451; font-size: 14px; }
.archive-link > span:last-child:not(:first-child) { flex-shrink: 0; color: #91a17f; }
.archive-link:hover { color: var(--green); }

/* Long-form articles and platform reviews. */
.article-page { max-width: 960px; padding-top: 39px; }
.article-heading { margin-bottom: 35px; padding-bottom: 29px; border-bottom: 1px solid var(--line); }
.article-heading .eyebrow { margin-bottom: 16px; }
.article-heading h1 { max-width: 890px; }
.article-heading > p:not(.eyebrow) { max-width: 780px; margin-top: 21px; color: #687762; font-size: 16px; line-height: 1.9; }
.article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 18px; margin-top: 23px; color: #8a9580; font-size: 11px; }
.article-meta > span { display: inline-flex; align-items: center; gap: 6px; }
.article-meta svg { width: 13px; height: 13px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 230px; align-items: start; gap: 47px; }
.article-body { min-width: 0; padding-bottom: 25px; color: #53634a; font-size: 15px; line-height: 1.95; overflow-wrap: anywhere; }
.article-body > * + * { margin-top: 20px; }
.article-body h2 { margin-top: 39px; margin-bottom: 18px; color: var(--ink); font-size: 27px; line-height: 1.3; letter-spacing: -.7px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin-top: 30px; margin-bottom: 14px; color: var(--ink); font-size: 20px; line-height: 1.4; letter-spacing: -.3px; }
.article-body h4 { color: var(--ink); font-size: 16px; }
.article-body strong { color: #35532a; font-weight: 650; }
.article-body a:not(.button):not(.tag) { color: var(--green); text-decoration: underline; text-decoration-color: #9eb68b; text-underline-offset: 4px; }
.article-body a:not(.button):hover { text-decoration-color: currentColor; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body li { padding-left: 3px; margin-top: 9px; }
.article-body li::marker { color: #64894f; }
.article-body blockquote { margin-inline: 0; padding: 17px 24px; border-left: 3px solid #9ab57c; border-radius: 0 8px 8px 0; background: #ecf1e3; color: #567143; font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-style: italic; line-height: 1.65; }
.article-body img { width: 100%; border-radius: 12px; }
.article-body figure { max-width: 100%; margin-inline: 0; }
.article-body iframe { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; border: 0; border-radius: 12px; }
.article-body video, .article-body object, .article-body embed { max-width: 100%; }
.article-body .wp-block-table { overflow-x: auto; }
.article-body figcaption { margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.article-body table { width: 100%; margin-block: 24px; border-collapse: collapse; font-size: 12px; line-height: 1.65; }
.article-body th, .article-body td { padding: 14px 16px; border: 1px solid #dce4d2; text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.article-body th { background: #eaf0e1; color: #3e5b30; font-weight: 650; }
.article-body td { background: #ffffffa8; }
.article-body hr { margin-block: 30px; border: 0; border-top: 1px solid var(--line); }
.article-aside { min-width: 0; }
.toc { position: sticky; top: 112px; padding: 20px; border: 1px solid #dce4d2; border-radius: 10px; background: #edf1e6; }
.toc h2, .toc h3, .toc strong { display: block; margin-bottom: 14px; color: #547041; font-size: 11px; letter-spacing: .5px; }
.toc a { display: block; margin-top: 11px; color: #7c8b6f; font-size: 11px; line-height: 1.65; }
.toc a:hover { color: var(--green); }
.toc ul, .toc ol { margin: 0; padding: 0; list-style: none; }
.toc .button { margin-top: 19px; color: white; font-size: 11px; }
.review-lead { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 25px; padding: 26px; border: 1px solid #bed0a9; border-radius: 13px; background: #f6fbea; }
.review-lead .platform-logo { width: 65px; height: 65px; font-size: 31px; }
.review-lead > div:not(.platform-logo) { flex: 1; min-width: 180px; }
.review-lead > div:first-child { display: flex; align-items: center; gap: 16px; }
.review-lead > div > div > strong { display: block; color: var(--ink); font-size: 19px; }
.review-lead > div > div > span { display: block; margin-top: 4px; color: #7e906c; font-size: 11px; }
.review-lead h2, .review-lead h3 { margin: 0; color: var(--ink); font-size: 23px; }
.review-lead p { margin-top: 5px; color: #7a8b6a; font-size: 12px; }
.review-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-block: 25px; }
.fact { min-width: 0; padding: 16px; border: 1px solid #dce4d2; border-radius: 9px; background: white; }
.fact span, .fact dt { display: block; color: #8a967b; font-size: 10px; }
.fact strong, .fact dd { display: block; margin: 6px 0 0; color: #466335; font-size: 15px; line-height: 1.5; font-weight: 600; }
.pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-block: 26px; }
.pros-cons > div { padding: 23px; border: 1px solid #d7e2ca; border-radius: 11px; background: #eff5e6; }
.pros-cons > div:nth-child(2) { border-color: #e5ddca; background: #f7f3e9; }
.pros-cons h3 { margin-top: 0; font-size: 17px; }
.pros-cons ul { margin-bottom: 0; font-size: 13px; }
.callout { margin-block: 24px; padding: 22px 24px; border: 1px solid #d3dfc4; border-radius: 11px; background: #edf3e3; color: #647a51; font-size: 13px; line-height: 1.85; }
.callout h2, .callout h3 { margin-top: 0; margin-bottom: 10px; color: #3d5e2e; }
.callout p + p { margin-top: 12px; }
.callout .button { margin-top: 16px; }
.source-list { padding: 23px 25px; border: 1px solid #dce4d2; border-radius: 10px; background: #fff; font-size: 12px; }
.source-list h2, .source-list h3 { margin: 0 0 15px; font-size: 18px; }
.source-list ul, .source-list ol { margin-bottom: 0; }
.method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-block: 25px; }
.method-grid > div, .method-grid > article { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.method-grid h2, .method-grid h3 { margin-top: 12px; font-size: 18px; }
.method-grid p { margin-top: 12px; color: var(--text); font-size: 13px; line-height: 1.8; }
.method-grid .tile-icon { margin-bottom: 17px; }
.updated-note { color: #8b987e; font-size: 11px; }
.article-next { margin-top: 32px; padding: 32px; border: 1px solid #d6e1c9; border-radius: 13px; background: #edf2e5; }
.article-next .eyebrow { margin-bottom: 13px; font-size: 9px; }
.article-next h2 { font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; letter-spacing: -.5px; }
.article-next p { margin-top: 11px; color: #7c8c6b; font-size: 12px; }
.article-next .hero-actions { margin-top: 23px; }
.notification, .toast { position: fixed; z-index: 80; left: 50%; bottom: 30px; width: max-content; max-width: calc(100% - 32px); transform: translateX(-50%); padding: 12px 19px; border: 1px solid #4e7551; border-radius: 9px; background: var(--green-deep); color: #f1f5e9; box-shadow: 0 8px 30px #19352d26; font-size: 12px; }

/* Tablet */
@media (max-width: 1100px) {
  .container { width: calc(100% - 56px); }
  .header-inner { gap: 23px; }
  .main-nav { gap: 20px; }
  .main-nav a { font-size: 11px; }
  .brand-word { font-size: 17px; }
  .hero { gap: 36px; }
  .hero h1 { font-size: 52px; letter-spacing: -2px; }
  .hero-feature { padding: 25px; }
  .hero-feature h2 { font-size: 28px; }
  .feature-top { margin-bottom: 27px; }
  .trust-strip { gap: 16px; }
  .trust-item { gap: 9px; }
  .trust-item strong { font-size: 19px; }
  .trust-item span { font-size: 9px; }
  .platform-card { padding: 21px; }
  .ranking-card { grid-template-columns: 20px 42px minmax(0, 1fr) 83px 132px; gap: 14px; padding: 21px; }
  .split-banner { gap: 37px; padding: 33px; }
  .footer-grid { gap: 28px; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 88px; }
  .container { width: calc(100% - 40px); }
  .section { padding-block: 40px; }
  .header-inner { min-height: 72px; gap: 12px; }
  .brand-word { font-size: 18px; }
  .brand-word small { font-size: 7px; letter-spacing: 1.2px; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 14px 20px 20px; border-bottom: 1px solid var(--line); background: var(--canvas); box-shadow: 0 15px 20px #19352d0a; }
  .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 3px; }
  .main-nav a { min-height: 44px; padding: 9px 13px; border-radius: 6px; font-size: 13px; }
  .main-nav a:hover, .main-nav a.active { background: #e9efe1; }
  .main-nav a.active::after, .main-nav a[aria-current="page"]::after { display: none; }
  .header-actions { margin-left: auto; gap: 5px; }
  .header-actions .button { min-height: 36px; padding: 8px 11px; font-size: 10px; }
  .menu-toggle { display: inline-flex; }
  .hero { grid-template-columns: 1.1fr .9fr; gap: 26px; padding-top: 45px; padding-bottom: 40px; }
  .hero h1 { font-size: clamp(37px, 5.4vw, 46px); line-height: 1.12; letter-spacing: -1.7px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: 1.3px; margin-bottom: 18px; }
  .hero-description { margin-top: 19px; font-size: 12px; line-height: 1.8; }
  .hero-actions { gap: 8px; margin-top: 24px; }
  .hero-actions .button { padding: 11px 12px; min-height: 43px; font-size: 11px; }
  .hero-note { font-size: 9px; }
  .hero-feature { padding: 22px 20px; border-radius: 14px; }
  .feature-top { margin-bottom: 26px; flex-wrap: wrap; }
  .feature-logo { width: 54px; height: 54px; margin-bottom: 19px; font-size: 43px; }
  .hero-feature h2 { font-size: 25px; }
  .feature-description { font-size: 11px; }
  .feature-points { margin-block: 20px; }
  .feature-points li, .feature-points > span { font-size: 10px; }
  .feature-bottom { font-size: 8px; }
  .trust-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px 30px; padding-block: 24px; }
  .trust-item strong { font-size: 20px; }
  .trust-item span { font-size: 10px; }
  .trust-method { padding-left: 0; border-left: 0; }
  .quick-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-grid { gap: 13px; }
  .platform-card { padding: 17px; }
  .platform-card-top { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 16px; }
  .platform-card h3 { font-size: 17px; }
  .platform-description { font-size: 11px; }
  .platform-card-bottom { flex-wrap: wrap; gap: 6px; }
  .platform-tags .tag { font-size: 9px; }
  .guide-grid { gap: 14px; }
  .guide-illustration { height: 140px; }
  .guide-card-content { padding: 18px 16px; }
  .guide-card h3 { font-size: 15px; }
  .guide-card p { font-size: 10px; }
  .card-bottom { align-items: flex-start; flex-direction: column; gap: 7px; padding-top: 18px; }
  .split-banner { grid-template-columns: 1fr 1fr; gap: 29px; padding: 29px; }
  .split-copy h2 { font-size: 26px; }
  .split-links a { font-size: 11px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 40px; }
  .footer-brand p { max-width: 260px; }
  .ranking-card { grid-template-columns: 22px 44px minmax(0, 1fr) 130px; gap: 13px; padding: 20px; }
  .ranking-meta { grid-column: 3; grid-row: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
  .ranking-meta strong { font-size: 14px; }
  .ranking-actions { grid-column: 4; grid-row: 1 / 3; }
  .ranking-card > .rank, .ranking-card > .platform-logo { align-self: start; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 185px; gap: 27px; }
  .article-body { font-size: 14px; }
  .article-body h2 { font-size: 24px; }
  .toc { padding: 16px; top: 95px; }
  .review-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .comparison-inner { flex-wrap: wrap; gap: 13px; padding: 15px 17px; }
  .comparison-items { flex: 1; }
  .comparison-content > section { padding: 17px; }
}

/* Comfortable single-column reading on small screens. */
@media (max-width: 600px) {
  body { font-size: 14px; }
  .container { width: calc(100% - 36px); }
  .section { padding-block: 32px; }
  .section-heading { align-items: flex-start; flex-wrap: wrap; gap: 15px; margin-bottom: 22px; }
  .section-heading h2 { font-size: 28px; letter-spacing: -.9px; }
  .section-heading p:not(.eyebrow) { font-size: 12px; }
  .section-heading .eyebrow { font-size: 9px; margin-bottom: 10px; }
  .section-link { font-size: 11px; }
  .header-inner { min-height: 67px; }
  .brand { gap: 7px; }
  .brand-symbol, .brand-symbol svg { width: 28px; height: 31px; }
  .brand-word { font-size: 17px; }
  .brand-word small { font-size: 6px; letter-spacing: 1.2px; }
  .header-actions .button { display: none; }
  .icon-button, .menu-toggle { width: 35px; height: 35px; }
  .menu-toggle { border-color: transparent; }
  .hero { grid-template-columns: 1fr; gap: 33px; padding-top: 36px; padding-bottom: 32px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { margin-bottom: 20px; }
  .hero h1 { max-width: 500px; font-size: clamp(42px, 10.6vw, 57px); letter-spacing: -1.9px; line-height: 1.1; }
  .hero-description { max-width: 460px; margin-top: 21px; font-size: 13px; line-height: 1.85; }
  .hero-actions { gap: 9px; margin-top: 24px; }
  .hero-actions .button { min-height: 45px; padding: 12px 16px; font-size: 11px; }
  .hero-note { gap: 6px; margin-top: 17px; font-size: 9px; }
  .hero-feature { padding: 24px; }
  .feature-top { flex-wrap: nowrap; margin-bottom: 28px; }
  .feature-logo { width: 60px; height: 60px; font-size: 48px; }
  .hero-feature h2 { max-width: 370px; font-size: 30px; }
  .feature-description { max-width: 410px; font-size: 12px; }
  .feature-points li, .feature-points > span { font-size: 11px; }
  .feature-actions .button { min-height: 42px; padding: 11px 15px; }
  .feature-bottom { font-size: 9px; }
  .trust-strip { gap: 22px 16px; }
  .trust-item { gap: 10px; }
  .trust-item > svg { width: 21px; height: 21px; }
  .trust-item strong { font-size: 19px; }
  .trust-item span { font-size: 9px; }
  .quick-links { gap: 11px; }
  .quick-link { padding: 18px 15px; }
  .tile-icon { margin-bottom: 17px; }
  .quick-link h3 { font-size: 13px; }
  .quick-link p { font-size: 10px; }
  .quick-link > svg, .quick-link .tile-arrow { top: 25px; right: 14px; width: 13px; height: 13px; }
  .platform-grid { grid-template-columns: 1fr; gap: 14px; }
  .platform-card { padding: 23px; }
  .platform-card-top { align-items: center; flex-direction: row; margin-bottom: 20px; }
  .platform-card h3 { font-size: 20px; }
  .platform-description { font-size: 12px; }
  .platform-tags .tag { font-size: 10px; }
  .platform-card-bottom { margin-top: 20px; font-size: 12px; }
  .editorial-note { padding: 13px; font-size: 10px; }
  .guide-grid { grid-template-columns: 1fr; gap: 18px; }
  .guide-illustration { height: 185px; }
  .guide-card-content { padding: 23px; }
  .guide-card h3 { font-size: 19px; }
  .guide-card p { font-size: 12px; }
  .card-meta { font-size: 10px; }
  .card-bottom { flex-direction: row; align-items: center; font-size: 10px; padding-top: 21px; }
  .split-banner { grid-template-columns: 1fr; gap: 29px; padding: 27px 24px; }
  .split-copy h2 { max-width: 380px; font-size: 30px; }
  .split-copy p { font-size: 12px; }
  .split-links a { font-size: 12px; }
  .faq-list summary { padding-block: 19px; font-size: 13px; line-height: 1.6; }
  .faq-list details p { padding-right: 12px; font-size: 12px; }
  .site-footer { margin-top: 29px; padding-top: 34px; }
  .footer-grid { gap: 31px 24px; padding-bottom: 29px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 310px; margin-top: 14px; }
  .footer-links h3, .footer-links h4 { margin-bottom: 10px; }
  .footer-links a { font-size: 11px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 19px 23px; font-size: 9px; }
  .footer-bottom > div { gap: 14px; flex-wrap: wrap; }
  .page-heading { padding-top: 27px; padding-bottom: 25px; }
  .breadcrumbs { gap: 7px; margin-bottom: 23px; font-size: 9px; }
  .page-heading h1, .article-heading h1 { font-size: 36px; line-height: 1.17; letter-spacing: -1px; }
  .page-heading > p, .page-heading > div > p:not(.eyebrow) { margin-top: 16px; font-size: 13px; }
  .toolbar { align-items: stretch; gap: 15px; margin-bottom: 18px; }
  .filter-group { gap: 5px; }
  .filter-button { min-height: 35px; padding-inline: 10px; font-size: 10px; }
  .toolbar .search-field { width: 100%; min-height: 42px; }
  .ranking-card { grid-template-columns: 22px 43px minmax(0, 1fr); align-items: start; gap: 14px 12px; padding: 20px 17px; }
  .ranking-main { grid-column: 3; }
  .ranking-main h2 { font-size: 18px; gap: 7px; }
  .ranking-meta strong { font-size: 11px; }
  .ranking-main h2 .badge { font-size: 8px; }
  .ranking-main p { margin-top: 8px; font-size: 11px; }
  .ranking-main .platform-domain { margin-top: 4px; font-size: 10px; }
  .ranking-meta { grid-column: 3; grid-row: 2; }
  .ranking-actions { grid-column: 2 / -1; grid-row: 3; flex-direction: row; align-items: center; flex-wrap: wrap; gap: 12px; }
  .ranking-actions .button { flex: 1; min-height: 40px; }
  .ranking-actions label { justify-content: flex-start; font-size: 10px; }
  .rank { font-size: 21px; padding-top: 7px; }
  .ranking-card .platform-logo { width: 41px; height: 41px; }
  .comparison-tray { width: calc(100% - 20px); bottom: 10px; border-radius: 10px; }
  .comparison-inner { gap: 11px; padding: 13px; }
  .comparison-inner > div:first-child { flex-basis: 100%; }
  .comparison-inner > p, .comparison-inner > strong { font-size: 11px; }
  .comparison-items { min-width: 50%; font-size: 9px; gap: 5px; }
  .comparison-items span { padding: 2px 6px; }
  .comparison-inner > div:last-child { margin-left: auto; }
  .comparison-tray .button { min-height: 35px; padding: 9px 13px; font-size: 10px; }
  .compare-dialog { padding: 21px 16px; max-height: calc(100dvh - 30px); }
  .dialog-heading { gap: 10px; margin-bottom: 19px; }
  .dialog-heading h2 { font-size: 22px; }
  .compare-dialog th, .compare-dialog td { min-width: 128px; padding: 12px 10px; font-size: 11px; }
  .comparison-content { flex-direction: column; }
  .comparison-content > section { padding: 19px; }
  .comparison-content h3 { margin-bottom: 17px; }
  .comparison-content dl { margin-block: 13px; }
  .search-page-form { flex-wrap: wrap; }
  .search-page-form .search-field { min-width: 190px; }
  .search-page-form .button { min-height: 42px; padding: 10px 14px; font-size: 11px; }
  .site-search-form { gap: 8px; }
  .site-search-form .button { min-height: 43px; padding: 11px 14px; font-size: 11px; }
  .site-search-form .search-field { padding-inline: 10px; }
  .site-search-form input { font-size: 11px; }
  .search-result { padding: 22px 20px; }
  .search-result h2, .search-result h3 { font-size: 19px; }
  .search-result p { font-size: 12px; }
  .article-page { padding-top: 27px; }
  .article-heading { margin-bottom: 27px; padding-bottom: 23px; }
  .article-heading > p:not(.eyebrow) { font-size: 14px; line-height: 1.8; }
  .article-meta { gap: 8px 13px; font-size: 10px; }
  .article-layout { grid-template-columns: 1fr; gap: 23px; }
  .article-aside { grid-row: 1; }
  .toc { position: static; padding: 18px 20px; }
  .toc a { font-size: 11px; margin-top: 8px; }
  .article-body { font-size: 14px; line-height: 1.9; }
  .article-body h2 { margin-top: 31px; font-size: 25px; }
  .article-body h3 { font-size: 19px; }
  .article-body blockquote { padding: 17px 19px; font-size: 18px; }
  .article-body table { font-size: 10px; }
  .article-body th, .article-body td { padding: 10px 8px; }
  .review-lead { gap: 16px; padding: 21px; }
  .review-lead .platform-logo { width: 52px; height: 52px; font-size: 27px; }
  .review-lead > div:not(.platform-logo) { min-width: 150px; }
  .review-lead > .button { width: 100%; }
  .review-lead > div > div > strong { font-size: 18px; }
  .review-facts { gap: 10px; }
  .fact { padding: 14px; }
  .fact strong, .fact dd { font-size: 14px; }
  .pros-cons, .method-grid { grid-template-columns: 1fr; gap: 14px; }
  .pros-cons > div, .method-grid > div, .method-grid > article { padding: 21px; }
  .callout { padding: 20px; }
  .source-list { padding: 20px; }
  .article-next { padding: 24px 21px; }
  .article-next h2 { font-size: 28px; }
  .archive-link { font-size: 12px; line-height: 1.8; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 28px); }
  .brand-word { font-size: 15px; }
  .brand-word small { font-size: 5.5px; }
  .hero h1 { font-size: 39px; }
  .hero-actions .button { padding-inline: 13px; font-size: 10px; }
  .hero-feature { padding: 21px; }
  .hero-feature h2 { font-size: 28px; }
  .quick-links { gap: 9px; }
  .quick-link { padding: 16px 12px; }
  .quick-link h3 { font-size: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-brand { grid-column: auto; }
  .ranking-card { grid-template-columns: 17px 37px minmax(0, 1fr); gap: 12px 9px; padding: 18px 14px; }
  .ranking-card .platform-logo { width: 36px; height: 36px; font-size: 19px; }
  .ranking-main h2 { font-size: 16px; }
  .ranking-actions { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .button:hover, .quick-link:hover, .platform-card:hover, .guide-card:hover { transform: none; }
}

.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.topic-card { padding: 30px; border: 1px solid var(--border, #dce3d9); border-radius: 16px; background: #fff; transition: border-color .2s, transform .2s; }
.topic-card:hover { border-color: #286747; transform: translateY(-3px); }
.topic-number { display: block; font-family: Georgia, serif; font-size: 30px; color: #76926f; margin-bottom: 25px; }
.topic-card h3 { display: flex; justify-content: space-between; gap: 12px; font-size: 20px; margin: 0 0 12px; }
.topic-card p { margin: 0; color: #647367; line-height: 1.7; font-size: 14px; }
.topic-nav { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 15px; }
.section-description { max-width: 700px; color: #647367; line-height: 1.7; margin: -10px 0 30px; }
section[id], .article-body h2[id] { scroll-margin-top: 110px; }
.article-toc { padding: 24px 28px; border: 1px solid #dce3d9; background: #eef2e9; border-radius: 12px; margin: 0 0 36px; font-size: 15px; }
.article-toc strong { display: block; color: #19352d; font-size: 17px; }
.article-toc ol { columns: 2; column-gap: 35px; padding-left: 22px; margin-bottom: 0; }
.article-toc li { break-inside: avoid; padding: 3px 0; }
.article-toc a { text-decoration: none; }
.related-materials { margin: 48px 0; padding-top: 28px; border-top: 1px solid #dce3d9; }
.related-materials h2 { font-size: 28px; margin: 10px 0 20px; }
.related-links { display: grid; gap: 10px; }
.related-links a { display: flex; justify-content: space-between; gap: 20px; padding: 16px 20px; border-radius: 10px; background: #eef2e9; color: #286747; line-height: 1.5; }
.feature-edition { color: #b7cdaa; font-size: 10px; letter-spacing: .13em; }
#comments { margin-block: 45px; }
.comment-form { display: grid; gap: 16px; }
.comment-form p { margin: 0; }
.comment-form label { display: block; font-size: 14px; margin-bottom: 6px; }
.comment-form input:not([type="checkbox"]):not([type="submit"]), .comment-form textarea { display: block; width: 100%; max-width: 100%; border: 1px solid #cdd8cb; border-radius: 8px; background: #fff; color: #19352d; font: inherit; padding: 12px; }
.comment-form textarea { resize: vertical; min-height: 150px; }
.comment-form .comment-form-cookies-consent { display: flex; gap: 10px; align-items: flex-start; }
.comment-form .comment-form-cookies-consent label { font-size: 13px; }
.comment-form .submit, .search-form button { border: 0; border-radius: 8px; padding: 13px 20px; background: #286747; color: #fff; font: inherit; cursor: pointer; }
.comment-form .submit { max-width: 100%; white-space: normal; }
.search-form { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 25px 0; }
.search-form label { width: 100%; }
.search-form input { min-width: 0; flex: 1 1 200px; padding: 12px; border: 1px solid #cdd8cb; border-radius: 8px; font: inherit; }
@media (max-width: 800px) {
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { padding: 22px; }
  .topic-number { margin-bottom: 12px; }
  .article-toc ol { columns: 1; }
  .article-toc { padding: 20px; }
  .section-description { margin-top: 0; }
}

@media print {
  body { background: white; color: black; }
  .site-header, .site-footer, .comparison-tray, .article-aside, .hero-actions, .ranking-actions { display: none; }
  .container { width: 100%; max-width: none; }
  .article-layout { display: block; }
  .section { padding-block: 20px; }
  .article-page { padding-top: 0; }
  .article-body { color: #222; font-size: 11pt; }
  .article-body h2, .article-body h3 { break-after: avoid; }
  .platform-card, .guide-card, .callout, .ranking-card, .fact { break-inside: avoid; }
}
