* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { max-width: 900px; margin: auto; padding: 0 24px; color: #171917; background: #fdfdfb; font: 18px/1.65 Georgia, serif; }
nav { display: flex; flex-wrap: wrap; gap: 16px; padding: 24px 0; border-bottom: 1px solid #d9d6d0; font: 14px system-ui, sans-serif; }
a { color: #164d9c; text-underline-offset: 3px; }
header { padding: 76px 0 48px; }
.kicker { margin: 0; color: #625d57; font: 700 12px system-ui, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { font-family: system-ui, sans-serif; line-height: 1.12; letter-spacing: -.03em; }
h1 { max-width: 820px; margin: 12px 0 20px; font-size: clamp(40px, 7vw, 68px); }
h2 { margin-top: 0; font-size: 36px; }
h3 { margin-top: 40px; font-size: 24px; }
.lede { max-width: 720px; font-size: 23px; line-height: 1.48; }
section { padding: 60px 0; border-top: 1px solid #d9d6d0; }
li { margin: 7px 0; }
figure { margin: 34px 0; }
img { display: block; width: 100%; height: auto; border: 1px solid #e7e3dd; border-radius: 8px; }
.hero-figure img { border: 0; border-radius: 0; }
figcaption, small { color: #625d57; font: 14px/1.5 system-ui, sans-serif; }
.comparison { display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0; border-top: 1px solid #d9d6d0; border-bottom: 1px solid #d9d6d0; font-family: system-ui, sans-serif; }
.comparison div { padding: 20px; border-right: 1px solid #d9d6d0; }
.comparison div:last-child { border-right: 0; }
.comparison strong, .comparison span, .comparison small { display: block; }
.comparison strong { font-size: 28px; letter-spacing: -.04em; }
.comparison span { margin: 4px 0 8px; font-weight: 650; line-height: 1.25; }
.submission-card { display: grid; gap: 6px; margin: 28px 0; padding: 20px; border-left: 3px solid #164d9c; background: #f2f5fa; font-family: system-ui, sans-serif; }
.submission-card strong { font-size: 20px; }
.submission-card span { color: #4c514c; }
.table-wrap { overflow-x: auto; margin: 28px 0; }
table { width: 100%; border-collapse: collapse; font: 15px/1.45 system-ui, sans-serif; }
th, td { padding: 14px 10px; border-bottom: 1px solid #d9d6d0; text-align: left; vertical-align: top; }
th { border-bottom-color: #171917; }
.scope { margin-top: 28px; padding-left: 16px; border-left: 3px solid #c9c3b8; color: #4c514c; }
footer { padding: 32px 0 56px; border-top: 1px solid #d9d6d0; color: #625d57; font: 14px system-ui, sans-serif; }
@media (max-width: 600px) { body { padding: 0 18px; font-size: 17px; } header { padding: 52px 0 40px; } h2 { font-size: 30px; } .comparison { grid-template-columns: 1fr; } .comparison div { border-right: 0; border-bottom: 1px solid #d9d6d0; } .comparison div:last-child { border-bottom: 0; } }
