/* Remandly — shared sheet for guides, campaign pages and legal pages.
   Same tokens and scale as index.html. Type: display 32 · h2 22 · body 17 · meta 13. */
:root { --canvas:#08090A; --surface:#111214; --surface-2:#18191C; --line:#26282E; --line-soft:#1B1D22;
  --text:#F7F8F8; --body:#E4E6EA; --muted:#9AA0A8; --faint:#8A8F98; --accent:#FF5900; --accent-hover:#FF7325; --accent-active:#E64F00; --accent-text:#FF7A33; --accent-wash:rgba(255,89,0,.14);
  --warn:#FFD166; --s1:8px; --s2:16px; --s3:24px; --s4:32px; --s5:48px; --r:14px; }
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--canvas); color: var(--body); font-family: 'Geist','Inter var',system-ui,-apple-system,'Segoe UI',sans-serif; -webkit-text-size-adjust: 100%; }
body { margin: 0; min-height: 100dvh; background: var(--canvas); color: var(--body); line-height: 1.55; font-size: 17px; display: flex; flex-direction: column; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--accent-text); outline-offset: 2px; }
a { color: var(--accent-text); text-underline-offset: 3px; }
.top { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; height: 56px; padding: 0 var(--s2); background: var(--canvas); border-bottom: 1px solid var(--line-soft); }
.brand { font-weight: 700; font-size: 20px; letter-spacing: -.02em; color: var(--text); text-decoration: none; }
.brand b { color: var(--accent); }
.top-cta { display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px; border-radius: 999px; background: var(--accent); color: #08090A; font-weight: 700; font-size: 15px; text-decoration: none; }
main { width: 100%; max-width: 560px; margin: 0 auto; padding: var(--s3) var(--s2) var(--s5); flex: 1; }
.crumbs { font-family: 'Geist Mono',ui-monospace,monospace; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--faint); margin: 0 0 var(--s2); }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--line); }
.crumbs a { color: var(--muted); text-decoration: none; min-height: 32px; display: inline-flex; align-items: center; }
h1 { font-size: 32px; line-height: 1.15; letter-spacing: -.02em; color: var(--text); margin: 0 0 var(--s1); }
h2 { font-size: 22px; line-height: 1.25; letter-spacing: -.01em; color: var(--text); margin: var(--s4) 0 var(--s1); }
p, li { margin: 0 0 var(--s2); }
.meta { font-family: 'Geist Mono',ui-monospace,monospace; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--faint); margin: 0 0 var(--s3); }
.lede { font-size: 19px; color: var(--body); }
.tldr { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--r); padding: var(--s2) var(--s2) var(--s1); margin: var(--s3) 0; }
.tldr h2 { margin: 0 0 var(--s1); font-size: 15px; text-transform: uppercase; letter-spacing: .06em; color: var(--accent-text); }
.tldr ul { margin: 0; padding-left: 20px; }
.tldr li { margin-bottom: 6px; }
.faq details { border-top: 1px solid var(--line-soft); }
.faq details:last-of-type { border-bottom: 1px solid var(--line-soft); }
.faq summary { cursor: pointer; min-height: 48px; display: flex; align-items: center; font-weight: 600; color: var(--text); list-style: none; padding: 10px 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; margin-left: auto; color: var(--accent-text); font-size: 22px; }
.faq details[open] summary::after { content: "–"; }
.faq p { color: var(--body); padding-bottom: var(--s1); }
.related ul { list-style: none; margin: 0; padding: 0; }
.related li { margin: 0; border-top: 1px solid var(--line-soft); }
.related li:last-child { border-bottom: 1px solid var(--line-soft); }
.related a { display: flex; align-items: center; min-height: 56px; color: var(--text); text-decoration: none; font-weight: 600; }
.related a::after { content: "→"; margin-left: auto; color: var(--accent-text); }
.related small { display: block; font-weight: 400; color: var(--muted); font-size: 14px; }
.cta { margin: var(--s4) 0 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s3) var(--s2); text-align: center; }
.cta p { color: var(--muted); font-size: 16px; }
.btn { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 56px; padding: 0 var(--s3); border: 0; border-radius: var(--r); background: var(--accent); color: #08090A; font-size: 18px; font-weight: 700; text-decoration: none; }
.btn:hover { background: var(--accent-hover); } .btn:active { background: var(--accent-active); }
.hero { padding-top: var(--s4); text-align: left; }
.hero h1 { font-size: 34px; }
.trust { list-style: none; margin: var(--s3) 0; padding: 0; }
.trust li { font-size: 17px; color: var(--muted); padding-left: 18px; position: relative; margin-bottom: 10px; }
.trust li::before { content: ""; position: absolute; left: 0; top: .6em; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.disclaimer { font-size: 14px; color: var(--faint); }
.ph { background: rgba(255,209,102,.18); color: var(--warn); border: 1px dashed var(--warn); border-radius: 6px; padding: 0 4px; font-style: italic; }
footer { width: 100%; max-width: 560px; margin: 0 auto; padding: var(--s3) var(--s2) var(--s4); border-top: 1px solid var(--line-soft); font-size: 14px; color: var(--faint); }
footer nav { display: flex; flex-wrap: wrap; gap: 4px 18px; margin-bottom: 10px; }
footer a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; min-height: 44px; display: inline-flex; align-items: center; }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }

/* ---- drafts + guide headers (content pack 2026-09-10) ---- */
.draft { background: #2A1F00; border: 1px solid #7A5A00; color: #FFD666; border-radius: 12px; padding: 12px 14px; font-size: 14px; line-height: 1.45; margin: 0 0 16px; }
.draft b { color: #FFE9A8; }
mark.verify { background: #3A2E00; color: #FFD666; font-family: 'Geist Mono', ui-monospace, monospace; font-size: 12px; letter-spacing: .02em; padding: 1px 5px; border-radius: 4px; white-space: nowrap; }
.guide-head { position: relative; margin: 0 0 20px; aspect-ratio: 21 / 9; border-radius: 16px; overflow: hidden; background: #111214 center / cover no-repeat; }
.guide-head img, .guide-head video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.guide-head video { opacity: 0; transition: opacity 700ms cubic-bezier(.2,.7,.2,1); } .guide-head video.is-on { opacity: 1; }
.checklist { list-style: none; padding: 0; } .checklist li { position: relative; padding-left: 30px; margin: 0 0 8px; } .checklist li::before { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border: 2px solid var(--line); border-radius: 4px; }
article p, article li { color: var(--body); } article h2 { font-size: 21px; }
/* guides index: title over description, arrow on the right (long titles on phones) */
.related a { display: grid; grid-template-columns: 1fr auto; column-gap: 12px; align-items: center; padding: 10px 0; }
.related a::after { grid-column: 2; grid-row: 1 / span 2; margin-left: 0; }
.related small { grid-column: 1; margin-top: 2px; }
footer a { margin-right: 14px; }
