:root {
  --ink: #08101f;
  --panel: #101b31;
  --muted: #68738a;
  --line: #dce2eb;
  --paper: #f4f7fb;
  --white: #ffffff;
  --lime: #a8ff4f;
  --cyan: #5ee9ff;
  --orange: #ff9d58;
  --shadow: 0 18px 55px rgba(8, 16, 31, .1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.site-header { height: 78px; max-width: 1240px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Space Grotesk", sans-serif; font-size: 1.14rem; font-weight: 700; letter-spacing: -.03em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border: 2px solid var(--ink); border-radius: 11px 5px 11px 5px; font-size: .8rem; box-shadow: 3px 3px 0 var(--ink); }
nav { display: flex; gap: 32px; font-size: .92rem; font-weight: 600; }
nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: var(--ink); }
.menu-button { display: none; border: 0; background: transparent; font-weight: 700; }
main { overflow: hidden; }
.hero { position: relative; min-height: 510px; padding: 72px max(28px, calc((100vw - 1184px)/2)); color: white; background: var(--ink); display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.hero::after { content: "</>"; position: absolute; right: -35px; top: 18px; color: rgba(168,255,79,.055); font: 700 15rem/1 "Space Grotesk"; transform: rotate(-8deg); pointer-events: none; }
.eyebrow { margin: 0 0 14px; color: #526078; font-size: .76rem; line-height: 1.2; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.hero .eyebrow { color: #b9c6da; display: flex; align-items: center; gap: 10px; }
.hero .eyebrow span { width: 28px; height: 3px; background: var(--lime); }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 590px; margin: 0; font-size: clamp(3.2rem, 6.5vw, 6.2rem); }
h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 530px; margin: 25px 0 0; color: #c7d1e1; font-size: 1.12rem; }
.search-panel { position: relative; z-index: 1; padding: 31px; color: var(--ink); background: white; border: 1px solid rgba(255,255,255,.2); border-radius: 22px 8px 22px 8px; box-shadow: 12px 12px 0 rgba(94,233,255,.25); }
.search-panel label { display: block; margin-bottom: 13px; font: 700 1.15rem "Space Grotesk"; }
.search-box { min-height: 62px; display: grid; grid-template-columns: 24px 1fr auto; gap: 10px; align-items: center; padding: 7px 7px 7px 18px; background: var(--paper); border: 2px solid transparent; border-radius: 12px; }
.search-box:focus-within { border-color: var(--ink); }
.search-box svg { width: 22px; fill: none; stroke: var(--muted); stroke-width: 2; stroke-linecap: round; }
.search-box input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 1rem; }
.search-box button, .newsletter button, .compare-bar > .compare-actions > button:last-child, .empty-state button { min-height: 46px; padding: 0 20px; border: 2px solid var(--ink); border-radius: 8px 4px 8px 4px; color: var(--ink); background: var(--lime); font-weight: 800; box-shadow: 3px 3px 0 var(--ink); }
.search-box button:active, .newsletter button:active, .empty-state button:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--ink); }
.quick-links { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: var(--muted); font-size: .85rem; }
.quick-links button { padding: 4px 10px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 999px; }
.trust-strip { max-width: 1184px; margin: -1px auto 0; padding: 20px 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-bottom: 1px solid var(--line); }
.trust-strip p { margin: 0; color: var(--muted); font-size: .83rem; text-align: center; }
.trust-strip strong { color: var(--ink); }
.reviews-section { max-width: 1240px; margin: auto; padding: 92px 28px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: .9rem; }
.filter-row { margin: 32px 0; display: flex; gap: 9px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
.filter { flex: 0 0 auto; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: white; font-weight: 600; }
.filter:hover, .filter:focus-visible, .filter.active { color: white; background: var(--ink); border-color: var(--ink); }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.software-card { min-width: 0; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 18px 6px 18px 6px; box-shadow: 0 6px 18px rgba(8,16,31,.04); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.software-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-top { display: flex; justify-content: space-between; gap: 12px; }
.tool-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px 5px 13px 5px; color: white; background: var(--tool-color); font: 700 1.08rem "Space Grotesk"; }
.score { text-align: right; }
.score strong { display: block; font: 700 1.35rem "Space Grotesk"; }
.score span { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.category-label { margin: 20px 0 7px; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.software-card h3 { margin: 0; font-size: 1.3rem; }
.best-for { min-height: 48px; margin: 10px 0 18px; color: var(--muted); font-size: .9rem; }
.mini-points { margin: 0 0 22px; padding: 0; list-style: none; }
.mini-points li { position: relative; margin: 7px 0; padding-left: 18px; font-size: .82rem; }
.mini-points li::before { content: "+"; position: absolute; left: 0; color: #367515; font-weight: 900; }
.card-actions { margin-top: auto; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.review-button { min-height: 42px; display: grid; place-items: center; padding: 0 13px; border: 1px solid var(--ink); border-radius: 8px; font-size: .83rem; font-weight: 700; }
.review-button:hover { color: white; background: var(--ink); }
.compare-toggle { min-width: 42px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); font-size: 1.25rem; font-weight: 700; }
.compare-toggle.selected { color: var(--ink); background: var(--lime); border-color: var(--ink); }
.empty-state { padding: 70px 20px; text-align: center; background: white; border: 1px dashed #b8c1d1; border-radius: 16px; }
.empty-state h3 { margin: 0 0 8px; font-size: 1.5rem; }
.empty-state p { margin: 0 0 20px; color: var(--muted); }
.method { padding: 85px max(28px, calc((100vw - 1000px)/2)); color: white; background: var(--panel); display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: center; }
.method .eyebrow, .newsletter .eyebrow { color: var(--cyan); }
.method p:not(.eyebrow) { max-width: 580px; color: #b9c5d8; font-size: 1.05rem; }
.score-wheel { aspect-ratio: 1; position: relative; border: 1px solid #34425d; border-radius: 50%; display: grid; grid-template-columns: 1fr 1fr; place-items: center; transform: rotate(45deg); }
.score-wheel::before { content: ""; position: absolute; inset: 24%; border: 1px solid #43526c; border-radius: 50%; background: var(--ink); }
.score-wheel::after { content: ""; position: absolute; inset: 50% 0 auto; border-top: 1px solid #34425d; }
.score-wheel span { color: #c8d2e1; font-size: .83rem; transform: rotate(-45deg); }
.score-wheel strong { position: absolute; z-index: 2; inset: 36%; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font: 700 1.5rem "Space Grotesk"; transform: rotate(-45deg); }
.newsletter { max-width: 1120px; margin: 85px auto; padding: 48px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; color: white; background: var(--ink); border-radius: 26px 8px 26px 8px; box-shadow: 12px 12px 0 var(--cyan); }
.newsletter h2 { font-size: clamp(2rem, 4vw, 3rem); }
.newsletter p:not(.eyebrow) { color: #b9c5d8; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter input { min-height: 52px; min-width: 0; padding: 0 16px; border: 2px solid transparent; border-radius: 8px; outline: 0; }
.newsletter input:focus { border-color: var(--cyan); }
#form-message { grid-column: 1/-1; min-height: 22px; margin: 0; font-size: .82rem; }
footer { max-width: 1184px; margin: auto; padding: 35px 28px 48px; display: grid; grid-template-columns: 1fr 1.3fr .8fr; gap: 30px; align-items: center; color: var(--muted); border-top: 1px solid var(--line); font-size: .8rem; }
.footer-brand { color: var(--ink); }
.footer-brand .brand-mark { width: 32px; height: 32px; }
.disclosure { text-align: center; }
footer > p:last-of-type { text-align: right; }
.footer-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer-links a { color: var(--ink); font-weight: 700; }
.footer-links a:hover, .footer-links a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.newsletter button:disabled, .newsletter input:disabled { cursor: not-allowed; opacity: .72; }
.compare-bar { position: fixed; z-index: 10; left: 50%; bottom: 20px; width: min(680px, calc(100% - 28px)); min-height: 72px; transform: translateX(-50%); padding: 12px 14px 12px 20px; color: white; background: var(--ink); border: 1px solid #34425d; border-radius: 15px 6px 15px 6px; box-shadow: 0 20px 50px rgba(0,0,0,.3); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.compare-bar[hidden] { display: none; }
.compare-bar strong { display: block; font-size: .92rem; }
.compare-bar span { display: block; max-width: 360px; overflow: hidden; color: #aebbd0; font-size: .77rem; text-overflow: ellipsis; white-space: nowrap; }
.compare-actions { display: flex; gap: 8px; }
.button-ghost { color: white; background: transparent; border: 0; font-weight: 700; }
#open-compare { min-height: 42px; }
dialog { width: min(860px, calc(100% - 28px)); max-height: 84vh; padding: 28px; border: 0; border-radius: 20px 7px 20px 7px; box-shadow: 0 25px 80px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(8,16,31,.76); backdrop-filter: blur(5px); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; }
.dialog-head h2 { font-size: 2rem; }
#close-dialog { width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--paper); font-size: 1.5rem; }
.comparison-table { margin-top: 25px; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.compare-row { display: grid; grid-template-columns: 130px repeat(var(--columns), 1fr); gap: 1px; background: var(--line); }
.compare-cell { min-width: 0; padding: 15px; background: white; font-size: .88rem; }
.compare-cell.label { color: var(--muted); background: var(--paper); font-weight: 700; }
.compare-cell strong { font-family: "Space Grotesk", sans-serif; }
.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; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; gap: 42px; padding-top: 60px; padding-bottom: 70px; }
  .hero-copy { max-width: 720px; }
  .search-panel { max-width: 720px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .method { grid-template-columns: 1fr 320px; gap: 45px; }
  .newsletter { margin: 70px 28px; }
}
@media (max-width: 700px) {
  .site-header { height: 68px; padding: 0 18px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; z-index: 20; top: 67px; left: 0; right: 0; padding: 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(8,16,31,.08); }
  nav.open { display: grid; gap: 7px; }
  nav a { padding: 10px; }
  .hero { min-height: auto; padding: 54px 18px 58px; }
  h1 { font-size: clamp(3.1rem, 16vw, 4.8rem); }
  .search-panel { padding: 21px; box-shadow: 7px 7px 0 rgba(94,233,255,.25); }
  .search-box { grid-template-columns: 22px 1fr; padding: 10px 12px; }
  .search-box button { grid-column: 1/-1; width: 100%; }
  .trust-strip { grid-template-columns: 1fr; gap: 9px; padding: 19px; }
  .reviews-section { padding: 68px 18px; }
  .section-heading { align-items: start; }
  .section-heading > p { margin-top: 10px; white-space: nowrap; }
  .filter-row { margin: 25px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .best-for { min-height: auto; }
  .method { padding: 65px 24px; grid-template-columns: 1fr; }
  .score-wheel { width: min(300px, 90%); margin: auto; }
  .newsletter { margin: 55px 18px; padding: 34px 23px; grid-template-columns: 1fr; gap: 28px; box-shadow: 7px 7px 0 var(--cyan); }
  .newsletter form { grid-template-columns: 1fr; }
  footer { padding: 34px 20px 110px; grid-template-columns: 1fr; gap: 15px; text-align: left; }
  .disclosure, footer > p:last-of-type { text-align: left; }
  .compare-bar { bottom: 10px; }
  .compare-bar > div:first-child { min-width: 0; }
  .compare-bar .button-ghost { display: none; }
  .compare-row { grid-template-columns: 95px repeat(var(--columns), minmax(130px, 1fr)); }
  .comparison-table { overflow-x: auto; }
  .compare-cell { padding: 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Comparison article */
.article-header { background: var(--white); border-bottom: 1px solid var(--line); }
.article-header .site-header { margin: auto; }
.article-header nav a:last-child { color: #437d1f; }
.article-main { overflow: visible; }
.article-shell { max-width: 1060px; margin: auto; padding: 36px 28px 90px; }
.breadcrumbs { margin-bottom: 42px; color: var(--muted); font-size: .88rem; }
.breadcrumbs a { color: var(--ink); font-weight: 700; }
.breadcrumbs span { margin: 0 8px; color: #a3acba; }
.article-intro { display: grid; grid-template-columns: 1fr 290px; gap: 65px; align-items: end; }
.article-intro h1 { max-width: 740px; font-size: clamp(2.8rem, 7vw, 5.8rem); }
.article-intro h1 em { color: #437d1f; }
.article-deck { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 1.14rem; }
.article-meta { margin: 24px 0 0; color: var(--muted); font-size: .82rem; }
.verdict-stamp { padding: 25px; color: white; background: var(--ink); border-radius: 18px 6px 18px 6px; box-shadow: 8px 8px 0 var(--lime); }
.verdict-stamp span { color: var(--cyan); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.verdict-stamp strong { display: block; margin: 8px 0 5px; font: 700 1.45rem/1.1 "Space Grotesk"; }
.verdict-stamp p { margin: 0; color: #bbc7d9; font-size: .86rem; }
.quick-verdict { margin: 52px 0; padding: 30px; background: #e9ffd4; border: 1px solid #bbec8b; border-left: 7px solid #78be37; border-radius: 5px 16px 16px 5px; }
.quick-verdict h2 { margin-bottom: 10px; font-size: 1.65rem; }
.quick-verdict p { margin: 0; font-size: 1.04rem; }
.versus-cards { display: grid; grid-template-columns: 1fr 68px 1fr; gap: 18px; align-items: stretch; }
.versus-badge { display: grid; place-items: center; align-self: center; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: var(--white); font: 700 .78rem "Space Grotesk"; }
.product-summary { padding: 28px; background: white; border: 1px solid var(--line); border-radius: 20px 7px 20px 7px; box-shadow: 0 10px 30px rgba(8,16,31,.06); }
.product-summary-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.product-summary .tool-icon { flex: 0 0 auto; }
.product-summary h2 { margin-top: 18px; font-size: 2rem; }
.product-summary .product-label { margin: 7px 0 22px; color: var(--muted); }
.product-summary ul, .choose-card ul { margin: 0; padding: 0; list-style: none; }
.product-summary li, .choose-card li { position: relative; margin: 10px 0; padding-left: 25px; }
.product-summary li::before, .choose-card li::before { content: "✓"; position: absolute; left: 0; color: #4b941e; font-weight: 900; }
.product-summary .official-button { margin-top: 25px; }
.official-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border: 2px solid var(--ink); border-radius: 8px 4px 8px 4px; color: var(--ink); background: var(--lime); font-weight: 800; box-shadow: 3px 3px 0 var(--ink); }
.official-button.secondary { background: white; }
.comparison-section { margin-top: 76px; scroll-margin-top: 25px; }
.comparison-section > h2 { margin-bottom: 14px; }
.section-lead { max-width: 720px; margin: 0 0 28px; color: var(--muted); }
.full-table { overflow-x: auto; background: white; border: 1px solid var(--line); border-radius: 16px 5px 16px 5px; }
.full-table table { width: 100%; min-width: 670px; border-collapse: collapse; }
.full-table th, .full-table td { padding: 17px 19px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.full-table tr:last-child th, .full-table tr:last-child td { border-bottom: 0; }
.full-table thead th { color: white; background: var(--ink); font: 700 .9rem "Space Grotesk"; }
.full-table tbody th { width: 23%; color: #49566c; background: #f8fafc; font-size: .88rem; }
.full-table td { width: 38.5%; font-size: .92rem; }
.winner { display: inline-block; margin-left: 7px; padding: 2px 7px; color: #315f15; background: #dfffc2; border-radius: 999px; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; vertical-align: 2px; }
.choose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.choose-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px 6px 18px 6px; background: white; }
.choose-card.chatgpt { border-top: 6px solid #1668e3; }
.choose-card.claude { border-top: 6px solid #b05d35; }
.choose-card h3 { margin: 0 0 22px; font-size: 1.45rem; }
.pricing-note { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-box { padding: 27px; background: var(--panel); border-radius: 16px 5px 16px 5px; color: white; }
.price-box span { color: var(--cyan); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.price-box strong { display: block; margin: 7px 0; font: 700 1.65rem "Space Grotesk"; }
.price-box p { margin: 0; color: #bec8d8; font-size: .9rem; }
.article-disclosure { margin-top: 56px; padding: 21px 24px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 12px; font-size: .84rem; }
.sources-list { margin: 0; padding-left: 20px; }
.sources-list li { margin: 9px 0; }
.sources-list a { color: #245ea8; text-decoration: underline; text-underline-offset: 3px; }
.article-cta { margin-top: 70px; padding: 43px; display: flex; align-items: center; justify-content: space-between; gap: 35px; color: white; background: var(--ink); border-radius: 22px 7px 22px 7px; }
.article-cta h2 { font-size: 2rem; }
.article-cta p { margin: 10px 0 0; color: #bec8d8; }
.article-footer { background: white; }
.info-main { min-height: 65vh; overflow: visible; }
.info-shell { max-width: 860px; margin: auto; padding: 62px 28px 100px; }
.info-shell h1 { max-width: 760px; font-size: clamp(2.8rem, 7vw, 5rem); }
.info-intro { max-width: 720px; margin: 22px 0 46px; color: var(--muted); font-size: 1.12rem; }
.info-section { margin-top: 42px; }
.info-section h2 { margin-bottom: 14px; font-size: clamp(1.55rem, 3vw, 2.2rem); }
.info-section p, .info-section li { color: #39465b; }
.info-section a { color: #245ea8; text-decoration: underline; text-underline-offset: 3px; }
.info-section ul { padding-left: 22px; }
.info-section li { margin: 9px 0; }
.contact-card { margin-top: 34px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 18px 6px 18px 6px; box-shadow: var(--shadow); }
.contact-card a { color: #245ea8; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 800px) {
  .article-intro { grid-template-columns: 1fr; gap: 30px; }
  .verdict-stamp { max-width: 440px; }
  .versus-cards { grid-template-columns: 1fr; }
  .versus-badge { width: 56px; margin: -5px auto; }
  .choose-grid, .pricing-note { grid-template-columns: 1fr; }
  .article-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 700px) {
  .article-shell { padding: 26px 18px 70px; }
  .breadcrumbs { margin-bottom: 30px; }
  .article-intro h1 { font-size: clamp(2.65rem, 14vw, 4.4rem); }
  .quick-verdict { margin: 38px 0; padding: 24px 20px; }
  .comparison-section { margin-top: 58px; }
  .article-cta { padding: 30px 23px; }
  .article-footer { padding-bottom: 38px; }
  .info-shell { padding: 42px 18px 70px; }
  .footer-links { justify-content: flex-start; }
}
