.compare-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; padding: 56px 0 64px; align-items: start; }
.compare-lead { font-size: 19px; color: var(--quiet); max-width: 48ch; margin: 24px 0; }
.compare-intro .button { margin: 8px 0; }
.sample-desk { border-top: 1px solid var(--line); padding-top: 22px; }
.sample-records { list-style: none; padding: 0; margin: 20px 0; }
.sample-records li { padding: 12px 0; border-top: 1px solid var(--line); overflow-wrap: anywhere; }
.sample-records a { font-weight: 600; }
.sample-records p { margin: 5px 0 0; }
.compare-section { border-top: 1px solid var(--line); padding: 48px 0 56px; }
.comparison-row { display: grid; grid-template-columns: 140px minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; padding: 28px 0; border-top: 1px solid var(--line); }
.comparison-row h3 { font-size: 25px; }
.comparison-row p { margin: 0 0 12px; }
.choice { font-weight: 600; }
.workflow-section, .allowance-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 64px; }
.workflow-copy, .usage-estimator { min-width: 0; }
.workflow-copy pre { font-family: inherit; font-size: 16px; line-height: 1.65; padding: 24px; }
.usage-estimator { padding: 28px; background: var(--paper); border: 1px solid var(--line); }
.usage-estimator label { margin-top: 20px; }
.usage-estimator output { display: block; margin-top: 24px; font-size: 19px; line-height: 1.4; font-weight: 600; font-variant-numeric: tabular-nums; }
.usage-estimator .over-budget { color: var(--danger); }
.compare-section code { overflow-wrap: anywhere; }
@media (max-width: 900px) {
  .compare-intro, .workflow-section, .allowance-section { gap: 32px; }
  .comparison-row { grid-template-columns: 110px minmax(0, 1.4fr) minmax(0, 1fr); gap: 24px; }
}
@media (max-width: 650px) {
  .compare-intro, .workflow-section, .allowance-section { grid-template-columns: 1fr; gap: 32px; }
  .compare-intro { padding: 32px 0 40px; }
  .compare-lead { font-size: 16px; }
  .compare-section { padding: 32px 0 40px; }
  .comparison-row { grid-template-columns: 1fr; gap: 14px; }
  .workflow-copy pre, .usage-estimator { padding: 20px; }
}

/* The comparison is a table because it is a table. It scrolls on its own
   below the width where four columns stop being readable. */
.matrix-scroll { margin: 36px 0 0; overflow-x: auto; border: 1px solid var(--line);
  border-radius: var(--r); }
.matrix { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 14px; }
.matrix caption { text-align: left; padding: 16px 20px 0; }
.matrix th, .matrix td { text-align: left; vertical-align: top; padding: 14px 18px;
  border-bottom: 1px solid var(--line); }
.matrix thead th { font-family: var(--display); font-weight: 400; font-size: 17px;
  letter-spacing: -.02em; border-bottom: 1px solid var(--ink); white-space: nowrap; }
.matrix tbody th { font-weight: 400; color: var(--quiet); width: 12.5rem; }
.matrix tbody tr:last-child th, .matrix tbody tr:last-child td { border-bottom: 0; }
.matrix .is-us { background: #fffdf2; }
.matrix thead .is-us { color: var(--ink); }
.matrix tbody tr:last-child .is-us { font-weight: 600; }
.matrix-note { margin-top: 14px; font-size: 12.5px; max-width: 70ch; }

/* Third-party marks sit at one height, unaltered, in their own colours.
   See static/logos/NOTICE.txt for provenance and the trademark position. */
.matrix thead th { vertical-align: middle; padding-block: 18px; }
.brand-logo { display: block; height: 22px; width: auto; max-width: 130px; }
.brand { display: inline-flex; align-items: center; gap: 8px; }
.brand-mark { height: 18px; width: 18px; }
.brand-us { font-family: var(--display); font-weight: 500; letter-spacing: -.03em; }
.matrix-note strong { font-weight: 600; color: var(--ink); }
