.comparison-hero { padding: 78px 0 82px; background: linear-gradient(145deg, #f8f5ec 0%, #e4e9e2 100%); }
.comparison-hero__inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .65fr); gap: clamp(42px, 7vw, 92px); align-items: center; }
.comparison-hero h1 { max-width: 850px; margin: 18px 0 22px; font-size: clamp(2.7rem, 5.8vw, 5.4rem); line-height: .96; letter-spacing: -.052em; }
.comparison-hero p { max-width: 760px; font-size: 1.18rem; line-height: 1.65; }
.comparison-text-link, .comparison-final-link { color: var(--claret); font-weight: 800; text-underline-offset: 4px; }
.comparison-final-link { color: var(--ivory); }
.comparison-verdict { padding: 28px; border: 1px solid rgba(31, 33, 28, .15); border-radius: 22px; background: rgba(252, 250, 244, .86); box-shadow: 0 24px 70px rgba(31, 33, 28, .11); }
.comparison-verdict__label { display: block; margin-bottom: 8px; color: var(--claret); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.comparison-verdict > div { padding: 17px 0; border-top: 1px solid rgba(31, 33, 28, .13); }
.comparison-verdict strong { font-size: 1.05rem; }
.comparison-verdict p { margin: 5px 0 0; font-size: .96rem; line-height: 1.5; }
.comparison-answer, .comparison-matrix-section, .proof-section, .fit-section, .method-section { padding: 84px 0; }
.comparison-answer { background: var(--paper); }
.section__head { max-width: 900px; margin-bottom: 32px; }
.section__head h2, .method-grid h2 { margin: 8px 0 12px; font-size: clamp(2rem, 4.3vw, 3.8rem); line-height: 1.03; letter-spacing: -.042em; }
.section__head > p { max-width: 760px; line-height: 1.65; }
.answer-grid, .fit-comparison-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.answer-grid article, .fit-comparison-card { padding: 27px; border: 1px solid rgba(31, 33, 28, .15); border-radius: 17px; background: var(--paper); }
.answer-grid article.is-foodies { border-color: var(--green); background: #e8ede9; }
.answer-grid span { color: var(--claret); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.answer-grid h3, .fit-comparison-card h3 { margin: 11px 0 10px; font-size: 1.38rem; line-height: 1.2; }
.answer-grid p { margin: 0; line-height: 1.65; }
.comparison-matrix-section { background: #e5e9e2; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid rgba(31, 33, 28, .17); border-radius: 18px; background: var(--paper); box-shadow: 0 20px 60px rgba(31, 33, 28, .08); }
.comparison-table { width: 100%; min-width: 920px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 20px; border-right: 1px solid #e5d9d4; border-bottom: 1px solid #e5d9d4; text-align: left; vertical-align: top; line-height: 1.55; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table thead th { background: var(--ink); color: var(--ivory); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.comparison-table thead th:last-child { background: var(--green); }
.comparison-table tbody th { width: 18%; background: #f1ede3; color: var(--ink); }
.comparison-table tbody td:last-child { background: #f3f7f1; }
.comparison-table td strong { color: var(--ink); }
.comparison-table td:last-child strong { color: var(--green); }
.comparison-table-note { max-width: 900px; margin: 18px 0 0; color: #65575b; font-size: .9rem; line-height: 1.55; }
.proof-section { background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.proof-frame { margin: 0; overflow: hidden; border: 1px solid rgba(82, 26, 41, .18); border-radius: 18px; background: #fff; box-shadow: 0 16px 45px rgba(82, 26, 41, .09); }
.proof-frame__bar { display: flex; align-items: center; gap: 6px; padding: 12px 15px; border-bottom: 1px solid #ded4d0; background: #f5eee6; }
.proof-frame__bar > span { width: 8px; height: 8px; border-radius: 50%; background: #b9a7a1; }
.proof-frame__bar b { margin-left: 7px; font-size: .76rem; }
.proof-frame__body { min-height: 255px; padding: 26px; background: linear-gradient(145deg, #fffdf9, #f2e5d8); }
.proof-kicker { color: var(--claret); font-size: .74rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.proof-frame h3 { margin: 10px 0 24px; font-size: 1.7rem; }
.proof-frame dl { margin: 0; }
.proof-frame dl > div { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-top: 1px solid rgba(82, 26, 41, .13); }
.proof-frame dt { color: #78696e; }
.proof-frame dd { margin: 0; font-weight: 800; text-align: right; }
.proof-list > div { display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(82, 26, 41, .13); }
.proof-list i { grid-row: 1 / 3; padding: 5px 8px; border-radius: 99px; background: #f2d9d3; color: #7d2f36; font-size: .7rem; font-style: normal; font-weight: 850; }
.proof-list i.is-claimed { background: #dfe9dc; color: #35573c; }
.proof-list span { color: #74666a; font-size: .85rem; }
.proof-history { display: flex; flex-wrap: wrap; gap: 8px; }
.proof-history span { padding: 9px 11px; border: 1px solid rgba(82, 26, 41, .13); border-radius: 99px; background: #fff; font-size: .82rem; font-weight: 750; }
.proof-frame figcaption { min-height: 92px; padding: 17px 20px; color: #615357; font-size: .88rem; line-height: 1.5; }
.proof-source { max-width: 930px; margin: 24px 0 0; padding-left: 17px; border-left: 3px solid #809477; color: #5f5355; font-size: .88rem; line-height: 1.6; }
.fit-section { background: #e5e9e2; }
.fit-comparison-card ul, .method-list { margin: 16px 0 0; padding-left: 20px; }
.fit-comparison-card li, .method-list li { margin: 9px 0; line-height: 1.55; }
.fit-comparison-card.is-foodies { border-color: #607e68; background: #f0f5ed; }
.fit-comparison-card.is-specialist { background: #fbf5ed; }
.method-section { background: var(--paper); }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 8vw, 100px); }
.method-grid p, .method-list { line-height: 1.7; }

@media (max-width: 900px) {
  .comparison-hero__inner, .method-grid { grid-template-columns: 1fr; }
  .answer-grid, .proof-grid, .fit-comparison-grid { grid-template-columns: 1fr; }
  .proof-frame__body { min-height: 0; }
  .proof-frame figcaption { min-height: 0; }
}

@media (max-width: 640px) {
  .comparison-hero { padding: 58px 0 60px; }
  .comparison-hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .comparison-answer, .comparison-matrix-section, .proof-section, .fit-section, .method-section { padding: 58px 0; }
  .comparison-hero .hero__actions .btn { width: 100%; justify-content: center; }
}
