:root {
    --accent: #0d6e27;
    --accent-dark: #0a5520;
    --dark: #0a1a20;
    --bg: #ffffff;
    --bg-soft: #f0f4f3;
    --border: #d4dde0;
    --text: #0a1a20;
    --muted: rgba(0,0,0,.55);
    --rhythm: 80px;
    --radius: 8px;
    --shadow: 0 2px 12px rgba(0,0,0,.06);
    --font-head: 'Space Grotesk', system-ui, -apple-system, sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, sans-serif;
    --maxw: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-body);
    background: var(--bg-soft);
    color: var(--text);
    line-height: 1.65;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.2; color: var(--text); margin: 0 0 .5em; font-weight: 600; }
h1 { font-size: clamp(2rem, 4vw, 2.9rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); letter-spacing: -.01em; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.2rem; }
small { color: var(--muted); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.sec { padding: var(--rhythm) 0; background: var(--bg-soft); }
.sec-plain { background: var(--bg); }
.sec-dark { background: var(--dark); color: #eaf2ee; }
.sec-dark h2, .sec-dark h3 { color: #fff; }
.sec-tight { padding: calc(var(--rhythm) * .6) 0; }
.sec-head { max-width: 720px; margin-bottom: 2.2rem; }
.sec-head p { color: var(--muted); margin: 0; }
.lead { font-size: 1.15rem; color: var(--muted); }

.hd { background: var(--bg); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 50; }
.hd-centered .wrap { padding-top: 14px; padding-bottom: 14px; }
.hd-top { display: flex; align-items: center; justify-content: center; position: relative; }
.hd-logo { font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; color: var(--text); letter-spacing: -.02em; }
.hd-logo:hover { text-decoration: none; }
.hd-logo span { color: var(--accent); }
.hd-nav { display: flex; gap: 28px; justify-content: center; margin-top: 12px; flex-wrap: wrap; }
.hd-link { color: var(--text); font-weight: 500; font-size: .98rem; }
.hd-link:hover { color: var(--accent-dark); text-decoration: none; }
.hd-burger { display: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: none; border: 0; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.hd-burger span { width: 24px; height: 2px; background: var(--text); display: block; transition: .25s; }
.hd-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hd-burger.open span:nth-child(2) { opacity: 0; }
.hd-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { background: var(--bg); padding: calc(var(--rhythm) * .9) 0; border-bottom: 1px solid var(--border); }
.hero-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero h1 { margin-bottom: .4em; }
.hero-sub { font-size: 1.2rem; color: var(--muted); margin-bottom: 1.6rem; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 1.4rem; }
.hero-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-chip { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 999px; padding: 7px 15px; font-size: .85rem; font-weight: 500; color: var(--text); }
.hero-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; }
.hero-card .badge { display: inline-block; background: var(--accent); color: #fff; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; padding: 4px 10px; border-radius: 5px; margin-bottom: 14px; }
.hero-card .hc-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.hero-card .hc-logo { width: 56px; height: 56px; border-radius: 12px; }
.hero-card .hc-name { font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; }
.hero-card .hc-bonus { font-size: 1.05rem; font-weight: 600; color: var(--accent-dark); margin: 10px 0; }
.hero-card .hc-meta { color: var(--muted); font-size: .92rem; margin-bottom: 16px; }

.aff-marker { font-size: .82rem; color: var(--muted); margin: 0 0 14px; display: flex; align-items: center; gap: 6px; }

.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.trust-item { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 16px; box-shadow: var(--shadow); }
.trust-n { font-family: var(--font-head); font-size: 2.1rem; font-weight: 700; color: var(--accent); display: block; }
.trust-l { color: var(--muted); font-size: .9rem; }

.cmp-feature { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; margin-bottom: 22px; position: relative; }
.cmp-feature .cf-logo { width: 76px; height: 76px; border-radius: 16px; }
.cmp-feature .cf-name { font-family: var(--font-head); font-size: 1.5rem; font-weight: 600; margin-bottom: 4px; }
.cmp-feature .cf-name a { color: var(--text); }
.cmp-badge { position: absolute; top: -12px; left: 24px; background: var(--accent); color: #fff; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; padding: 5px 12px; border-radius: 5px; }
.cmp-feature .cf-bonus { font-weight: 600; color: var(--accent-dark); margin: 6px 0; }
.cmp-feature .cf-meta { color: var(--muted); font-size: .9rem; }
.cmp-feature .cf-cta { display: flex; flex-direction: column; gap: 8px; min-width: 180px; }
.cf-score { font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; color: var(--accent); }
.cf-score small { display: block; font-size: .62rem; color: var(--muted); font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }

.cmp-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--bg); box-shadow: var(--shadow); }
table.cmp { width: 100%; border-collapse: collapse; min-width: 760px; }
table.cmp th { background: var(--dark); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; padding: 14px 16px; text-align: left; }
table.cmp td { padding: 16px; border-bottom: 1px solid var(--border); vertical-align: middle; }
table.cmp tr:last-child td { border-bottom: 0; }
table.cmp tr:hover td { background: var(--bg-soft); }
.cmp-name { display: flex; align-items: center; gap: 12px; }
.cmp-logo { width: 40px; height: 40px; border-radius: 9px; }
.cmp-name a { font-weight: 600; color: var(--text); font-family: var(--font-head); }
.cmp-rank { font-family: var(--font-head); font-weight: 700; color: var(--muted); margin-right: 4px; }
.cmp-tag { display: inline-block; background: var(--accent); color: #fff; font-size: .62rem; font-weight: 600; text-transform: uppercase; padding: 2px 7px; border-radius: 4px; margin-left: 6px; vertical-align: middle; }
.stars { color: #e8a200; letter-spacing: 1px; }
.stars-n { font-weight: 600; }

.edit-big { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
.pick-tabs { display: flex; gap: 8px; margin-bottom: 22px; flex-wrap: wrap; }
.pick-tab { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 999px; padding: 9px 18px; font-family: var(--font-head); font-weight: 500; font-size: .92rem; cursor: pointer; color: var(--text); }
.pick-tab[aria-selected="true"] { background: var(--accent); color: #fff; border-color: var(--accent); }
.pick-panel { display: none; }
.pick-panel.active { display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; }
.pick-panel .pp-logo { width: 72px; height: 72px; border-radius: 15px; }
.pick-panel .pp-name { font-family: var(--font-head); font-size: 1.4rem; font-weight: 600; }
.pick-panel ul { margin: 10px 0 0; padding-left: 1.1rem; }
.pick-panel .pp-cta { min-width: 180px; }

.meth-grid { display: flex; flex-direction: column; gap: 16px; }
.meth-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px 24px; display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: center; }
.meth-crit { font-family: var(--font-head); font-weight: 600; display: flex; align-items: center; gap: 12px; }
.meth-weight { font-size: .8rem; color: var(--muted); font-weight: 500; }
.meth-bar { background: var(--bg-soft); border-radius: 999px; height: 10px; overflow: hidden; }
.meth-bar span { display: block; height: 100%; background: var(--accent); border-radius: 999px; }
.meth-card p { margin: 6px 0 0; font-size: .92rem; color: var(--muted); }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
.card h3 { margin-bottom: .4em; }
.card h3 a { color: var(--text); }
.card p { color: var(--muted); font-size: .95rem; }
.card-link { font-weight: 600; color: var(--accent-dark); display: inline-flex; align-items: center; gap: 4px; }
.hub-card { display: flex; flex-direction: column; }
.hub-card .card-link { margin-top: auto; }

.faq-list { max-width: 820px; }
.faq-item { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 12px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 18px 22px; font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--text); }
.faq-q .ic { transition: transform .25s; flex-shrink: 0; color: var(--accent); }
.faq-item.is-open .faq-q .ic { transform: rotate(180deg); }
.faq-a { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .3s ease, opacity .3s ease; }
.faq-item.is-open .faq-a { max-height: 600px; opacity: 1; }
.faq-a p { padding: 0 22px 18px; margin: 0; color: var(--muted); }

.cta-band { text-align: center; max-width: 640px; margin: 0 auto; }
.cta-band p { color: var(--muted); font-size: 1.1rem; }

.nl-box { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px; text-align: center; max-width: 620px; margin: 0 auto; }
.nl-form { display: flex; gap: 10px; margin-top: 14px; }
.nl-form input { flex: 1; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius); font: inherit; }

.risk-strip { background: var(--dark); color: #c4d2cb; font-size: .85rem; padding: 18px 0; }
.risk-strip .wrap { display: flex; gap: 12px; align-items: flex-start; }
.risk-strip .ic { color: #e8a200; flex-shrink: 0; margin-top: 2px; }
.risk-strip a { color: #fff; text-decoration: underline; }

.ft { background: var(--bg); border-top: 1px solid var(--border); padding: calc(var(--rhythm) * .7) 0 30px; }
.ft-grid { display: grid; gap: 32px; }
.ft-5 { grid-template-columns: 1.4fr 1fr 1fr 1.2fr 1.3fr; }
.ft-col h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 14px; }
.ft-col ul { list-style: none; padding: 0; margin: 0; }
.ft-col li { margin-bottom: 9px; }
.ft-col a { color: var(--text); font-size: .94rem; }
.ft-brand p { color: var(--muted); font-size: .9rem; margin: 12px 0; }
.ft-age { font-weight: 600; color: var(--accent-dark) !important; }
.ft-entity { color: var(--muted); font-size: .82rem; margin-top: 16px; line-height: 1.6; }
.ft-nl .nl-form { flex-direction: column; }
.ft-bottom { border-top: 1px solid var(--border); margin-top: 36px; padding-top: 20px; }
.ft-bottom p { color: var(--muted); font-size: .82rem; margin: 0; }

.gdpr { position: fixed; bottom: 16px; left: 16px; right: 16px; max-width: 540px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 8px 40px rgba(0,0,0,.18); padding: 20px 22px; z-index: 100; }
.gdpr p { font-size: .9rem; margin: 0 0 12px; }
.gdpr-prefs { margin-bottom: 12px; }
.gdpr-row { display: flex; align-items: center; gap: 8px; font-size: .9rem; margin-bottom: 6px; }
.gdpr-row span { color: var(--muted); font-size: .8rem; margin-left: auto; }
.gdpr-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.gdpr-reopen { position: fixed; bottom: 16px; left: 16px; width: 42px; height: 42px; border-radius: 50%; background: var(--bg); border: 1px solid var(--border); box-shadow: var(--shadow); cursor: pointer; z-index: 99; display: none; align-items: center; justify-content: center; color: var(--text); }
.gdpr-reopen.show { display: flex; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-family: var(--font-head); font-weight: 600; font-size: .95rem; padding: 12px 22px; border-radius: var(--radius); border: 1px solid transparent; cursor: pointer; text-align: center; transition: .18s; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-acc { background: var(--accent); color: #fff; }
.btn-acc:hover { background: var(--accent-dark); color: #fff; }
.btn-outline { border-color: var(--accent); color: var(--accent-dark); background: transparent; }
.btn-outline:hover { background: var(--accent); color: #fff; }
.btn-ghost { background: transparent; color: var(--muted); }
.btn-lg { padding: 15px 30px; font-size: 1.02rem; }
.btn-block { width: 100%; }

.crumbs { font-size: .85rem; margin-bottom: 16px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.crumbs li:not(:last-child)::after { content: '/'; margin-left: 6px; color: var(--muted); }
.crumbs a { color: var(--muted); }
.crumbs span { color: var(--text); }

.byline { color: var(--muted); font-size: .9rem; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 8px 0 20px; }
.byline .ic { vertical-align: middle; }

.bp { text-align: center; margin: 20px 0 28px; }
.bp-logo { width: 72px; height: 72px; border-radius: 16px; margin: 0 auto 10px; }
.bp-cap { color: var(--muted); font-size: .92rem; }
.inline-logo { display: inline-block; width: 20px; height: 20px; border-radius: 5px; vertical-align: text-bottom; margin-right: 3px; }

.review-hero { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; margin-bottom: 28px; }
.review-score { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin: 6px 0 14px; }
.score-pill { font-family: var(--font-head); font-weight: 700; font-size: 1.6rem; color: #fff; background: var(--accent); border-radius: var(--radius); padding: 10px 18px; }
.score-pill small { display: block; font-size: .58rem; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; opacity: .85; }
.verdict-box { background: var(--bg-soft); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 20px 24px; margin: 0 0 22px; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 2.4rem; padding-top: 1rem; }
.prose h3 { margin-top: 1.6rem; }
.prose ul { padding-left: 1.3rem; }
.prose li { margin-bottom: .4rem; }

.fact-table { width: 100%; border-collapse: collapse; margin: 1.4rem 0; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.fact-table th, .fact-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); font-size: .94rem; }
.fact-table th { width: 38%; font-family: var(--font-head); font-weight: 600; background: var(--bg-soft); }
.fact-table tr:last-child th, .fact-table tr:last-child td { border-bottom: 0; }

.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 1.4rem 0; }
.pc-col { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 24px; }
.pc-col h3 { margin-top: 0; }
.pc-col ul { list-style: none; padding: 0; margin: 0; }
.pc-col li { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 8px; font-size: .94rem; }
.pc-pro .ic { color: var(--accent); flex-shrink: 0; margin-top: 3px; }
.pc-con .ic { color: #c0392b; flex-shrink: 0; margin-top: 3px; }

.score-table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; }
.score-table th, .score-table td { padding: 11px 14px; border-bottom: 1px solid var(--border); text-align: left; font-size: .92rem; }
.score-table th { font-family: var(--font-head); background: var(--bg-soft); }
.score-table .st-bar { background: var(--bg-soft); border-radius: 999px; height: 8px; width: 120px; display: inline-block; vertical-align: middle; overflow: hidden; }
.score-table .st-bar span { display: block; height: 100%; background: var(--accent); }

.alt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 1.2rem; }
.alt-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; text-align: center; }
.alt-card img { width: 52px; height: 52px; border-radius: 12px; margin: 0 auto 10px; }
.alt-card .alt-name { font-family: var(--font-head); font-weight: 600; }
.alt-card .alt-bonus { font-size: .85rem; color: var(--muted); margin: 6px 0 12px; }

.author-card { display: flex; gap: 18px; align-items: flex-start; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; margin-bottom: 18px; }
.author-av { width: 56px; height: 56px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; flex-shrink: 0; }
.author-card h3 { margin: 0 0 2px; }
.author-card .role { color: var(--accent-dark); font-size: .85rem; font-weight: 600; margin-bottom: 6px; }
.author-card p { margin: 0 0 .5rem; color: var(--muted); font-size: .93rem; }
.author-card p:last-child { margin-bottom: 0; }
.author-card h3 a { color: inherit; text-decoration: none; }
.author-card h3 a:hover { text-decoration: underline; }
.author-hero h1 { margin: 0 0 4px; }
.au-meta { color: var(--muted); font-size: .9rem; margin: 6px 0 0; }
.au-meta .ic { vertical-align: -3px; }
.prose ul.au-chips { list-style: none; padding-left: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.prose ul.au-chips li { margin: 0; background: var(--bg); border: 1px solid var(--border); border-radius: 999px; padding: 5px 12px; font-size: .85rem; color: var(--text); }

@media (max-width: 1024px) {
    .ft-5 { grid-template-columns: 1fr 1fr 1fr; }
    .trust-bar { grid-template-columns: repeat(2, 1fr); }
    .cards-3, .alt-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    :root { --rhythm: 56px; }
    .hd-burger { display: flex; }
    .hd-nav { display: none; flex-direction: column; gap: 4px; margin-top: 14px; }
    .hd-nav.open { display: flex; }
    .hd-nav .hd-link { padding: 8px 0; border-bottom: 1px solid var(--border); }
    .hero-split { grid-template-columns: 1fr; gap: 30px; }
    .cmp-feature { grid-template-columns: 1fr; text-align: center; }
    .cmp-feature .cf-logo { margin: 0 auto; }
    .cmp-feature .cf-cta { min-width: 0; }
    .pick-panel.active { grid-template-columns: 1fr; text-align: center; }
    .pick-panel .pp-logo { margin: 0 auto; }
    .meth-card { grid-template-columns: 1fr; gap: 12px; }
    .proscons { grid-template-columns: 1fr; }
    .cards-3, .cards-2, .alt-grid, .ft-5 { grid-template-columns: 1fr; }
    .nl-form { flex-direction: column; }
}
@media (max-width: 480px) {
    body { font-size: 16px; }
    .trust-bar { grid-template-columns: 1fr; }
    .review-score { gap: 10px; }
}

/* Brand logos: dark chip backing keeps white-on-transparent logos legible on light cards;
   object-fit: contain preserves each logo's aspect inside the square box. */
.cmp-feature .cf-logo,
.hero-card .hc-logo,
.pick-panel .pp-logo,
.cmp-logo,
.bp-logo,
.alt-card img,
.inline-logo {
    background: var(--dark);
    object-fit: contain;
    box-sizing: border-box;
}
.cmp-feature .cf-logo { padding: 12px; }
.pick-panel .pp-logo { padding: 12px; }
.bp-logo { padding: 12px; }
.alt-card img { padding: 9px; }
.hero-card .hc-logo { padding: 9px; }
.cmp-logo { padding: 6px; }
.inline-logo { padding: 2px; }

/* Listicle: per-pick meta line + supporting-page callout */
.prose .pick-meta {
    font-size: .9rem;
    color: var(--muted);
    background: var(--bg-soft);
    border-left: 3px solid var(--accent);
    padding: .6rem .9rem;
    border-radius: 0 var(--radius) var(--radius) 0;
}
.prose .pick-meta a { white-space: nowrap; }
.callout {
    display: block;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-left: 4px solid var(--accent);
    border-radius: var(--radius);
    padding: 1rem 1.2rem;
    margin: 1.6rem 0;
    font-size: .98rem;
}
.callout strong { color: var(--accent-dark); }

/* PayID cluster: spoke cards, related links, numbered steps */
.spoke-group { margin-bottom: 36px; }
.spoke-group:last-child { margin-bottom: 0; }
.spoke-group-h { font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; margin: 0 0 16px; color: var(--accent-dark); }
.hub-card h4 { font-family: var(--font-head); font-size: 1.08rem; font-weight: 600; margin: 0 0 8px; }
.hub-card h4 a { color: var(--text); }
.hub-card h4 a:hover { color: var(--accent); }

.related { margin-top: 2.4rem; border-top: 1px solid var(--border); padding-top: 1.4rem; }
.related h2 { font-size: 1.15rem; margin-bottom: .8rem; }
.related-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.related-list a { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--accent-dark); }
.related-list a:hover { color: var(--accent); }

.steps { list-style: none; padding: 0; margin: 1.4rem 0; display: grid; gap: 14px; }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }
.steps .step-n { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .95rem; flex: none; }
.steps li strong { display: block; font-family: var(--font-head); margin-bottom: 2px; }
.steps li p { margin: 0; color: var(--muted); font-size: .95rem; }

.prose code, code { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 4px; padding: .1rem .4rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; }
