/* Shared stylesheet for static SEO landing pages.
   Mirrors the main app's design tokens (Cormorant Garamond display,
   cool-cyan dark surface, narrow accents) so the static pages look
   like part of the product, not separate marketing collateral. */
:root {
  --bg: oklch(6% 0.005 220);
  --s1: oklch(8% 0.006 220);
  --s2: oklch(11% 0.007 220);
  --s3: oklch(14% 0.008 220);
  --t1: oklch(95% 0.005 220);
  --t2: oklch(72% 0.005 220);
  --t3: oklch(52% 0.005 220);
  --t4: oklch(38% 0.005 220);
  --brd: oklch(100% 0 0 / 0.08);
  --brd2: oklch(100% 0 0 / 0.16);
  --acc: oklch(72% 0.16 155);
  --fd: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --fb: -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --fc: 'Geist Mono', 'SF Mono', 'Menlo', 'Consolas', monospace;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--t1); font-family: var(--fb); font-size: 14px; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: var(--t1); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--acc); }
img { max-width: 100%; height: auto; }
code { font-family: var(--fc); font-size: 12px; background: var(--s2); padding: 2px 6px; border-radius: 3px; color: var(--t1); }
pre { font-family: var(--fc); font-size: 12px; background: var(--s1); border: 1px solid var(--brd); padding: 16px 20px; border-radius: 4px; overflow-x: auto; color: var(--t2); line-height: 1.7; }

.nv { position: sticky; top: 0; z-index: 50; background: rgba(6,6,6,0.88); backdrop-filter: blur(20px); border-bottom: 1px solid var(--brd); }
.nv-in { max-width: 1100px; margin: 0 auto; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; }
.nv-brand { display: flex; align-items: center; gap: 6px; font-size: 14px; color: var(--t1); }
.nv-brand .glyph { font-family: Georgia, serif; font-style: italic; font-weight: 300; font-size: 22px; line-height: 1; color: var(--t2); }
.nv-links { display: flex; gap: 24px; font-size: 12px; color: var(--t3); }
.nv-cta { font-family: var(--fb); font-size: 11px; padding: 8px 18px; border: 1px solid var(--t1); background: var(--t1); color: var(--bg); border-radius: 2px; cursor: pointer; letter-spacing: .04em; text-transform: uppercase; }
@media (max-width: 720px) { .nv-links { display: none; } }

main { max-width: 880px; margin: 0 auto; padding: 80px 32px 120px; }
.crumb { font-size: 11px; color: var(--t4); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 40px; }
.crumb a { color: var(--t3); }

h1 { font-family: var(--fd); font-weight: 300; font-size: clamp(40px, 6vw, 72px); line-height: 1.05; letter-spacing: -.04em; margin: 0 0 24px; }
h1 em { font-style: italic; color: var(--t2); }
h2 { font-family: var(--fd); font-weight: 300; font-size: clamp(28px, 4vw, 40px); line-height: 1.1; letter-spacing: -.02em; margin: 64px 0 20px; }
h2 em { font-style: italic; color: var(--t2); }
h3 { font-family: var(--fb); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--t2); margin: 36px 0 12px; font-weight: 500; }
p { color: var(--t2); font-size: 15px; line-height: 1.75; margin: 0 0 18px; max-width: 68ch; }
.lede { font-family: var(--fd); font-size: clamp(20px, 2.4vw, 26px); font-style: italic; font-weight: 300; color: var(--t1); line-height: 1.4; margin: 0 0 48px; max-width: 30ch; }
.lede em { color: var(--t2); }
ul, ol { color: var(--t2); font-size: 15px; line-height: 1.8; padding-left: 22px; max-width: 68ch; }
li { margin-bottom: 8px; }
strong { color: var(--t1); font-weight: 500; }

.compare { width: 100%; border-collapse: collapse; margin: 24px 0 36px; font-size: 13px; }
.compare th, .compare td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--brd); vertical-align: top; }
.compare th { color: var(--t3); font-weight: 500; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.compare td:first-child { color: var(--t3); font-size: 12px; width: 30%; }
.compare td { color: var(--t2); }
.compare .yes { color: var(--acc); }
.compare .no { color: var(--t4); }
.compare .mark { display: inline-block; font-family: var(--fc); font-size: 10px; padding: 2px 6px; border-radius: 2px; background: var(--s2); color: var(--t3); margin-left: 6px; }

.cta { margin: 56px 0 0; padding: 36px; border: 1px solid var(--brd); background: var(--s1); border-radius: 4px; }
.cta-h { font-family: var(--fd); font-style: italic; font-size: 28px; font-weight: 300; color: var(--t1); margin-bottom: 10px; }
.cta-p { color: var(--t3); font-size: 13px; margin-bottom: 22px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { font-family: var(--fb); font-size: 12px; padding: 11px 22px; border: 1px solid var(--brd2); background: transparent; color: var(--t1); border-radius: 2px; cursor: pointer; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .2s ease; }
.btn:hover { background: var(--s2); color: var(--t1); }
.btn.fill { background: var(--t1); color: var(--bg); border-color: var(--t1); }
.btn.fill:hover { background: var(--t2); color: var(--bg); }

.related { margin-top: 80px; padding-top: 36px; border-top: 1px solid var(--brd); }
.related-h { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--t4); margin-bottom: 18px; }
.related-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.related-list a { display: block; padding: 18px; border: 1px solid var(--brd); border-radius: 3px; color: var(--t2); font-size: 13px; transition: all .2s ease; }
.related-list a:hover { border-color: var(--brd2); background: var(--s1); color: var(--t1); }
.related-list a strong { display: block; color: var(--t1); margin-bottom: 4px; font-weight: 400; font-size: 14px; }

footer { padding: 36px 32px; border-top: 1px solid var(--brd); }
.ft-in { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 11px; color: var(--t4); }
.ft-in a { color: var(--t4); }

.faq-q { font-family: var(--fb); font-weight: 500; color: var(--t1); font-size: 14px; margin: 28px 0 8px; }
.faq-a { color: var(--t2); font-size: 14px; line-height: 1.75; margin: 0 0 18px; max-width: 68ch; }
