/* Shared stylesheet for RoamWise's long-form marketing pages (about.html,
   contact.html, terms.html). Extracted from three byte-identical inline
   <style> blocks — see PR that introduced this file for details. */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:system-ui,-apple-system,'Segoe UI',sans-serif;background:#0A0C14;color:#EDEAE2;line-height:1.75;font-size:16px}
a{color:#E8BA6C;text-decoration:none}a:hover{text-decoration:underline}
.wrap{max-width:760px;margin:0 auto;padding:24px 20px 60px}
header{border-bottom:1px solid #1E1E28;padding:14px 0;margin-bottom:28px}
.brand{font-weight:800;font-size:19px;letter-spacing:-.01em}.brand em{color:#E8BA6C;font-style:normal}
nav{margin-top:8px;font-size:13.5px;display:flex;gap:14px;flex-wrap:wrap}
h1{font-size:31px;line-height:1.25;margin:6px 0 12px;letter-spacing:-.02em}
h2{font-size:21px;margin:34px 0 10px;letter-spacing:-.01em}
h3{font-size:17px;margin:22px 0 8px;color:#E8BA6C}
p{margin:0 0 15px;color:#C9C6BE}
ul,ol{margin:0 0 16px 22px;color:#C9C6BE}li{margin-bottom:7px}
.meta{font-size:13px;color:#7C7A74;margin-bottom:22px}
.box{background:#11131C;border:1px solid #1E1E28;border-radius:12px;padding:16px 18px;margin:20px 0}
table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14.5px}
th,td{text-align:left;padding:9px 10px;border-bottom:1px solid #1E1E28}
th{color:#E8BA6C;font-weight:700}
footer{border-top:1px solid #1E1E28;margin-top:44px;padding-top:18px;font-size:13px;color:#7C7A74}
footer a{margin-right:14px}
.cta{display:inline-block;background:linear-gradient(135deg,#E8BA6C,#C8913E);color:#0A0A0C;font-weight:800;
     padding:12px 20px;border-radius:11px;margin:8px 0}
.cta:hover{text-decoration:none}
