/* Simplyfai — article page styles */
:root{
  --teal:#0E7C7B;--teal-d:#0A5C5B;--teal-l:#16A39B;--gold:#C9A24B;--gold-d:#A9842F;
  --ink:#0F2A2A;--body:#475857;--muted:#7C8B8A;--bg:#FBFCFC;--surface:#FFFFFF;
  --surface-2:#F2F7F6;--surface-gold:#FBF6EA;--border:#E6ECEB;--border-2:#D6E0DF;
  --radius:18px;--max:1140px;
  --shadow:0 1px 2px rgba(15,42,42,.04),0 12px 34px rgba(15,42,42,.06);
  --shadow-lg:0 2px 6px rgba(15,42,42,.05),0 24px 60px rgba(14,124,123,.10);
}
body{background:var(--bg);color:var(--body);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.grad-text{background:linear-gradient(95deg,var(--teal) 0%,var(--teal-l) 45%,var(--gold) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.btn{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;padding:13px 22px;border-radius:12px;cursor:pointer;border:1px solid transparent;transition:transform .15s,box-shadow .25s,background .2s}
.btn-primary{background:linear-gradient(100deg,var(--teal),var(--teal-l));color:#fff;box-shadow:0 8px 24px rgba(14,124,123,.28)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(14,124,123,.4)}
.btn-ghost{background:var(--surface);border:1px solid var(--border-2);color:var(--ink)}
.btn-ghost:hover{background:var(--surface-2);border-color:var(--teal)}
header{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);background:rgba(251,252,252,.82);border-bottom:1px solid var(--border)}
.brand{display:inline-flex;align-items:center}
.navlinks a.active{color:var(--teal);font-weight:600}
footer{border-top:1px solid var(--border);padding:46px 0 60px;color:var(--muted);font-size:14px;margin-top:50px}
.tagline{font-size:13px;color:var(--muted);margin-top:6px;font-weight:500}
/* article */
.article{padding:54px 0 10px}
.narrow{max-width:760px;margin:0 auto;padding:0 28px}
.back{display:inline-block;font-size:14px;color:var(--teal);font-weight:600;margin-bottom:22px}
.back:hover{color:var(--teal-d)}
.eyebrow{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--teal);font-weight:700;margin-bottom:14px;font-family:"SF Mono",ui-monospace,monospace}
.article h1{font-size:clamp(30px,4.5vw,46px);line-height:1.1;letter-spacing:-.02em;font-weight:780;color:var(--ink);margin-bottom:16px}
.post-meta{font-size:14px;color:var(--muted);margin-bottom:30px;padding-bottom:24px;border-bottom:1px solid var(--border)}
.post-body{font-size:17px;line-height:1.78;color:var(--body)}
.post-body p{margin:0 0 20px}
.post-body h2{font-size:25px;line-height:1.2;letter-spacing:-.01em;color:var(--ink);font-weight:740;margin:38px 0 14px}
.post-body h3{font-size:19px;color:var(--ink);font-weight:700;margin:26px 0 10px}
.post-body ul,.post-body ol{margin:0 0 20px 0;padding-left:0;list-style:none;display:grid;gap:10px}
.post-body ul li{display:flex;gap:10px;align-items:flex-start}
.post-body ul li::before{content:"\2713";color:var(--teal);font-weight:800;flex:0 0 auto}
.post-body ol{counter-reset:s;}
.post-body ol li{display:flex;gap:12px;align-items:flex-start;counter-increment:s}
.post-body ol li::before{content:counter(s);background:var(--surface-2);color:var(--teal-d);font-weight:700;font-size:13px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 24px;margin-top:2px;font-family:"SF Mono",monospace}
.post-body strong{color:var(--ink);font-weight:700}
.post-body a{color:var(--teal);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.post-body blockquote{margin:26px 0;padding:18px 24px;border-left:3px solid var(--teal);background:var(--surface-2);border-radius:0 12px 12px 0;color:var(--ink);font-size:18px}
.post-cta{margin:44px 0 10px;padding:34px;border-radius:22px;border:1px solid var(--border-2);box-shadow:var(--shadow-lg);background:linear-gradient(120deg,var(--surface-2),var(--surface) 55%,var(--surface-gold));text-align:center}
.post-cta h3{font-size:22px;font-weight:740;color:var(--ink);margin-bottom:8px}
.post-cta p{font-size:15px;color:var(--body);margin-bottom:18px}
.more{margin:46px 0 0;padding-top:26px;border-top:1px solid var(--border)}
.more h4{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-family:"SF Mono",monospace}
.more a{display:block;color:var(--ink);font-weight:600;padding:8px 0}
.more a:hover{color:var(--teal)}
