/* ============================================================
   KLD-IPATS - Resources and Announcements pages
   Shares its look with the IP Basics page (landiing.css tokens)
   ============================================================ */
.cp { display: flow-root; --cp-nav: 72px; --cp-line: #e6ece8; --cp-ink: #14201a; --cp-muted: #5d6b63; --cp-tint: #eef6f1; --cp-radius: 22px; color: var(--cp-ink); background: #f6f8f7; }
.cp *, .cp *::before, .cp *::after { box-sizing: border-box; }
.cp :where(h1, h2, h3, h4, p) { margin: 0; }
.cp a { text-decoration: none; }

/* ---------- hero ---------- */
.cp-hero { position: relative; overflow: hidden; padding: 4rem 0 6.5rem; text-align: center; color: #fff;
    background: radial-gradient(700px 320px at 85% -10%, rgba(201, 162, 39, .28), transparent 60%), radial-gradient(600px 300px at 0% 110%, rgba(255, 255, 255, .10), transparent 60%),
                linear-gradient(135deg, #0d3d21 0%, #1a6b3a 62%, #2d8a50 130%); }
.cp-hero::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px); background-size: 44px 44px;
    -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 75%); mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 75%); }
.cp-hero .container { position: relative; }
.cp-crumbs { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.3rem; font-size: .84rem; color: rgba(255, 255, 255, .72); }
.cp-crumbs a { color: rgba(255, 255, 255, .85); } .cp-crumbs a:hover { color: #fff; text-decoration: underline; } .cp-crumbs b { color: #fff; font-weight: 600; }
.cp-badge { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem 1rem; margin-bottom: 1.1rem; border-radius: 999px; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .25); }
.cp-badge i { color: var(--kld-gold, #c9a227); }
.cp-hero h1 { font-size: clamp(2rem, 4.4vw, 3.2rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.12; }
.cp-hero h1 em { font-style: normal; background: linear-gradient(90deg, #f1d572, #c9a227); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cp-lead { max-width: 640px; margin: 1rem auto 0; font-size: 1.08rem; line-height: 1.65; color: rgba(255, 255, 255, .8); }
.cp-search { position: relative; max-width: 560px; margin: 1.8rem auto 0; }
.cp-search i { position: absolute; left: 1.2rem; top: 50%; transform: translateY(-50%); color: var(--cp-muted); font-size: 1.05rem; }
.cp-search input { width: 100%; padding: 1rem 1.3rem 1rem 3rem; font: inherit; font-size: 1rem; color: var(--cp-ink); background: #fff; border: 2px solid transparent; border-radius: 999px; box-shadow: 0 22px 40px -22px rgba(0, 0, 0, .6); outline: none; transition: border-color .2s, box-shadow .2s; }
.cp-search input:focus { border-color: #f1d572; box-shadow: 0 0 0 5px rgba(241, 213, 114, .28), 0 22px 40px -22px rgba(0, 0, 0, .6); }

/* ---------- stat strip ---------- */
.cp-stats { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 980px; margin: -3.2rem auto 0; background: #fff; border: 1px solid var(--cp-line); border-radius: 24px; box-shadow: 0 30px 60px -32px rgba(13, 61, 33, .5); overflow: hidden; }
.cp-stat { padding: 1.2rem 1rem; text-align: center; } .cp-stat + .cp-stat { border-left: 1px solid var(--cp-line); }
.cp-stat b { display: block; font-size: 1.55rem; font-weight: 800; letter-spacing: -.02em; color: var(--kld-primary, #1a6b3a); }
.cp-stat span { font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--cp-muted); }
@media (max-width: 767px) { .cp-stats { grid-template-columns: repeat(2, 1fr); margin-inline: .75rem; } .cp-stat:nth-child(3) { border-left: 0; } .cp-stat:nth-child(n+3) { border-top: 1px solid var(--cp-line); } }

/* ---------- steps ---------- */
.cp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2.2rem 0 0; }
@media (max-width: 767px) { .cp-steps { grid-template-columns: 1fr; } }
.cp-step { display: flex; gap: .9rem; align-items: flex-start; padding: 1.1rem 1.2rem; background: #fff; border: 1px solid var(--cp-line); border-radius: 18px; }
.cp-step i { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; font-size: 1.2rem; color: #fff; background: linear-gradient(135deg, #1a6b3a, #2d8a50); }
.cp-step b { display: block; font-size: .95rem; } .cp-step span { font-size: .84rem; line-height: 1.5; color: var(--cp-muted); }

/* ---------- filter bar ---------- */
.cp-catalog { position: relative; }
.cp-bar { position: sticky; top: var(--cp-nav); z-index: 20; margin-top: 2rem; padding: .7rem 0; background: rgba(246, 248, 247, .9); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.cp-chips { display: flex; gap: .5rem; padding: .4rem; overflow-x: auto; scrollbar-width: none; background: #fff; border: 1px solid var(--cp-line); border-radius: 20px; box-shadow: 0 10px 24px -18px rgba(13, 61, 33, .5); }
.cp-chips::-webkit-scrollbar { display: none; }
.cp-chip { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .5rem; padding: .62rem 1.05rem; border: 0; border-radius: 14px; background: transparent; font: inherit; font-weight: 700; font-size: .88rem; color: var(--cp-muted); cursor: pointer; white-space: nowrap; transition: background .2s, color .2s; }
.cp-chip b { padding: .05rem .5rem; border-radius: 999px; background: #eef1ef; color: var(--cp-muted); font-size: .72rem; }
.cp-chip:hover { color: var(--kld-primary, #1a6b3a); background: var(--cp-tint); }
.cp-chip.on { color: #fff; background: linear-gradient(135deg, #1a6b3a, #2d8a50); box-shadow: 0 10px 20px -10px rgba(26, 107, 58, .8); }
.cp-chip.on b { background: rgba(255, 255, 255, .25); color: #fff; }
.cp-chip:focus-visible, .cp-btn:focus-visible, .cp-search input:focus-visible { outline: 3px solid rgba(201, 162, 39, .6); outline-offset: 2px; }

/* ---------- resource groups + cards ---------- */
.cp-group { padding-top: 2rem; }
.cp-group-head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.1rem; }
.cp-group-head > i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; font-size: 1.3rem; color: var(--kld-primary, #1a6b3a); background: var(--cp-tint); }
.cp-group-head h2 { font-size: 1.25rem; font-weight: 800; letter-spacing: -.01em; }
.cp-group-head small { display: block; color: var(--cp-muted); font-weight: 500; font-size: .84rem; }
.cp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
@media (max-width: 1100px) { .cp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .cp-grid { grid-template-columns: 1fr; } }
.cp-card { display: flex; flex-direction: column; padding: 1.4rem 1.4rem 1.2rem; background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius); box-shadow: 0 1px 2px rgba(16, 24, 20, .04), 0 18px 36px -28px rgba(16, 24, 20, .4); transition: transform .2s, box-shadow .2s, border-color .2s; }
.cp-card:hover { transform: translateY(-4px); border-color: #b9d8c4; box-shadow: 0 26px 44px -28px rgba(26, 107, 58, .55); }
.cp-card[hidden] { display: none; }
.cp-card-top { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; }
.cp-type { --tone: #dc2626; display: grid; place-items: center; flex: 0 0 auto; width: 46px; height: 46px; border-radius: 14px; font-size: 1.4rem; color: var(--tone); background: color-mix(in srgb, var(--tone) 11%, white); }
.cp-code { padding: .28rem .65rem; border-radius: 999px; font-size: .7rem; font-weight: 700; letter-spacing: .04em; color: var(--kld-primary-dark, #0d3d21); background: var(--cp-tint); border: 1px solid #cfe5d7; }
.cp-new { margin-left: auto; padding: .22rem .6rem; border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #5c4700; background: #fbf0c8; border: 1px solid #efd98a; }
.cp-card h3 { font-size: 1.05rem; font-weight: 800; line-height: 1.35; letter-spacing: -.005em; }
.cp-desc { margin-top: .55rem; font-size: .88rem; line-height: 1.6; color: var(--cp-muted); display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.cp-meta { display: flex; flex-wrap: wrap; gap: .3rem .9rem; margin: 1rem 0 0; padding: 0; list-style: none; font-size: .78rem; font-weight: 600; color: var(--cp-muted); }
.cp-meta i { margin-right: .3rem; opacity: .75; }
.cp-actions { display: flex; gap: .55rem; margin-top: auto; padding-top: 1.1rem; }
.cp-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .62rem 1.1rem; border-radius: 999px; font-weight: 700; font-size: .86rem; border: 1.5px solid transparent; transition: transform .18s, box-shadow .18s, background .18s; cursor: pointer; font-family: inherit; }
.cp-btn.primary { flex: 1 1 auto; color: #fff; background: linear-gradient(135deg, #1a6b3a, #2d8a50); box-shadow: 0 12px 22px -14px rgba(26, 107, 58, .9); }
.cp-btn.primary:hover { color: #fff; transform: translateY(-2px); }
.cp-btn.ghost { color: var(--kld-primary, #1a6b3a); background: #fff; border-color: #b9d8c4; }
.cp-btn.ghost:hover { background: var(--cp-tint); color: var(--kld-primary-dark, #0d3d21); }
.cp-btn.light { color: var(--kld-primary-dark, #0d3d21); background: #fff; } .cp-btn.light:hover { transform: translateY(-2px); color: var(--kld-primary-dark, #0d3d21); }
.cp-btn.outline-light { color: #fff; border-color: rgba(255, 255, 255, .5); } .cp-btn.outline-light:hover { background: rgba(255, 255, 255, .12); color: #fff; }

.cp-empty { display: none; margin: 2.5rem auto 0; max-width: 520px; padding: 2.4rem 1.6rem; text-align: center; background: #fff; border: 1px dashed #cfe0d5; border-radius: var(--cp-radius); }
.cp-empty.show { display: block; }
.cp-empty i { display: block; margin-bottom: .6rem; font-size: 2.4rem; color: #9db8a8; }
.cp-empty h3 { font-size: 1.1rem; font-weight: 800; } .cp-empty p { margin-top: .4rem; color: var(--cp-muted); }

/* ---------- help band + CTA ---------- */
.cp-help { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; margin: 3rem 0 0; padding: 1.5rem 1.8rem; background: #fffaf0; border: 1px solid #f0e2b0; border-radius: var(--cp-radius); }
.cp-help > i { display: grid; place-items: center; flex: 0 0 auto; width: 52px; height: 52px; border-radius: 16px; font-size: 1.5rem; color: #8a6a00; background: #fbf0c8; }
.cp-help div { flex: 1 1 260px; } .cp-help b { display: block; font-size: 1.02rem; } .cp-help span { font-size: .9rem; color: #6b5500; line-height: 1.55; }
.cp-help a.mail { font-weight: 700; color: var(--kld-primary, #1a6b3a); }
.cp-cta { position: relative; overflow: hidden; margin: 3rem 0 4rem; padding: 2.8rem 2rem; text-align: center; color: #fff; border-radius: 30px;
    background: radial-gradient(500px 240px at 90% 0%, rgba(201, 162, 39, .32), transparent 60%), linear-gradient(135deg, #0d3d21 0%, #1a6b3a 60%, #2d8a50 130%); box-shadow: 0 34px 60px -34px rgba(13, 61, 33, .8); }
.cp-cta h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; letter-spacing: -.02em; }
.cp-cta p { max-width: 540px; margin: .7rem auto 1.5rem; line-height: 1.65; color: rgba(255, 255, 255, .8); }
.cp-cta .cp-actions { justify-content: center; padding-top: 0; margin-top: 0; }
.cp-notice { max-width: 640px; margin: 3rem auto; padding: 2.4rem 1.6rem; text-align: center; background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius); }
.cp-notice i { display: block; margin-bottom: .6rem; font-size: 2.4rem; color: #9db8a8; } .cp-notice h2 { font-size: 1.2rem; font-weight: 800; } .cp-notice p { margin-top: .4rem; color: var(--cp-muted); }

/* ---------- announcements ---------- */
.an-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 1.6rem; margin-top: 1.6rem; align-items: start; }
@media (max-width: 991px) { .an-layout { grid-template-columns: 1fr; } }
.an-aside { display: grid; gap: 1.1rem; }
@media (min-width: 992px) { .an-aside { position: sticky; top: calc(var(--cp-nav) + 84px); } }
.an-box { padding: 1.3rem 1.4rem; background: #fff; border: 1px solid var(--cp-line); border-radius: 20px; box-shadow: 0 18px 36px -30px rgba(16, 24, 20, .4); }
.an-box h3 { display: flex; align-items: center; gap: .55rem; margin-bottom: .9rem; font-size: .98rem; font-weight: 800; } .an-box h3 i { color: var(--kld-primary, #1a6b3a); }
.an-cats { display: grid; gap: .3rem; margin: 0; padding: 0; list-style: none; }
.an-cats a { display: flex; align-items: center; gap: .6rem; padding: .55rem .7rem; border-radius: 12px; color: var(--cp-ink); font-size: .9rem; font-weight: 600; }
.an-cats a i { color: var(--tone, #1a6b3a); } .an-cats a b { margin-left: auto; padding: .05rem .5rem; border-radius: 999px; background: #eef1ef; font-size: .72rem; color: var(--cp-muted); }
.an-cats a:hover { background: var(--cp-tint); } .an-cats a.on { background: var(--cp-tint); color: var(--kld-primary-dark, #0d3d21); box-shadow: inset 3px 0 0 var(--kld-primary, #1a6b3a); }
.an-up { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.an-up a { display: flex; align-items: center; gap: .8rem; color: var(--cp-ink); }
.an-cal { flex: 0 0 auto; width: 50px; padding: .35rem 0; text-align: center; border-radius: 12px; background: var(--cp-tint); border: 1px solid #cfe5d7; }
.an-cal b { display: block; font-size: 1.15rem; line-height: 1.1; font-weight: 800; color: var(--kld-primary, #1a6b3a); } .an-cal span { font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--cp-muted); }
.an-up strong { display: block; font-size: .88rem; line-height: 1.35; } .an-up small { color: var(--cp-muted); font-size: .76rem; }
.an-box p { font-size: .88rem; line-height: 1.6; color: var(--cp-muted); } .an-box a.mail { font-weight: 700; color: var(--kld-primary, #1a6b3a); word-break: break-all; }
.an-sec { display: flex; align-items: center; gap: .5rem; margin: 0 0 .9rem; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--kld-gold-dark, #b8911f); }
.an-sec:not(:first-child) { margin-top: 2rem; }
.an-list { display: grid; gap: .9rem; }
.an-card { --tone: #1a6b3a; background: #fff; border: 1px solid var(--cp-line); border-radius: 20px; box-shadow: 0 1px 2px rgba(16, 24, 20, .04), 0 18px 36px -30px rgba(16, 24, 20, .4); transition: box-shadow .2s, border-color .2s; scroll-margin-top: calc(var(--cp-nav) + 90px); }
.an-card:hover, .an-card[open] { border-color: color-mix(in srgb, var(--tone) 40%, white); box-shadow: 0 24px 40px -30px color-mix(in srgb, var(--tone) 70%, black); }
.an-card summary { display: block; padding: 1.25rem 1.5rem; cursor: pointer; list-style: none; position: relative; }
.an-card summary::-webkit-details-marker { display: none; }
.an-head { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin-bottom: .7rem; }
.an-pill { display: inline-flex; align-items: center; gap: .4rem; padding: .25rem .7rem; border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--tone); background: color-mix(in srgb, var(--tone) 11%, white); }
.an-date { font-size: .8rem; font-weight: 600; color: var(--cp-muted); }
.an-flag { margin-left: auto; display: inline-flex; align-items: center; gap: .35rem; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.an-flag.pin { color: var(--kld-gold-dark, #b8911f); } .an-flag.new { padding: .2rem .6rem; border-radius: 999px; color: #5c4700; background: #fbf0c8; }
.an-card h3 { font-size: 1.12rem; font-weight: 800; line-height: 1.35; letter-spacing: -.01em; padding-right: 2.2rem; }
.an-card .an-ex { margin-top: .5rem; font-size: .92rem; line-height: 1.65; color: var(--cp-muted); padding-right: 2.2rem; }
.an-card[open] .an-ex { display: none; }
.an-card summary::after { content: "\F282"; font-family: "bootstrap-icons"; position: absolute; right: 1.4rem; bottom: 1.3rem; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; font-size: .85rem; color: var(--tone); background: color-mix(in srgb, var(--tone) 11%, white); transition: transform .25s; }
.an-card[open] summary::after { transform: rotate(180deg); }
.an-body { padding: 0 1.5rem 1.5rem; }
.an-body p { margin: 0 0 .8rem; font-size: .95rem; line-height: 1.75; color: #33423a; } .an-body p a { color: var(--kld-primary, #1a6b3a); font-weight: 600; text-decoration: underline; }
.an-when { display: inline-flex; align-items: center; gap: .5rem; margin: .2rem 0 .9rem; padding: .5rem .9rem; border-radius: 12px; background: color-mix(in srgb, var(--tone) 9%, white); color: var(--tone); font-size: .86rem; font-weight: 700; }
.an-body .cp-actions { padding-top: .3rem; }
.an-body .cp-btn.primary { flex: 0 0 auto; }
.an-card.feature { border: 0; color: #fff; background: radial-gradient(500px 220px at 100% 0%, rgba(201, 162, 39, .3), transparent 60%), linear-gradient(135deg, #0d3d21 0%, #1a6b3a 65%, #2d8a50 130%); box-shadow: 0 30px 50px -32px rgba(13, 61, 33, .9); }
.an-card.feature .an-pill { color: #fff; background: rgba(255, 255, 255, .16); } .an-card.feature .an-date { color: rgba(255, 255, 255, .78); }
.an-card.feature .an-flag.pin { color: #f1d572; } .an-card.feature .an-ex { color: rgba(255, 255, 255, .82); }
.an-card.feature summary::after { color: #fff; background: rgba(255, 255, 255, .16); }
.an-card.feature .an-body p { color: rgba(255, 255, 255, .9); } .an-card.feature .an-body p a { color: #f1d572; }
.an-card.feature .an-when { color: #fff; background: rgba(255, 255, 255, .14); }
.an-card.feature .cp-btn.primary { color: var(--kld-primary-dark, #0d3d21); background: #fff; box-shadow: none; }
.cp-pager { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem; margin: 2rem 0 0; }
.cp-pager a, .cp-pager span { display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 .8rem; border-radius: 12px; font-size: .88rem; font-weight: 700; color: var(--cp-muted); background: #fff; border: 1px solid var(--cp-line); }
.cp-pager a:hover { color: var(--kld-primary, #1a6b3a); border-color: #b9d8c4; } .cp-pager .on { color: #fff; background: var(--kld-primary, #1a6b3a); border-color: var(--kld-primary, #1a6b3a); } .cp-pager .dis { opacity: .45; }
.an-filterbar { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin-bottom: 1.2rem; font-size: .88rem; color: var(--cp-muted); }
.an-filterbar b { color: var(--cp-ink); } .an-filterbar a { font-weight: 700; color: var(--kld-primary, #1a6b3a); }

/* ---------- motion ---------- */
.cp-reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.cp-reveal.cp-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .cp *, .cp *::before, .cp *::after { animation: none !important; transition: none !important; } .cp-reveal { opacity: 1; transform: none; } }
@media (max-width: 767px) { .cp-hero { padding: 3rem 0 5.5rem; } }

/* ---------- legal / long-form article pages (privacy, terms, cookies, guidelines) ---------- */
.cp-updated { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.1rem; padding: .4rem .9rem; border-radius: 999px; background: rgba(255,255,255,.14); color: #fff; font-size: .78rem; font-weight: 600; }
.cp-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 3rem; align-items: start; padding: 3rem 0 4rem; }
.cp-toc { position: sticky; top: calc(var(--cp-nav) + 20px); background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius); padding: 1.3rem 1.4rem; }
.cp-toc-title { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--cp-muted); margin-bottom: .8rem; }
.cp-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: cp-toc; }
.cp-toc li { counter-increment: cp-toc; margin-bottom: .55rem; }
.cp-toc ol a { display: flex; gap: .6rem; font-size: .86rem; font-weight: 600; color: var(--cp-ink); line-height: 1.4; }
.cp-toc ol a::before { content: counter(cp-toc); flex: 0 0 auto; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--cp-tint); color: var(--kld-primary, #1a6b3a); font-size: .72rem; font-weight: 800; }
.cp-toc ol a:hover { color: var(--kld-primary, #1a6b3a); }
.cp-toc-note { margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--cp-line); font-size: .78rem; color: var(--cp-muted); line-height: 1.55; }
.cp-toc-note a { color: var(--kld-primary, #1a6b3a); font-weight: 700; }

.cp-article { min-width: 0; }
.cp-article > .cp-intro { font-size: 1rem; color: var(--cp-muted); line-height: 1.7; padding-bottom: 1.8rem; margin-bottom: 1.8rem; border-bottom: 1px solid var(--cp-line); }
.cp-section { scroll-margin-top: calc(var(--cp-nav) + 16px); padding-bottom: 2.2rem; margin-bottom: 2.2rem; border-bottom: 1px solid var(--cp-line); }
.cp-section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.cp-section-num { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 9px; background: var(--cp-tint); color: var(--kld-primary, #1a6b3a); font-weight: 800; font-size: .85rem; margin-right: .6rem; }
.cp-section h2 { display: flex; align-items: center; font-size: 1.2rem; font-weight: 800; letter-spacing: -.01em; margin-bottom: .9rem; }
.cp-section h3 { font-size: .98rem; font-weight: 800; margin: 1.2rem 0 .5rem; color: var(--cp-ink); }
.cp-section p { font-size: .92rem; line-height: 1.75; color: #33413a; margin-bottom: .8rem; }
.cp-section p:last-child { margin-bottom: 0; }
.cp-section ul, .cp-section ol { margin: .6rem 0 .9rem; padding-left: 1.3rem; }
.cp-section li { font-size: .92rem; line-height: 1.65; color: #33413a; margin-bottom: .4rem; }
.cp-section strong { color: var(--cp-ink); }
.cp-callout { display: flex; gap: .8rem; background: var(--cp-tint); border-radius: 14px; padding: 1rem 1.2rem; margin: 1rem 0; }
.cp-callout i { flex: 0 0 auto; color: var(--kld-primary, #1a6b3a); font-size: 1.1rem; margin-top: .1rem; }
.cp-callout p { margin: 0; font-size: .88rem; color: #33413a; }
.cp-tier-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 1rem 0; font-size: .86rem; }
.cp-tier-table th { text-align: left; padding: .6rem .8rem; background: var(--cp-tint); color: var(--kld-ink, #14201a); font-size: .74rem; text-transform: uppercase; letter-spacing: .04em; }
.cp-tier-table th:first-child { border-radius: 10px 0 0 10px; } .cp-tier-table th:last-child { border-radius: 0 10px 10px 0; }
.cp-tier-table td { padding: .7rem .8rem; border-bottom: 1px solid var(--cp-line); vertical-align: top; color: #33413a; }

@media (max-width: 900px) {
    .cp-layout { grid-template-columns: 1fr; padding: 2rem 0 3rem; }
    .cp-toc { position: static; }
}