/* Named monthly plans; facts are sourced and dated in the page. */
.comparison-intro { max-width: 780px; color: #536049; font-size: 16px; line-height: 1.7; margin: 0 0 26px; }
.named-plan-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.named-plan { display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf5; }
.named-plan.od-plan { background: #e8efda; border-color: #b8c79b; }
.plan-caption { font: 600 11px/1.4 var(--mono); letter-spacing: .04em; color: #526044; margin: 0 0 20px; }
.named-plan h3 { font: 500 43px/1 var(--serif); letter-spacing: -.04em; margin: 0 0 9px; }
.named-plan h3 span { font: 500 12px var(--sans); letter-spacing: 0; margin-left: 3px; }
.plan-billing { font-size: 11px; color: #69765c; margin: 0; }
.named-plan ul { list-style: none; padding: 0; margin: 24px 0; font-size: 12px; line-height: 1.6; }
.named-plan li { position: relative; padding-left: 18px; margin-bottom: 10px; }
.named-plan li::before { content: "✓"; position: absolute; left: 0; color: #597340; }
.plan-free { margin: auto 0 20px; padding-top: 17px; border-top: 1px solid #c5cfb7; color: #59674d; font-size: 12px; line-height: 1.65; }
.named-plan > a { font-size: 11px; font-weight: 650; text-decoration: underline; text-underline-offset: 4px; color: #385330; }
.comparison-source-note { font-size: 11px; line-height: 1.7; color: #69745f; margin: 20px 0 30px; }
.comparison-source-note a { text-decoration: underline; text-underline-offset: 3px; }
.comparison-own-benefits { border-top: 1px solid var(--line); padding-top: 25px; }
.comparison-own-benefits > strong { font: 500 28px var(--serif); }
.comparison-own-benefits p { max-width: 810px; font-size: 14px; color: #59674d; line-height: 1.7; }
.comparison-own-benefits a { text-decoration: underline; text-underline-offset: 3px; }
@media(max-width: 1000px) { .named-plan-grid { grid-template-columns: 1fr; }.named-plan ul { margin-bottom: 12px; }.named-plan { padding: 24px; } }
.comparison-page footer > * { min-width: 0; max-width: 100%; }
.comparison-page footer div { flex-wrap: wrap; }
.comparison-page .final-cta-actions { min-width: 0; max-width: 100%; }
.comparison-page .final-cta .button { white-space: normal; text-align: center; padding: 12px 20px; }
