/* Reading font: Atkinson Hyperlegible Next (Braille Institute) */
@font-face{font-family:'Atkinson Hyperlegible Next';src:url('/fonts/atkinson-hyperlegible-next-latin-400-normal.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Atkinson Hyperlegible Next';src:url('/fonts/atkinson-hyperlegible-next-latin-500-normal.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Atkinson Hyperlegible Next';src:url('/fonts/atkinson-hyperlegible-next-latin-700-normal.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Atkinson Hyperlegible Next';src:url('/fonts/atkinson-hyperlegible-next-latin-800-normal.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'Atkinson Hyperlegible Next';src:url('/fonts/atkinson-hyperlegible-next-latin-400-italic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap}
/* One Clear Reader: base styles. Section styles are inline in the page. */
html, body { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { background: #F4F1EA; color: #141414; font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
* { box-sizing: border-box; }
a { color: #141414; text-decoration: none; }
a:hover { color: #1F6FEB; }
img { max-width: 100%; }
button { font: inherit; }
:focus-visible { outline: 2px solid #1F6FEB; outline-offset: 3px; }
input[type="range"] { accent-color: #FF5A36; width: 100%; margin: 0; height: 22px; }
[id] { scroll-margin-top: 90px; }

@keyframes mdr-blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes mdr-spin { 100% { transform: rotate(360deg); } }
@keyframes mdr-drift { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(18px, -8px); } }
@keyframes mdr-drift2 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-22px, 6px); } }
@keyframes mdr-wobble { 0%, 100% { transform: rotate(-2deg); } 50% { transform: rotate(1.5deg); } }
@keyframes mdr-up { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
@keyframes mdr-marq { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes mdrMenuIn { 0% { opacity: 0; transform: translateY(-8px) scale(.98); } 100% { opacity: 1; transform: none; } }
@keyframes ocr-fade { from { opacity: .35; } to { opacity: 1; } }

/* Navigation: one version for wide screens, one for phones. */
.nav-mobile { display: none; }
@media (max-width: 819px) {
  .nav-desktop { display: none; }
  .nav-mobile { display: block; }
}
@media (max-width: 429px) {
  .nav-mobile nav > div > a[href$="#download"] { display: none; }
}
#mdr-menu { animation: mdrMenuIn .22s ease-out; }
.menu-open { overflow: hidden; }

/* Phone layouts for a few desktop-first blocks. */
@media (max-width: 760px) {
  .hero-peak { display: none; }
}
@media (max-width: 600px) {
  .hero-doc { grid-template-columns: minmax(0, 1fr) !important; }
  .hero-doc > :first-child { display: none !important; }
  .culprit-grid { grid-template-columns: minmax(0, 1fr) !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

/* Swapped sections fade in gently. */
.ocr-swapped { animation: ocr-fade .35s ease-out; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; }
.faq-group { margin: 0 0 6px; padding-bottom: 12px; border-bottom: 1.5px solid #141414; display: flex; align-items: center; gap: 10px; font-family: "JetBrains Mono", monospace; font-size: 12.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #141414; }
.faq-group-later { margin-top: 44px; }
.faq-dot { width: 10px; height: 10px; border-radius: 3px; background: #4A9FE8; }
.faq-g2 .faq-dot { background: #E9CF5E; }
.faq-g3 .faq-dot { background: #4C9A4C; }
.faq-item { margin: 4px -20px 0; padding: 0 20px; border-bottom: 1px solid rgba(0,0,0,.12); border-radius: 0; transition: background .35s, box-shadow .35s; }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; padding: 22px 0; font-size: clamp(18px, 1.6vw, 22px); font-weight: 500; line-height: 1.25; color: #141414; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: #F4F1EA; color: #141414; display: grid; place-items: center; transition: transform .3s, background .3s; }
.faq-plus::before { content: "+"; font-size: 22px; line-height: 1; }
.faq-item[open] { border-radius: 22px; border-bottom-color: transparent; box-shadow: 0 18px 40px rgba(20,40,80,.08); background: #DCE9FB; }
.faq-item.faq-g2[open] { background: #FBF0B8; }
.faq-item.faq-g3[open] { background: #D9EDD9; }
.faq-item[open] .faq-plus { transform: rotate(45deg); background: #1B4C82; color: #fff; }
.faq-item.faq-g2[open] .faq-plus { background: #6B5C14; }
.faq-item.faq-g3[open] .faq-plus { background: #1E5A1E; }
.faq-a { margin: 0 0 20px; padding: 22px 26px; background: rgba(255,255,255,.58); border-radius: 16px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); font-size: 16px; line-height: 1.6; color: #2B2B2B; display: flex; flex-direction: column; gap: 9px; }
.faq-a p { margin: 0; text-wrap: pretty; }

.noise { background-image: url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%22160%22 height=%22160%22><filter id=%22n%22><feTurbulence type=%22fractalNoise%22 baseFrequency=%22.9%22 numOctaves=%222%22/><feColorMatrix values=%220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .08 0%22/></filter><rect width=%22160%22 height=%22160%22 filter=%22url(%23n)%22/></svg>"); }

/* Reading profile demo. Values mirror the app's presets, scaled for a small preview. */
.rp-card { display: grid; grid-template-columns: minmax(0, 360px) minmax(0, 1fr); background: #fff; border-radius: 28px; box-shadow: 0 30px 70px rgba(20, 40, 80, .22); overflow: hidden; text-align: left; }
.rp-controls { padding: 30px 28px; display: flex; flex-direction: column; gap: 12px; border-right: 1px solid rgba(0,0,0,.08); }
.rp-eyebrow { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: .14em; color: #555; }
.rp-title { font-family: "Instrument Serif", serif; font-size: 34px; line-height: 1; color: #141414; }
.rp-title-small { font-size: 24px; margin-top: 8px; }
.rp-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rp-chips-looks { grid-template-columns: repeat(3, 1fr); }
.rp-chip { all: unset; box-sizing: border-box; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 44px; padding: 8px 10px; border-radius: 14px; border: 1.5px solid rgba(0,0,0,.12); background: #F4F1EA; color: #141414; font-size: 14.5px; font-weight: 600; text-align: center; line-height: 1.2; transition: background .2s, border-color .2s, color .2s; }
.rp-chip:hover { border-color: #141414; }
.rp-chip:focus-visible { outline: 2px solid #1F6FEB; outline-offset: 3px; }
.rp-chip[aria-pressed="true"] { background: #141414; border-color: #141414; color: #fff; }
.rp-pro { font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 2px 6px; border-radius: 999px; background: #FF5A36; color: #fff; }
.rp-desc { margin: 2px 0 0; font-size: 14.5px; line-height: 1.55; color: #3A4566; min-height: 4.7em; }
.rp-foot { margin: 0; font-size: 13px; line-height: 1.5; color: #555; }
.rp-preview-wrap { background: #F4F1EA; padding: 22px 26px 30px; min-width: 0; }
.rp-preview-label { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: .14em; color: #555; margin-bottom: 14px; }
.rp-page {
  --rp-bg: #ffffff; --rp-ink: #2b2b2b; --rp-head: #141414; --rp-h1: var(--rp-head); --rp-h2: var(--rp-head); --rp-h3: var(--rp-head);
  --rp-strong: var(--rp-head); --rp-link: #1F5FBF; --rp-marker: #FF5A36; --rp-rule: #FF5A36;
  --rp-font: "DM Sans", system-ui, sans-serif; --rp-head-font: "Instrument Serif", Georgia, serif;
  --rp-size: 17px; --rp-lh: 1.72; --rp-ls: 0em; --rp-ws: 0em; --rp-gap: 1; --rp-measure: 600px;
  background: var(--rp-bg); color: var(--rp-ink); font-family: var(--rp-font); font-size: var(--rp-size); line-height: var(--rp-lh);
  letter-spacing: var(--rp-ls); word-spacing: var(--rp-ws); border-radius: 18px; padding: 30px clamp(20px, 4vw, 44px) 26px;
  box-shadow: 0 10px 30px rgba(20, 40, 80, .1); transition: background .3s, color .3s; min-height: 430px;
}
.rp-page > * { max-width: var(--rp-measure); margin: 0 0 calc(.8em * var(--rp-gap)); transition: opacity .3s; }
.rp-page p { margin-bottom: calc(1em * var(--rp-gap)); }
.rp-page ul { padding-left: 1.2em; }
.rp-page li { margin: .2em 0; }
.rp-page li::marker { color: var(--rp-marker); }
.rp-page strong { color: var(--rp-strong); }
.rp-page a { color: var(--rp-link); text-decoration: underline; text-underline-offset: 3px; }
.rp-h1 { font-family: var(--rp-head-font); font-size: 2em; line-height: 1.05; color: var(--rp-h1); letter-spacing: -.01em; padding-bottom: .3em; }
.rp-h1::after { content: ""; display: block; width: 44px; height: 3px; border-radius: 2px; background: var(--rp-rule); margin-top: .35em; }
.rp-h2 { font-family: var(--rp-head-font); font-size: 1.45em; line-height: 1.1; color: var(--rp-h2); margin-top: .9em !important; }
.rp-h3 { font-family: var(--rp-font); font-weight: 700; font-size: 1.1em; color: var(--rp-h3); margin-top: .9em !important; }

.rp-card[data-profile="large"] .rp-page { --rp-size: 20px; --rp-lh: 1.78; --rp-ls: .005em; }
.rp-card[data-profile="compact"] .rp-page { --rp-size: 14.5px; --rp-lh: 1.55; --rp-gap: .75; --rp-measure: 100%; }
.rp-card[data-profile="neuro"] .rp-page { --rp-font: "Atkinson Hyperlegible", Verdana, sans-serif; --rp-head-font: "Atkinson Hyperlegible", Verdana, sans-serif; --rp-size: 18px; --rp-lh: 1.85; --rp-ls: .02em; --rp-ws: .06em; --rp-gap: 1.2; --rp-measure: 500px; }
.rp-card[data-profile="neuro"][data-look="paper"] .rp-page { --rp-bg: #f7f3e8; --rp-ink: #202938; --rp-head: #202938; }
.rp-card[data-profile="custom"] .rp-page { --rp-font: Literata, Georgia, serif; --rp-head-font: Literata, Georgia, serif; --rp-size: 17px; --rp-lh: 1.8; --rp-measure: 540px; }
.rp-card[data-profile="paragraph"] .rp-block { opacity: .22; cursor: pointer; }
.rp-card[data-profile="paragraph"] .rp-block.is-focus { opacity: 1; }

.rp-page { --rp-h3: #b83a1c; --rp-link: #b83a1c; --rp-marker: #e2502d; --rp-rule: #ff5a36; }
.rp-card[data-look="mist"] .rp-page { --rp-bg: #f3f6fa; --rp-ink: #26303d; --rp-head: #111a26; --rp-h3: #2459b3; --rp-link: #2459b3; --rp-marker: #2f6fd6; --rp-rule: #2f6fd6; }
.rp-card[data-look="night"] .rp-page { --rp-bg: #141821; --rp-ink: #d5dbea; --rp-head: #ffffff; --rp-h3: #ffa28a; --rp-link: #ffa28a; --rp-marker: #ff7a5c; --rp-rule: #ff7a5c; }
.rp-card[data-look="linen"] .rp-page { --rp-bg: #fbf8f1; --rp-ink: #3a3630; --rp-head: #1c1a17; --rp-h3: #a8391b; --rp-link: #a8391b; --rp-marker: #d0461f; --rp-rule: #d8431f; }
.rp-card[data-look="spring"] .rp-page { --rp-bg: #f5fcf8; --rp-ink: #1f3a33; --rp-head: #0f2a23; --rp-h1: #0b6e4f; --rp-h2: #1864ab; --rp-h3: #862e9c; --rp-strong: #0b6e4f; --rp-link: #1864ab; --rp-marker: #0f9f71; --rp-rule: #0b6e4f; }
.rp-card[data-look="neon"] .rp-page { --rp-bg: #1b1033; --rp-ink: #e6e0ff; --rp-head: #ffffff; --rp-h1: #ff6ac1; --rp-h2: #36f9f6; --rp-h3: #fede5d; --rp-strong: #ff9e5e; --rp-link: #36f9f6; --rp-marker: #ff6ac1; --rp-rule: #ff6ac1; }
.rp-card[data-accent="coral"] .rp-page { --rp-link: #c2401f; --rp-marker: #e0431f; --rp-rule: #e0431f; }
.rp-card[data-accent="blue"] .rp-page { --rp-link: #1f5fbf; --rp-marker: #1f5fbf; --rp-rule: #1f5fbf; }
.rp-card[data-accent="violet"] .rp-page { --rp-link: #6741d9; --rp-marker: #6741d9; --rp-rule: #6741d9; }
.rp-card[data-accent="green"] .rp-page { --rp-link: #2b8a3e; --rp-marker: #2b8a3e; --rp-rule: #2b8a3e; }
.rp-card[data-accent="coral"][data-look="night"] .rp-page, .rp-card[data-accent="coral"][data-look="neon"] .rp-page { --rp-link: #ff7a5c; --rp-marker: #ff7a5c; --rp-rule: #ff7a5c; }
.rp-card[data-accent="blue"][data-look="night"] .rp-page, .rp-card[data-accent="blue"][data-look="neon"] .rp-page { --rp-link: #8ccbf1; --rp-marker: #8ccbf1; --rp-rule: #8ccbf1; }
.rp-card[data-accent="violet"][data-look="night"] .rp-page, .rp-card[data-accent="violet"][data-look="neon"] .rp-page { --rp-link: #b197fc; --rp-marker: #b197fc; --rp-rule: #b197fc; }
.rp-card[data-accent="green"][data-look="night"] .rp-page, .rp-card[data-accent="green"][data-look="neon"] .rp-page { --rp-link: #69db7c; --rp-marker: #69db7c; --rp-rule: #69db7c; }
.rp-accent-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.rp-accent-label { font-size: 14px; color: #3A4566; margin-right: 4px; }
.rp-accent { all: unset; box-sizing: border-box; cursor: pointer; width: 30px; height: 30px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.14); }
.rp-accent[data-accent=""] { background: conic-gradient(#ff5a36, #fcc419, #69db7c, #8ccbf1, #b197fc, #f783ac, #ff5a36); }
.rp-accent[data-accent="coral"] { background: #e0431f; }
.rp-accent[data-accent="blue"] { background: #1f5fbf; }
.rp-accent[data-accent="violet"] { background: #6741d9; }
.rp-accent[data-accent="green"] { background: #2b8a3e; }
.rp-accent[aria-pressed="true"] { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141414; }
.rp-accent:focus-visible { outline: 2px solid #1F6FEB; outline-offset: 3px; }

@media (max-width: 760px) {
  .rp-card { grid-template-columns: minmax(0, 1fr); }
  .rp-controls { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.08); padding: 24px 20px; }
  .rp-preview-wrap { padding: 18px 14px 22px; }
  .rp-page { min-height: 0; }
  .rp-desc { min-height: 0; }
}

/* Try-it preview */
#mdr-try-out svg { max-width: 100%; height: auto; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* Founder letter note, feature cards and comparison table (home.mjs) */
.letter-note { margin: 4px 0 0 !important; font-family: Caveat, cursive; font-size: clamp(22px, 2.2vw, 27px); line-height: 1.3; color: #1F4E6B; transform: rotate(-1.2deg); }
.home-features, .home-compare { max-width: 1120px; margin: 0 auto; padding: 110px 24px 0; color: #141414; }
.hf-eyebrow { font-family: Caveat, cursive; font-size: 24px; color: #1F6FEB; text-align: center; }
.hf-h { font-family: "Instrument Serif", serif; font-weight: 400; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.03; letter-spacing: -.02em; margin: 8px auto 14px; max-width: 860px; text-align: center; text-wrap: balance; }
.hf-lead { font-size: clamp(17px, 1.5vw, 19px); line-height: 1.55; color: #3A4566; max-width: 660px; margin: 0 auto 36px; text-align: center; text-wrap: pretty; }
.hf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); gap: 14px; }
.hf-card { border-radius: 20px; padding: 22px 22px 20px; }
.hf-card h3 { font-family: "Atkinson Hyperlegible Next", sans-serif; font-weight: 700; font-size: 20px; line-height: 1.25; margin: 0 0 8px; }
.hf-card p { font-size: 15px; line-height: 1.55; color: #2B2B2B; margin: 0; }
.cmp-wrap { overflow-x: auto; background: #fff; border-radius: 22px; box-shadow: 0 18px 50px rgba(20,40,80,.08); border: 1px solid rgba(0,0,0,.06); }
.cmp-wrap:focus-visible { outline: 3px solid #1F5FBF; outline-offset: 3px; }
.cmp { border-collapse: separate; border-spacing: 0; width: 100%; min-width: 760px; font-size: 15px; line-height: 1.4; }
.cmp th, .cmp td { padding: 14px 14px; text-align: center; vertical-align: middle; border-top: 1px solid rgba(0,0,0,.07); }
.cmp thead th { border-top: 0; font-size: 14px; font-weight: 600; padding-top: 20px; padding-bottom: 16px; }
.cmp tbody th { text-align: left; font-weight: 500; color: #141414; width: 30%; min-width: 210px; position: sticky; left: 0; background: #fff; z-index: 1; }
.cmp thead th:first-child { position: sticky; left: 0; background: #fff; z-index: 2; }
.cmp .cmp-us { background: #FFF6EA; }
.cmp thead th.cmp-us { background: #141414; color: #fff; border-radius: 14px 14px 0 0; }
.cmp-y { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #3F9C5A; color: #fff; font-weight: 700; font-size: 14px; }
.cmp-p { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #FBF3C4; color: #8A6D00; font-size: 15px; }
.cmp-u { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #EEEBE4; color: #8A8578; font-size: 14px; line-height: 1; }
.cmp-n { display: block; font-size: 12.5px; color: #555; margin-top: 4px; line-height: 1.35; }
.cmp-price { font-size: 13.5px; font-weight: 600; }
.cmp-key { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; margin: 18px 0 8px; font-size: 14px; color: #444; }
.cmp-key > span { display: inline-flex; align-items: center; gap: 8px; }
.cmp-key .cmp-y, .cmp-key .cmp-p, .cmp-key .cmp-u { width: 22px; height: 22px; font-size: 12px; }
.cmp-foot { max-width: 760px; margin: 8px auto 0; text-align: center; font-size: 13.5px; line-height: 1.55; color: #555; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (max-width: 640px) { .home-features, .home-compare { padding-top: 80px; } .cmp tbody th { min-width: 160px; font-size: 14px; } }
.team-band { max-width: 1000px; margin: 22px auto 0; background: #fff; border: 1.5px dashed rgba(20,20,20,.18); border-radius: 22px; padding: 20px 24px; display: flex; gap: 18px 26px; align-items: center; flex-wrap: wrap; }
.team-copy { flex: 1 1 380px; }
.team-h { font-family: "Atkinson Hyperlegible Next", sans-serif; font-weight: 700; font-size: 21px; line-height: 1.25; color: #141414; }
.team-s { font-size: 15.5px; line-height: 1.55; color: #2B2B2B; margin-top: 4px; }
.team-cta { flex: none; background: #141414; color: #fff !important; padding: 13px 20px; border-radius: 999px; font-weight: 600; font-size: 15px; text-decoration: none; }

/* Compact comparison (home) */
.c2-card { max-width: 900px; margin: 0 auto; background: #fff; border-radius: 24px; box-shadow: 0 18px 50px rgba(20,40,80,.08); border: 1px solid rgba(0,0,0,.06); padding: 6px 10px 4px; }
.c2-table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; font-size: 15px; }
.c2-table th, .c2-table td { padding: 11px 6px; text-align: center; vertical-align: middle; border-bottom: 1px solid rgba(0,0,0,.06); }
.c2-table tbody tr:last-child th, .c2-table tbody tr:last-child td { border-bottom: 0; }
.c2-table thead th { font-size: 13.5px; font-weight: 600; color: #444; padding: 16px 4px 12px; line-height: 1.2; }
.c2-table .c2-feat { width: 38%; }
.c2-table tbody th { text-align: left; padding-left: 12px; }
.c2-l { display: block; font-weight: 500; color: #141414; line-height: 1.3; }
.c2-h { display: block; font-size: 12.5px; color: #555; font-weight: 400; margin-top: 2px; line-height: 1.3; }
.c2-table .c2-us { background: #FFF6EA; }
.c2-table thead .c2-us { background: #141414; color: #fff; border-radius: 16px 16px 0 0; }
.c2-table thead .c2-us img { display: block; width: 26px; height: 26px; margin: 0 auto 6px; border-radius: 7px; }
.c2-table tbody tr:last-child .c2-us { border-radius: 0 0 16px 16px; }
.c2 { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; font-size: 13px; font-weight: 700; line-height: 1; vertical-align: middle; }
.c2-y { background: #3F9C5A; color: #fff; }
.c2-p { background: #FBF3C4; color: #8A6D00; font-size: 14px; }
.c2-n { background: #F6E1DC; color: #B03A26; font-size: 12px; }
.c2-price td { font-size: 13px; font-weight: 600; color: #141414; line-height: 1.3; }
.c2-key { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin: 18px 0 6px; font-size: 14px; color: #444; }
.c2-key > span { display: inline-flex; align-items: center; gap: 8px; }
.c2-more { max-width: 760px; margin: 8px auto 0; font-size: 14px; color: #444; line-height: 1.55; }
.c2-more summary { cursor: pointer; text-align: center; color: #1F5FBF; font-weight: 500; list-style: none; padding: 6px; }
.c2-more summary::-webkit-details-marker { display: none; }
.c2-more ul { margin: 10px 0; padding-left: 20px; columns: 2 280px; column-gap: 28px; }
.c2-more li { margin: 3px 0; break-inside: avoid; }
.c2-more p { margin: 8px 0 0; }
@media (max-width: 600px) {
  .home-compare { padding-left: 6px; padding-right: 6px; }
  .c2-card { padding: 2px 2px 0; border-radius: 20px; }
  .c2-table { font-size: 13.5px; }
  .c2-table .c2-feat { width: 36%; }
  .c2-table th, .c2-table td { padding: 9px 2px; }
  .c2-table tbody th { padding-left: 8px; }
  .c2-h { display: none; }
  .c2-table thead th { font-size: 11px; padding: 12px 1px 10px; }
  .c2-usname { display: none; }
  .c2-table thead .c2-us img { margin: 0 auto; }
  .c2 { width: 21px; height: 21px; font-size: 11.5px; }
  .c2-price td { font-size: 11px; font-weight: 600; }
}


.c2-short { display: none; }
@media (max-width: 600px) { .c2-long { display: none; } .c2-short { display: inline; } }








.c2-table .c2-group th { text-align: left; padding: 18px 12px 6px; font-family: "Caveat", cursive; font-size: 21px; font-weight: 600; color: #1F5FBF; border-bottom: 0; background: transparent; }
.c2-table tr.c2-group + tr th, .c2-table tr.c2-group + tr td { border-top: 0; }
.c2-table tbody tr:has(+ .c2-group) th, .c2-table tbody tr:has(+ .c2-group) td { border-bottom: 0; }
@media (max-width: 600px) { .c2-table .c2-group th { padding: 14px 8px 4px; font-size: 19px; } }





/* NAV-START */
/* Site Nav (Site Nav.dc.html, Mobile Menu Spec.dc.html) */
.nav-pad { padding: 24px 24px 0; transition: transform .32s cubic-bezier(.2,.8,.2,1); }
.site-nav { position: relative; max-width: 1120px; margin: 0 auto; font-family: "DM Sans", system-ui, sans-serif; }
.ocr-nav { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 8px 8px 18px; background: rgba(255,255,255,.82); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: 1px solid rgba(0,0,0,.06); border-radius: 999px; box-shadow: 0 8px 24px rgba(20,40,60,.08); }
.ocr-brand { display: flex; align-items: center; gap: 9px; font-family: "Instrument Serif", serif; font-size: 24px; letter-spacing: -.02em; color: #141414; text-decoration: none; white-space: nowrap; flex: none; }
.ocr-brand img { width: 32px; height: 32px; display: block; flex: none; }
.ocr-links { display: flex; gap: clamp(12px, 2vw, 26px); font-size: 15px; font-weight: 500; white-space: nowrap; min-width: 0; }
.ocr-links a { color: #3A3A3A; text-decoration: none; border-bottom: 2px solid transparent; padding: 4px 0; }
.ocr-links a:hover { color: #141414; }
.ocr-actions { display: flex; align-items: center; gap: 6px; flex: none; }
.ocr-dl { white-space: nowrap; background: #141414; color: #fff !important; padding: 12px 20px; border-radius: 999px; font-weight: 600; font-size: 15px; text-decoration: none; }
.ocr-dl:hover { background: #2A2A2A; }
.ocr-dl-short { display: none; }
.ocr-menu-btn { all: unset; cursor: pointer; width: 44px; height: 44px; border-radius: 50%; background: #F4F1EA; display: none; place-items: center; transition: background .25s; }
.ocr-menu-btn:focus-visible, .ocr-links a:focus-visible, .ocr-dl:focus-visible { outline: 2px solid #1F6FEB; outline-offset: 2px; }
.ocr-menu-btn .bars { position: relative; width: 18px; height: 12px; display: block; }
.ocr-menu-btn .bars span { position: absolute; left: 0; right: 0; height: 2px; border-radius: 2px; background: #141414; transition: all .3s cubic-bezier(.2,.8,.2,1); }
.ocr-menu-btn .bars span:first-child { top: 1px; } .ocr-menu-btn .bars span:last-child { top: 9px; }
.ocr-menu-btn[aria-expanded="true"] { background: #141414; }
.ocr-menu-btn[aria-expanded="true"] .bars span { background: #fff; top: 5px; }
.ocr-menu-btn[aria-expanded="true"] .bars span:first-child { transform: rotate(45deg); }
.ocr-menu-btn[aria-expanded="true"] .bars span:last-child { transform: rotate(-45deg); }
.ocr-backdrop { position: fixed; inset: 0; z-index: 1; background: rgba(20,24,33,.28); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.ocr-sheet { position: absolute; z-index: 2; left: 0; right: 0; top: calc(100% + 10px); background: #fff; border-radius: 28px; box-shadow: 0 30px 70px rgba(20,40,80,.22); border: 1px solid rgba(0,0,0,.06); padding: 10px 10px 18px; animation: mdrMenuIn .32s cubic-bezier(.2,.8,.2,1) both; max-height: calc(100vh - 110px); overflow: auto; }
.ocr-rows { display: flex; flex-direction: column; }
.ocr-rows a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 58px; padding: 6px 14px; border-radius: 18px; text-decoration: none; color: #141414; }
.ocr-rows a:hover { background: #F4F1EA; }
.row-l { display: flex; align-items: center; gap: 12px; }
.ocr-rows .dot { width: 8px; height: 8px; border-radius: 50%; background: #D9D3C7; }
.row-t { font-family: "Atkinson Hyperlegible Next", sans-serif; font-weight: 700; font-size: 23px; line-height: 1.15; letter-spacing: -.01em; }
.ocr-div { height: 1px; background: rgba(0,0,0,.08); margin: 10px 14px 14px; }
.ocr-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 14px; }
.ocr-chips a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border-radius: 999px; background: #F4F1EA; color: #141414; font-size: 14.5px; font-weight: 500; text-decoration: none; }
.ocr-night { margin: 18px 14px 0; background: #141821; border-radius: 22px; padding: 18px; display: flex; flex-direction: column; gap: 12px; position: relative; }
.ocr-night-dl { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; background: #FF5A36; color: #fff !important; border-radius: 999px; font-weight: 600; font-size: 16px; text-decoration: none; }
.ocr-night-s { text-align: center; font-size: 13.5px; color: #C9D0DE; line-height: 1.5; }
.ocr-night-tag { position: absolute; right: 16px; top: -16px; font-family: Caveat, cursive; font-size: 21px; color: #1F4E6B; background: #FBF3C4; padding: 2px 10px; border-radius: 8px; transform: rotate(3deg); }
/* Active section */
.on-demo .ocr-links [data-nav="demo"], .on-edit .ocr-links [data-nav="edit"], .on-compare .ocr-links [data-nav="compare"], .on-pricing .ocr-links [data-nav="pricing"], .on-guides .ocr-links [data-nav="guides"], .on-faq .ocr-links [data-nav="faq"] { color: #141414; border-bottom-color: #FF5A36; }
.on-guides .ocr-rows [data-nav="guides"], .on-compare .ocr-rows [data-nav="compare"] { background: #FFF4EF; }
.on-guides .ocr-rows [data-nav="guides"] .dot, .on-compare .ocr-rows [data-nav="compare"] .dot { background: #FF5A36; }
/* Phones: links fold into the menu, the Download pill stays. */
@media (max-width: 819px) {
  .ocr-links { display: none; }
  .ocr-menu-btn { display: grid; }
  .nav-pad { padding: 10px 10px 0; }
  .ocr-nav { padding: 6px 6px 6px 14px; gap: 8px; }
  .ocr-brand { font-size: 22px; gap: 8px; }
  .ocr-brand img { width: 28px; height: 28px; }
  .ocr-dl { padding: 11px 16px; font-size: 14.5px; }
  .ocr-dl-long { display: none; } .ocr-dl-short { display: inline; }
  /* Tucks away while you scroll down, comes back when you scroll up. */
  .nav-sticky.nav-away .nav-pad { transform: translateY(-120%); }
}
@media (max-width: 370px) { .ocr-brand { font-size: 19px; } .ocr-dl { padding: 10px 12px; } }
@media (prefers-reduced-motion: reduce) { .nav-pad { transition: none; } .ocr-sheet { animation: none; } }
/* Site Footer (Site Footer.dc.html) */
.ocr-footer { color: #C9D0DE; border-radius: 28px; padding: 64px clamp(24px,5vw,64px) 28px; font-family: "DM Sans", system-ui, sans-serif; position: relative; overflow: hidden; }
.ocr-foot-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: minmax(240px,1.4fr) repeat(4, minmax(130px,1fr)); gap: 40px 32px; }
.ocr-foot-mark { display: flex; align-items: center; gap: 10px; font-family: "Instrument Serif", serif; font-size: 30px; color: #fff; }
.ocr-foot-mark img { width: 36px; height: 36px; flex: none; display: block; }
.ocr-foot-brand p { margin: 16px 0 0; font-size: 15.5px; line-height: 1.65; max-width: 340px; color: #C9D0DE; }
.ocr-foot-dl { display: inline-flex; white-space: nowrap; margin-top: 22px; background: #FF5A36; color: #fff !important; padding: 12px 20px; border-radius: 999px; font-weight: 600; font-size: 15px; text-decoration: none; }
.ocr-foot-h { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: .14em; color: #8C95AB; margin-bottom: 16px; }
.ocr-foot-links { display: flex; flex-direction: column; gap: 11px; font-size: 15px; }
.ocr-foot-links a { color: #E6E9F2; text-decoration: none; }
.ocr-foot-links a:hover { color: #FFB39E; }
.ocr-foot-base { max-width: 1120px; margin: 48px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 14px; color: #8C95AB; }
.ocr-foot-tag { font-family: Caveat, cursive; font-size: 22px; color: #8CCBF1; transform: rotate(-2deg); }
@media (max-width: 1000px) { .ocr-foot-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .ocr-foot-brand { grid-column: 1 / -1; } }
@media (max-width: 420px) { .ocr-foot-grid { gap: 32px 20px; } .ocr-footer { padding-top: 48px; } }
/* NAV-END */
