:root {
  color-scheme: light;
  --green: #4c8051;
  --lime: #9cc043;
  --lime-soft: #eef7df;
  --orange: #f26522;
  --orange-soft: #fff1e6;
  --ink: #111312;
  --muted: #5f666e;
  --line: #dce3db;
  --surface: #f7faf5;
  --white: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

@media (prefers-reduced-motion: reduce) {
  .score-segment { transition: none !important; transform: none !important; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 920px; margin-bottom: 20px; font-size: 4.8rem; }
h2 { margin-bottom: 16px; font-size: 2.45rem; }

.seo-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.seo-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.seo-brand img { width: 44px; height: 44px; object-fit: contain; }
.seo-brand span { display: grid; }
.seo-brand strong { font-size: 1rem; }
.seo-brand small { color: var(--muted); font-size: 0.74rem; }
.seo-header nav { display: flex; align-items: center; gap: 22px; font-size: 0.9rem; font-weight: 700; }
.seo-header nav a { text-decoration: none; }
.seo-header .seo-header-choice:not(.is-active) { display: none; }
.seo-header-cta, .seo-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 7px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}
.seo-newsletter-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #bbd7a9;
  border-radius: 7px;
  background: var(--lime-soft);
  color: #35683c;
  font-weight: 800;
  text-decoration: none;
}

.seo-main { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; padding: 24px 0 10px; color: var(--muted); font-size: 0.82rem; }
.breadcrumbs i { color: #abb1ad; font-style: normal; }
.eyebrow { display: block; margin-bottom: 10px; color: var(--green); font-size: 0.76rem; font-weight: 900; text-transform: uppercase; }
.seo-lede { max-width: 780px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.35rem); }

.tool-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 54px;
  align-items: center;
  padding: 38px 0 64px;
}
.tool-profile-meta { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; color: var(--green); font-size: 0.8rem; font-weight: 900; text-transform: uppercase; }
.tool-profile-meta img { width: 56px; height: 56px; padding: 6px; border: 1px solid var(--line); border-radius: 7px; object-fit: contain; }
.mango-pick { display: inline-flex; width: fit-content; padding: 6px 10px; border-radius: 999px; background: var(--orange-soft); color: #9a4316; font-size: 0.72rem; font-weight: 900; }
.own-offer-badge { display: inline-flex; width: fit-content; padding: 6px 10px; border: 1px solid #f2c775; border-radius: 999px; background: #fff7e7; color: #8a4c12; font-size: 0.72rem; font-weight: 900; }
.profile-own-offer { max-width: 680px; margin: 0 0 18px; }
.profile-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.profile-facts span { padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: 0.82rem; }
.profile-facts strong { color: var(--ink); }
.seo-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.profile-shot { overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid #cfd8cf; border-radius: 7px; background: var(--surface); box-shadow: 0 22px 50px rgba(30, 45, 32, 0.12); }
.profile-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 220ms ease; }
.profile-shot:hover img { transform: scale(1.015); }

.profile-intro-grid, .profile-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 0 0 28px; }
.profile-panel, .profile-content-grid > div, .seo-score, .practice-tip, .testimonial, .category-note { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 7px; }
.profile-panel.positive { background: var(--surface); }
.profile-panel.caution { background: #fffaf2; border-color: #edd8be; }
.profile-panel h2 { font-size: 1.45rem; }
.profile-panel p, .profile-content-grid p { margin-bottom: 0; color: var(--muted); }
.feature-list, .output-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.feature-list li, .output-list li { position: relative; padding-left: 24px; }
.feature-list li::before, .output-list li::before { position: absolute; left: 0; color: var(--lime); font-weight: 900; content: "✓"; }
.practice-tip { margin: 28px 0; border-color: #f1c695; background: var(--orange-soft); }
.practice-tip p { max-width: 980px; margin-bottom: 0; font-size: 1.06rem; }

.seo-score { margin: 28px 0; background: var(--surface); }
.seo-score-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.seo-score-grid > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; }
.seo-score-grid span { color: var(--muted); font-size: 0.82rem; font-weight: 700; }
.seo-score-grid meter { grid-column: 1 / -1; width: 100%; height: 14px; accent-color: var(--green); }
.score-row { min-width: 0; }
.score-segments { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(10, minmax(12px, 1fr)); gap: 6px; }
.score-segment { display: block; height: 22px; border: 1px solid color-mix(in srgb, var(--segment-color) 38%, #d9dfd9); border-radius: 3px; background: #fff; transform-origin: left center; }
.score-segment.full { background: var(--segment-color); }
.score-segment.half { background: linear-gradient(90deg, var(--segment-color) 0 50%, #fff 50% 100%); }
.score-animation-ready:not(.score-visible) .score-segment.full,
.score-animation-ready:not(.score-visible) .score-segment.half { transform: scaleX(0); }
.score-visible .score-segment { transition: transform 360ms cubic-bezier(.2,.75,.3,1); transition-delay: calc(var(--segment-index) * 65ms); }
.seo-score > p { margin: 22px 0 0; color: var(--muted); font-size: 0.82rem; }
.seo-score .score-rationale { max-width: 880px; color: var(--ink); font-size: 0.96rem; line-height: 1.55; }
.seo-score .score-disclosure { max-width: 920px; padding-top: 16px; border-top: 1px solid var(--line); line-height: 1.55; }
.testimonial { margin: 28px 0; border-left: 5px solid var(--orange); }
.testimonial blockquote { margin: 0 0 14px; font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 800; line-height: 1.25; }
.testimonial figcaption { color: var(--muted); }

.external-voices { margin: 52px 0; padding: 46px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.external-voices-disclosure { max-width: 900px; margin: -10px 0 24px; color: var(--muted); font-size: 0.88rem; line-height: 1.55; }
.external-voice-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 14px; }
.external-voice { display: grid; align-content: start; gap: 12px; min-width: 0; padding: 22px; border: 1px solid var(--line); border-top: 4px solid var(--green); border-radius: 7px; background: var(--surface); }
.external-voice.critical { border-top-color: var(--orange); background: #fffaf3; }
.external-voice.balanced { border-top-color: var(--lime); }
.external-voice > header { display: flex; align-items: center; gap: 12px; }
.external-voice > header > span:last-child { display: grid; gap: 2px; min-width: 0; }
.external-voice > header strong { color: var(--ink); font-size: 0.9rem; line-height: 1.2; }
.external-voice > header small { color: var(--green); font-size: 0.68rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.external-voice.critical > header small { color: #9c4c16; }
.source-mark { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; overflow: hidden; border: 1px solid color-mix(in srgb, var(--source-accent) 28%, #dfe5df); border-radius: 7px; background: #fff; }
.source-mark img { width: 32px; height: 32px; object-fit: contain; }
.source-mark i { display: none; color: var(--source-accent); font-size: 0.76rem; font-style: normal; font-weight: 950; }
.source-mark-fallback i { display: block; }
.external-voice > p { margin: 0; color: var(--ink); line-height: 1.55; }
.external-voice blockquote { margin: 0; padding-left: 14px; border-left: 3px solid var(--orange); color: var(--ink); font-size: 1rem; font-weight: 750; line-height: 1.5; }
.external-voice footer { display: grid; gap: 7px; margin-top: auto; padding-top: 6px; }
.external-voice footer strong { color: var(--muted); font-size: 0.76rem; line-height: 1.4; }
.external-voice footer > span { color: var(--muted); font-size: 0.72rem; font-style: italic; }
.external-voice footer a { color: var(--green); font-size: 0.8rem; font-weight: 900; overflow-wrap: anywhere; }

.provider-disclosure {
  max-width: 720px;
  margin: 16px 0 0;
  padding: 11px 13px;
  border-left: 3px solid var(--orange);
  background: #fff8e9;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.price-details { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 28px 48px; margin: 28px 0; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 7px; background: #fbfcfa; }
.price-details h2 { margin-bottom: 8px; }
.price-details > div:first-child p { margin: 0; color: var(--muted); font-size: .9rem; }
.price-facts { display: grid; gap: 10px; margin: 0; }
.price-fact { display: grid; grid-template-columns: minmax(140px, .42fr) minmax(0, 1fr); align-items: center; gap: 12px; min-height: 64px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.price-fact dt { color: var(--muted); font-size: .8rem; font-weight: 800; }
.price-fact dd { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: 0; color: var(--ink); font-size: 1rem; font-weight: 850; line-height: 1.35; }
.price-fact dd small { color: var(--muted); font-size: .78rem; font-weight: 650; }
.price-state-icon { display: inline-grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #e8f4d6; color: var(--green); font-size: 1rem; font-weight: 950; }
.price-free-no .price-state-icon { background: #fff0e3; color: #a34f1a; }
.price-free-unknown .price-state-icon { background: #eef0ee; color: var(--muted); }
.price-source { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .78rem; }
.price-source a { color: var(--green); font-weight: 850; }

.about-hero { max-width: 1000px; padding: 70px 0 54px; }
.about-hero h1 { max-width: 900px; }
.about-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 30px 0 64px; }
.about-principles article { padding: 22px 0; border-top: 4px solid var(--lime); }
.about-principles strong { font-size: 1.12rem; }
.about-principles p { margin: 8px 0 0; color: var(--muted); }
.about-team { padding: 54px 0; border-top: 1px solid var(--line); }
.about-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-team-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.about-team-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center top; }
.about-team-grid article > div { padding: 20px; }
.about-team-grid h3 { margin-bottom: 5px; font-size: 1.35rem; }
.about-team-grid strong { color: var(--green); font-size: .82rem; }
.about-team-grid p { margin: 12px 0 0; color: var(--muted); }
.about-radar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: end; padding: 54px 0; border-top: 1px solid var(--line); }
.about-radar p { max-width: 780px; margin: 0; color: var(--muted); }
.about-radar > a { color: var(--green); font-weight: 900; }
.about-link-invitation { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: center; padding: 42px; border: 1px solid #d7e3ce; border-radius: 8px; background: var(--surface); }
.about-link-invitation h2 { max-width: 720px; margin-bottom: 12px; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.about-link-invitation p { max-width: 780px; margin: 0; color: var(--muted); }
.about-link-actions { display: grid; gap: 12px; justify-items: start; min-width: 210px; }
.about-link-actions > a:not(.linkedin-share) { color: var(--green); font-size: .86rem; font-weight: 850; }

.submission-page article {
  max-width: 1060px;
  margin-inline: auto;
}

.submission-lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 42px 0;
}

.submission-lanes article {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--orange);
  border-radius: 7px;
  background: var(--surface);
}

.submission-lanes h2,
.submission-lanes p {
  margin: 10px 0 0;
}

.submission-lanes p,
.submission-cta p {
  color: var(--muted);
  line-height: 1.55;
}

.submission-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin: 42px 0;
  padding: 28px;
  border: 1px solid rgba(76, 128, 81, 0.2);
  border-radius: 7px;
  background: var(--wash);
}

.submission-cta h2,
.submission-cta p {
  margin: 8px 0 0;
}

.related-tools { padding: 48px 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-grid a { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--line); border-radius: 7px; text-decoration: none; transition: border-color 160ms ease, transform 160ms ease; }
.related-grid a:hover { transform: translateY(-2px); border-color: var(--green); }
.related-grid img { width: 40px; height: 40px; object-fit: contain; }
.related-grid span { display: grid; }
.related-grid small { color: var(--muted); }
.seo-final-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 28px 0 80px; padding: clamp(28px, 5vw, 56px); background: var(--green); color: var(--white); }
.seo-final-cta h2 { max-width: 720px; margin-bottom: 0; }
.seo-final-cta .eyebrow { color: #dff0b9; }
.seo-final-cta > a { flex: 0 0 auto; padding: 14px 18px; border-radius: 6px; background: var(--white); color: var(--ink); font-weight: 900; text-decoration: none; }

.category-hero { max-width: 990px; padding: 54px 0 48px; }
.category-guidance { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 26px; padding: 18px; border-left: 4px solid var(--lime); background: var(--surface); color: var(--muted); }
.category-guidance strong { color: var(--ink); }
.category-ranking { display: grid; gap: 18px; margin: 0; padding: 0 0 54px; list-style: none; counter-reset: item; }
.category-ranking > li { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr); overflow: hidden; border: 1px solid var(--line); border-radius: 7px; }
.ranking-main { display: grid; grid-template-columns: 48px 56px minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 24px; text-decoration: none; }
.ranking-position { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--lime-soft); color: var(--green); font-weight: 900; }
.ranking-main > img { width: 56px; height: 56px; padding: 6px; border: 1px solid var(--line); border-radius: 6px; object-fit: contain; }
.ranking-copy { display: grid; gap: 6px; }
.ranking-copy strong { font-size: 1.35rem; }
.ranking-copy small { max-width: 650px; color: var(--muted); font-size: 0.9rem; }
.ranking-score { display: grid; min-width: 74px; text-align: right; }
.ranking-score strong { color: var(--green); font-size: 1.65rem; }
.ranking-score small { color: var(--muted); }
.ranking-shot { grid-column: 2; grid-row: 1 / span 2; overflow: hidden; min-height: 205px; border-left: 1px solid var(--line); }
.ranking-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 220ms ease; }
.ranking-shot:hover img { transform: scale(1.025); }
.ranking-features { display: flex; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; gap: 8px; padding: 0 24px 24px 104px; }
.ranking-features span { align-self: flex-start; padding: 6px 9px; border-radius: 999px; background: var(--lime-soft); color: var(--green); font-size: 0.74rem; font-weight: 800; }
.category-note { margin-bottom: 80px; }
.category-note p { max-width: 900px; margin-bottom: 0; color: var(--muted); }

.archive-badge { display: inline-flex; width: fit-content; padding: 6px 10px; border: 1px solid #efd1af; border-radius: 999px; background: #fff7ed; color: #a34f18; font-size: 0.72rem; font-weight: 900; }
.archive-hero { padding-bottom: 36px; }
.archive-shot { filter: saturate(0.72); }
.archive-date { margin: 0 0 26px; color: var(--muted); font-size: 0.9rem; font-weight: 700; }
.archive-note { margin: 0 0 28px; padding: clamp(24px, 4vw, 42px); border: 1px solid #ecd4bb; border-radius: 7px; background: #fffaf5; }
.archive-note p { max-width: 900px; margin-bottom: 0; color: var(--muted); }
.archive-note p + p { margin-top: 14px; }
.archive-replacement { padding-top: 20px; }
.archive-replacement-card { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 16px; align-items: center; max-width: 900px; padding: 20px; border: 1px solid var(--line); border-radius: 7px; text-decoration: none; transition: border-color 160ms ease, transform 160ms ease; }
.archive-replacement-card:hover { transform: translateY(-2px); border-color: var(--green); }
.archive-replacement-card > img { width: 56px; height: 56px; padding: 6px; border: 1px solid var(--line); border-radius: 6px; object-fit: contain; }
.archive-replacement-card span { display: grid; gap: 3px; }
.archive-replacement-card small { color: var(--muted); }
.archive-replacement-card b { margin-top: 5px; color: var(--green); font-size: 0.84rem; }
.archive-replacement-card i { color: var(--green); font-size: 1.5rem; font-style: normal; }

.news-hero { max-width: 900px; padding: 54px 0 40px; }
.news-page-list { display: grid; gap: 22px; padding-bottom: 80px; }
.news-process { padding: 30px 0 38px; border-bottom: 1px solid var(--line); }
.news-process ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; counter-reset: news-process; }
.news-process li { display: grid; gap: 8px; min-height: 156px; padding: 20px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); counter-increment: news-process; }
.news-process li::before { content: "0" counter(news-process); color: var(--orange); font-size: 0.78rem; font-weight: 900; }
.news-process strong { font-size: 1.02rem; }
.news-process span { color: var(--muted); font-size: 0.9rem; line-height: 1.5; }
.news-page-card { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--white); }
.news-page-shot { min-height: 270px; border-right: 1px solid var(--line); background: var(--surface); }
.news-page-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.news-page-card > div { display: grid; align-content: center; justify-items: start; gap: 15px; padding: clamp(24px, 4vw, 40px); }
.news-page-meta { display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.news-page-meta img { width: 40px; height: 40px; padding: 4px; border: 1px solid var(--line); border-radius: 6px; object-fit: contain; }
.news-page-card h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.news-page-card h2 a { text-decoration: none; }
.news-page-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.news-page-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.news-page-card li { padding: 6px 9px; border-radius: 999px; background: var(--lime-soft); color: var(--green); font-size: 0.76rem; font-weight: 800; }
.news-empty-state { max-width: 820px; margin: 0 0 80px; padding: clamp(28px, 5vw, 56px); border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.news-empty-state h2 { margin-bottom: 14px; }
.news-empty-state p { max-width: 680px; color: var(--muted); line-height: 1.6; }
.news-badge { display: inline-flex; width: fit-content; padding: 6px 10px; border-radius: 999px; background: #fff0d6; color: #a34f18; font-size: 0.72rem; font-weight: 900; }
.news-source { margin: -12px 0 20px; color: var(--muted); font-size: 0.86rem; }
.news-source a { color: var(--green); font-weight: 800; }
.news-disclosure { margin: 0 0 28px; padding: clamp(24px, 4vw, 42px); border: 1px solid #efd1af; border-radius: 7px; background: #fffaf2; }
.news-disclosure h2 { margin-bottom: 10px; }
.news-disclosure p { max-width: 900px; margin-bottom: 0; color: var(--muted); line-height: 1.6; }

.all-tools-hero { max-width: 940px; padding: 54px 0 34px; }
.all-tools-jump-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.all-tools-jump-links a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-size: 0.8rem; font-weight: 800; text-decoration: none; }
.all-tools-jump-links a:hover { border-color: var(--green); background: var(--lime-soft); }
.all-tools-section { padding: 42px 0; border-top: 1px solid var(--line); }
.all-tools-section:last-child { padding-bottom: 80px; }
.all-tools-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.all-tools-row { border-bottom: 1px solid var(--line); }
.all-tools-row a { display: grid; grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr) 120px 20px; gap: 20px; align-items: center; padding: 17px 4px; text-decoration: none; }
.all-tools-row a:hover { background: var(--surface); }
.all-tools-name { display: grid; gap: 2px; }
.all-tools-name strong { font-size: 1rem; }
.all-tools-name small, .all-tools-description, .all-tools-intro, .all-tools-empty { color: var(--muted); font-size: 0.9rem; }
.all-tools-description { line-height: 1.45; }
.all-tools-status { display: inline-flex; justify-content: center; width: fit-content; min-width: 104px; padding: 5px 8px; border-radius: 999px; font-size: 0.7rem; font-weight: 900; white-space: nowrap; }
.all-tools-status.current { background: var(--lime-soft); color: var(--green); }
.all-tools-status.new { background: var(--orange-soft); color: #a34f18; }
.all-tools-status.archive { background: #f1f3f1; color: var(--muted); }
.all-tools-row i { color: var(--green); font-size: 1.2rem; font-style: normal; }
.all-tools-intro { max-width: 780px; margin: -4px 0 20px; }
.all-tools-empty { margin: 0; }

.seo-footer { display: grid; grid-template-columns: 1.1fr 2fr 0.8fr; gap: 42px; padding: 48px max(24px, calc((100vw - 1240px) / 2)); background: #121512; color: var(--white); }
.seo-footer p { color: #b9c0ba; }
.seo-footer nav { display: grid; align-content: start; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; }
.seo-footer nav:last-child { grid-template-columns: 1fr; }
.seo-footer a { color: #e8ede8; font-size: 0.86rem; }
.seo-footer .footer-share-link { width: fit-content; color: #e8ede8; border-color: #6a91bd; background: rgba(10, 102, 194, .16); }
.not-found { min-height: 62vh; display: grid; align-content: center; justify-items: start; max-width: 720px; }

.editorial-byline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 32px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.editorial-portraits { display: flex; flex: 0 0 auto; padding-left: 8px; }
.editorial-portraits img { width: 44px; height: 44px; margin-left: -8px; border: 2px solid var(--white); border-radius: 50%; background: var(--surface); object-fit: cover; transition: transform 160ms ease; }
.editorial-byline:hover .editorial-portraits img:nth-child(2) { transform: translateY(-2px); }
.editorial-byline p { display: grid; gap: 2px; margin: 0; }
.editorial-byline p strong { font-size: 0.91rem; }
.editorial-byline p span { color: var(--muted); font-size: 0.8rem; }
.editorial-byline a { color: var(--green); font-weight: 800; }

.decision-links { margin: 28px 0; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.decision-links h2 { font-size: 1.5rem; }
.decision-links > a { display: inline-flex; align-items: center; gap: 14px; color: var(--green); font-weight: 900; text-decoration: none; }
.decision-links > a span { transition: transform 160ms ease; }
.decision-links > a:hover span { transform: translateX(3px); }

.community-invitation { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr); gap: 36px; align-items: center; margin: 26px 0; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.community-invitation h2 { margin-bottom: 8px; font-size: 1.45rem; }
.community-invitation p { max-width: 720px; margin: 0; color: var(--muted); }
.community-actions { display: grid; gap: 8px; }
.community-actions a { display: flex; justify-content: center; padding: 10px 14px; border: 1px solid var(--line); border-radius: 6px; color: var(--green); font-size: 0.84rem; font-weight: 900; text-align: center; text-decoration: none; }
.community-actions a:hover { border-color: var(--green); background: var(--lime-soft); }
.community-actions .community-more { border: 0; color: var(--muted); font-size: 0.77rem; }

.community-examples { margin: 42px 0; padding: 38px 0; border-top: 1px solid var(--line); }
.community-example { padding: 26px 0; border-bottom: 1px solid var(--line); }
.community-example dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 30px; }
.community-example dl > div { display: grid; gap: 4px; }
.community-example dt { color: var(--green); font-size: 0.76rem; font-weight: 900; text-transform: uppercase; }
.community-example dd { margin: 0; color: var(--muted); }
.community-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.community-images img { aspect-ratio: 16 / 9; border: 1px solid var(--line); border-radius: 6px; object-fit: cover; }
.community-contributor { color: var(--muted); font-size: 0.8rem; }

.professional-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: center; margin: 32px 0 80px; padding: clamp(30px, 5vw, 54px); background: #172019; color: var(--white); }
.professional-cta h2 { max-width: 760px; margin-bottom: 12px; }
.professional-cta p { max-width: 760px; margin: 0; color: #cbd5cc; }
.professional-cta .eyebrow { color: #bedd7b; }
.professional-cta > div:last-child { display: grid; gap: 10px; min-width: 240px; }
.professional-cta .seo-primary { background: var(--orange); }
.professional-cta > div:last-child > a:not(.seo-primary) { color: var(--white); font-size: 0.84rem; font-weight: 800; text-align: center; }

.vibe-coding-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center; margin: 28px 0; padding: clamp(28px, 4vw, 44px); border: 1px solid rgba(242, 101, 34, 0.36); border-radius: 7px; background: linear-gradient(118deg, #fff8ea 0%, #f5faed 100%); }
.vibe-coding-cta h2 { margin-bottom: 10px; }
.vibe-coding-cta p { max-width: 760px; margin: 0; color: var(--muted); }
.vibe-coding-cta .seo-primary { min-width: 260px; background: var(--orange); text-align: center; }

.decision-hero, .editorial-page-hero { max-width: 960px; padding: 54px 0 34px; }
.decision-basis { max-width: 760px; margin-top: 22px; padding-left: 15px; border-left: 3px solid var(--lime); color: var(--muted); font-size: 0.86rem; }
.decision-tool-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 20px 0 54px; }
.decision-tool-strip a { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 17px; border: 1px solid var(--line); border-radius: 7px; text-decoration: none; }
.decision-tool-strip img { width: 56px; height: 56px; padding: 5px; border: 1px solid var(--line); border-radius: 6px; object-fit: contain; }
.decision-tool-strip span { display: grid; }
.decision-tool-strip small { color: var(--muted); }
.decision-tool-strip b { color: var(--green); font-size: 0.8rem; white-space: nowrap; }
.decision-section, .scenario-section, .landing-alternatives, .landing-faq { padding: 48px 0; border-top: 1px solid var(--line); }
.matrix-scroll-hint { display: none; margin: 0 0 10px; color: var(--green); font-size: 0.78rem; font-weight: 800; }
.decision-matrix-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 7px; }
.decision-matrix { width: 100%; min-width: 720px; border-collapse: collapse; }
.decision-matrix th, .decision-matrix td { width: 36%; padding: 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.decision-matrix th:first-child { width: 28%; color: var(--muted); font-size: 0.82rem; }
.decision-matrix thead th { background: var(--surface); color: var(--ink); }
.decision-matrix thead th:not(:first-child) { display: table-cell; }
.decision-matrix thead th > img { display: inline-block; width: 36px; height: 36px; margin-right: 8px; padding: 3px; border: 1px solid var(--line); border-radius: 5px; object-fit: contain; vertical-align: middle; }
.decision-matrix thead th > span { vertical-align: middle; }
.decision-matrix tbody tr:hover { background: #fbfdf9; }
.decision-matrix td ul { display: grid; gap: 6px; margin: 0; padding-left: 18px; }
.scenario-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.scenario-list article { padding: 22px 0; border-top: 3px solid var(--lime); }
.scenario-list p { color: var(--muted); }
.scenario-list a { color: var(--green); font-size: 0.85rem; font-weight: 900; }
.landing-faq details { border-top: 1px solid var(--line); }
.landing-faq details:last-child { border-bottom: 1px solid var(--line); }
.landing-faq summary { padding: 18px 0; cursor: pointer; font-weight: 850; }
.landing-faq details p { max-width: 850px; padding: 0 0 18px; color: var(--muted); }

.team-section { display: grid; grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr); gap: 52px; align-items: end; padding: 42px 0 62px; border-top: 1px solid var(--line); }
.team-section > div:first-child p { color: var(--muted); }
.team-portraits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.team-portraits figure { margin: 0; }
.team-portraits img { width: 100%; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 7px; object-fit: cover; object-position: center top; }
.team-portraits figcaption { display: grid; padding-top: 10px; }
.team-portraits figcaption span { color: var(--muted); font-size: 0.78rem; }
.method-steps, .method-score, .method-disclosure, .submission-format, .review-process { padding: 52px 0; border-top: 1px solid var(--line); }
.method-steps ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.method-steps li { position: relative; padding-top: 46px; counter-increment: step; }
.method-steps li::before { position: absolute; top: 0; left: 0; color: var(--orange); font-size: 1.65rem; font-weight: 900; content: "0" counter(step); }
.method-steps li { display: grid; gap: 8px; }
.method-steps li span { color: var(--muted); }
.method-score { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.method-score > div:first-child p { color: var(--muted); }
.method-score-formula { display: grid; gap: 10px; }
.method-score-formula span { display: flex; justify-content: space-between; padding: 16px; background: var(--lime-soft); color: var(--green); font-weight: 850; }
.method-disclosure { max-width: 940px; }
.method-disclosure p, .review-process p { color: var(--muted); }
.method-disclosure a { color: var(--green); font-weight: 900; }

.participation-options { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 28px 0 58px; }
.participation-options article { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: 7px; }
.option-number { display: block; margin-bottom: 22px; color: var(--orange); font-size: 1.55rem; font-weight: 900; }
.participation-options p { min-height: 112px; color: var(--muted); }
.submission-format { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 52px; }
.submission-format ul { display: grid; gap: 12px; margin: 0; padding-left: 20px; }
.privacy-note { margin: 0 0 80px; padding: 22px; border-left: 4px solid var(--orange); background: var(--orange-soft); }
.privacy-note p { margin: 6px 0 0; color: var(--muted); }

.category-decisions { padding: 48px 0; border-top: 1px solid var(--line); }
.category-decisions > a { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); text-decoration: none; }
.category-decisions > a span { display: grid; gap: 4px; }
.category-decisions > a small { color: var(--muted); }
.category-decisions > a b { color: var(--green); font-size: 1.3rem; }

.community-like {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #cfdcc4;
  border-radius: 7px;
  background: #fff;
  color: #426f47;
  font: inherit;
  font-size: .84rem;
  font-weight: 750;
  line-height: 1.1;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}
.community-like:hover:not(:disabled) { border-color: #80a653; background: #f0f8e6; }
.community-like:focus-visible { outline: 3px solid rgba(251, 176, 59, .38); outline-offset: 2px; }
.community-like.is-liked { border-color: #4c8051; background: #4c8051; color: #fff; }
.community-like.is-liked .community-like-count { color: #fff; }
.community-like.is-retryable { border-color: #fbb03b; background: #fff7e9; color: #9a4a10; }
.community-like:disabled, .community-like.is-unavailable { cursor: default; opacity: .72; }
.community-like-icon { font-size: .94rem; line-height: 1; }
.community-like-count { font-size: .74rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.community-like-count[hidden] { display: none; }
.linkedin-share { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 38px; padding: 8px 12px; border: 1px solid #b9d2ec; border-radius: 7px; background: #fff; color: #0a66c2; font: inherit; font-size: .84rem; font-weight: 800; line-height: 1.1; text-decoration: none; transition: border-color 160ms ease, background 160ms ease, color 160ms ease; }
.linkedin-share:hover { border-color: #0a66c2; background: #eef6ff; }
.linkedin-share:focus-visible { outline: 3px solid rgba(10, 102, 194, .28); outline-offset: 2px; }
.linkedin-share-mark { display: grid; width: 16px; height: 16px; place-items: center; border-radius: 3px; background: #0a66c2; color: #fff; font-family: Arial, sans-serif; font-size: .7rem; font-weight: 900; letter-spacing: 0; }
.linkedin-share-compact { width: 38px; padding: 0; }
.linkedin-share-compact .linkedin-share-label { display: none; }
.seo-secondary-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.seo-secondary-actions > a { min-width: 0; }
.seo-secondary-actions .community-like { width: auto; justify-content: center; }

.method-discovery-sources { margin-top: 24px; padding-top: 36px; border-top: 1px solid #dce6d4; }
.method-discovery-sources > p, .community-vote-note { max-width: 760px; color: var(--muted); }
.discovery-source-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.discovery-source-group { padding: 16px; border: 1px solid #d7e3ce; border-radius: 8px; background: #fff; }
.discovery-source-group h3 { margin: 0 0 12px; font-size: .96rem; }
.discovery-source-list { display: grid; gap: 11px; }
.discovery-source-item { display: flex; align-items: flex-start; gap: 9px; color: inherit; text-decoration: none; }
.discovery-source-item:hover .discovery-source-name { text-decoration: underline; }
.discovery-source-mark { width: 28px; height: 28px; flex: 0 0 28px; padding: 4px; object-fit: contain; border: 1px solid #dce6d4; border-radius: 6px; background: #fff; }
.discovery-source-name { display: block; color: #244b32; font-size: .86rem; font-weight: 750; }
.discovery-source-description { display: block; margin-top: 2px; color: #687078; font-size: .78rem; line-height: 1.35; }
.community-vote-note { margin-top: 18px; padding: 13px 15px; border-left: 3px solid var(--orange); background: var(--orange-soft); font-size: .88rem; line-height: 1.55; }

@media (max-width: 900px) {
  h1 { font-size: 3.5rem; }
  h2 { font-size: 2.1rem; }
  .seo-header nav a:not(.seo-header-cta):not(.seo-header-choice) { display: none; }
  .seo-header nav a.seo-header-choice.is-active { display: inline-flex; }
  .tool-profile-hero { grid-template-columns: 1fr; gap: 28px; }
  .profile-shot { grid-row: 2; }
  .profile-intro-grid, .profile-content-grid, .seo-score-grid, .related-grid { grid-template-columns: 1fr; }
  .category-ranking > li { grid-template-columns: 1fr; }
  .news-page-card { grid-template-columns: 1fr; }
  .all-tools-row a { grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr) 20px; }
  .all-tools-status { display: none; }
  .news-page-shot { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .ranking-shot { grid-column: 1; grid-row: auto; min-height: 240px; border-top: 1px solid var(--line); border-left: 0; }
  .seo-footer { grid-template-columns: 1fr; }
  .community-invitation, .professional-cta, .vibe-coding-cta, .team-section, .method-score, .submission-format, .price-details, .about-radar, .about-link-invitation { grid-template-columns: 1fr; }
  .price-facts, .about-principles, .about-team-grid { grid-template-columns: 1fr; }
  .decision-tool-strip { grid-template-columns: 1fr; }
  .scenario-list, .method-steps ol { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .discovery-source-groups { grid-template-columns: 1fr; }
  .seo-actions { width: 100%; }
  .seo-actions .seo-primary { flex-basis: 100%; }
  .seo-secondary-actions { flex: 1 1 100%; width: 100%; }
}

@media (max-width: 500px) {
  .seo-brand > span { display: none; }
  .seo-header-cta, .seo-newsletter-link { min-height: 40px; padding: 0 11px; font-size: .78rem; white-space: nowrap; }
}

@media (max-width: 620px) {
  .seo-main { width: min(100% - 28px, 1240px); }
  .seo-header { min-height: 60px; padding: 6px 14px; }
  .seo-brand small { display: none; }
  .seo-header-cta, .seo-newsletter-link { min-height: 38px; padding: 0 12px; }
  h1 { font-size: 2.35rem; }
  h2 { font-size: 1.85rem; }
  .tool-profile-hero, .category-hero { padding-top: 28px; }
  .ranking-main { grid-template-columns: 34px 44px minmax(0, 1fr); gap: 10px; padding: 16px; }
  .ranking-main > img { width: 44px; height: 44px; }
  .ranking-score { grid-column: 3; text-align: left; }
  .ranking-copy strong { font-size: 1.1rem; }
  .ranking-features { padding: 0 16px 16px; }
  .archive-replacement-card { grid-template-columns: 48px minmax(0, 1fr) auto; gap: 12px; }
  .archive-replacement-card > img { width: 48px; height: 48px; }
  .seo-final-cta { align-items: flex-start; flex-direction: column; }
  .all-tools-hero { padding-top: 32px; }
  .all-tools-section { padding: 30px 0; }
  .all-tools-row a { grid-template-columns: 1fr 18px; gap: 8px; padding: 15px 0; }
  .all-tools-description { grid-column: 1; }
  .all-tools-row i { grid-column: 2; grid-row: 1 / span 2; }
  .editorial-byline { align-items: flex-start; }
  .editorial-portraits img { width: 38px; height: 38px; }
  .community-invitation { gap: 22px; }
  .community-example dl, .community-images, .scenario-list, .team-portraits, .method-steps ol, .participation-options, .submission-lanes, .submission-cta, .news-process ol { grid-template-columns: 1fr; }
  .professional-cta > div:last-child { width: 100%; min-width: 0; }
  .professional-cta .seo-primary { width: 100%; }
  .vibe-coding-cta .seo-primary { width: 100%; min-width: 0; }
  .about-link-invitation { padding: 28px; }
  .decision-tool-strip a { grid-template-columns: 48px minmax(0, 1fr); }
  .decision-tool-strip img { width: 48px; height: 48px; }
  .decision-tool-strip b { grid-column: 2; }
  .decision-matrix-wrap { margin-right: -14px; border-right: 0; border-radius: 7px 0 0 7px; }
  .matrix-scroll-hint { display: block; }
  .participation-options p { min-height: 0; }
  .price-fact { grid-template-columns: 1fr; gap: 6px; }
  .price-fact dd { align-items: flex-start; }
  .price-fact dd small { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

@media (max-width: 500px) {
  .seo-brand > span { display: none; }
  .seo-header-cta, .seo-newsletter-link { min-height: 40px; padding: 0 11px; font-size: .78rem; white-space: nowrap; }
}
