:root {
  --ink: #17211d;
  --muted: #5d6963;
  --paper: #f8f6ef;
  --panel: #fffdf7;
  --line: #d8d4c8;
  --green: #174c3c;
  --green-2: #246d57;
  --gold: #c4903d;
  --cream: #eee8d8;
  --shadow: 0 24px 70px rgba(23, 33, 29, .10);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.62; }
a { color: var(--green); text-underline-offset: 3px; }
a:hover { color: var(--green-2); }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 99; padding: 10px 14px; background: var(--ink); color: white; }
.skip:focus { left: 8px; }
.site-head { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(216,212,200,.9); background: rgba(248,246,239,.94); backdrop-filter: blur(14px); }
.nav { width: min(1180px, calc(100% - 40px)); margin: auto; min-height: 68px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-family: var(--serif); font-weight: 700; letter-spacing: -.02em; }
.brand svg { width: 31px; height: 31px; }
.nav-links { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 650; }
.nav-links a:hover { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 17px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white !important; text-decoration: none; font-size: 14px; font-weight: 750; }
.button.secondary { color: var(--green) !important; background: transparent; }
.hero { border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 15%, rgba(196,144,61,.19), transparent 24%), linear-gradient(155deg, #fbfaf5 0%, #f2eee1 100%); }
.hero-inner { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 96px 0 78px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 15px; color: var(--green-2); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1,h2,h3 { font-family: var(--serif); line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 900px; margin: 0; font-size: clamp(42px, 6.2vw, 76px); font-weight: 650; }
.article-hero h1 { font-size: clamp(38px, 5vw, 64px); }
.lede { max-width: 760px; margin: 24px 0 0; color: #43504a; font-family: var(--serif); font-size: clamp(20px, 2.2vw, 27px); line-height: 1.42; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.trust-card { padding: 26px; border: 1px solid rgba(23,76,60,.22); border-radius: 18px; background: rgba(255,253,247,.86); box-shadow: var(--shadow); }
.trust-card h2 { margin: 0 0 15px; font-size: 25px; }
.trust-card ul { padding: 0; margin: 0; list-style: none; }
.trust-card li { padding: 10px 0 10px 27px; border-top: 1px solid var(--line); position: relative; font-size: 14px; }
.trust-card li:first-child { border-top: 0; }
.trust-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-2); font-weight: 900; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: auto; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 64px; align-items: start; padding: 58px 0 90px; }
.article { min-width: 0; }
.article section { padding: 34px 0; border-top: 1px solid var(--line); }
.article section:first-child { border-top: 0; padding-top: 0; }
.article h2 { margin: 0 0 16px; font-size: clamp(29px,3vw,40px); }
.article h3 { margin: 24px 0 9px; font-size: 23px; }
.article p, .article li { font-size: 17px; }
.article p { margin: 0 0 17px; }
.article ul, .article ol { padding-left: 24px; }
.article li { margin: 8px 0; }
.callout { margin: 25px 0; padding: 20px 22px; border-left: 4px solid var(--gold); border-radius: 0 8px 8px 0; background: var(--cream); }
.callout strong { display: block; margin-bottom: 3px; }
.facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 30px 0; }
.fact { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
.fact b { display: block; color: var(--green); font-family: var(--serif); font-size: 24px; }
.fact span { color: var(--muted); font-size: 13px; }
.byline { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; color: var(--muted); font-size: 13px; }
.crumbs { margin-bottom: 17px; color: var(--muted); font-size: 13px; }
.crumbs a { color: inherit; }
.aside { position: sticky; top: 96px; }
.aside-card { margin-bottom: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.aside-card h2 { margin: 0 0 11px; font-size: 20px; }
.aside-card p, .aside-card li { color: var(--muted); font-size: 13px; }
.aside-card ul { margin: 0; padding-left: 18px; }
.aside-card .button { width: 100%; }
.source-list { padding-left: 0 !important; list-style: none; }
.source-list li { margin: 11px 0; padding-left: 22px; position: relative; font-size: 14px; }
.source-list li::before { content: "↗"; position: absolute; left: 0; color: var(--green-2); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 20px; font-weight: 700; }
.faq details p { margin: 12px 0 0; }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.card { display: block; padding: 23px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); color: var(--ink); text-decoration: none; transition: transform .15s, box-shadow .15s; }
.card:hover { color: var(--ink); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(23,33,29,.08); }
.card h3 { margin: 0 0 8px; font-size: 24px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.home-section { padding: 74px 0; border-bottom: 1px solid var(--line); }
.home-section > h2 { max-width: 780px; margin: 0 0 26px; font-size: clamp(33px,4vw,50px); }
.home-section > p { max-width: 790px; margin: -12px 0 30px; color: var(--muted); font-family: var(--serif); font-size: 20px; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.step-card { padding: 21px; border-top: 3px solid var(--green); background: var(--panel); }
.step-card::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 26px; color: var(--gold); font: 800 12px var(--sans); letter-spacing: .1em; }
.step-card h3 { margin: 0 0 8px; font-size: 23px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }
.site-foot { background: var(--ink); color: #dde3df; }
.foot-inner { width: min(1120px,calc(100% - 40px)); margin: auto; padding: 55px 0 38px; display: grid; grid-template-columns: 1.3fr 2fr; gap: 50px; }
.foot-brand { font-family: var(--serif); font-size: 25px; }
.foot-intro { max-width: 420px; color: #aeb9b3; font-size: 14px; }
.foot-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.foot-links h2 { margin: 0 0 12px; color: #fff; font: 800 11px var(--sans); letter-spacing: .11em; text-transform: uppercase; }
.foot-links a { display: block; margin: 7px 0; color: #c5cfca; text-decoration: none; font-size: 13px; }
.fine { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid #3a4640; color: #9ba8a1; font-size: 12px; }
@media (max-width: 900px) {
  .nav-links a:not(.button) { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 68px; gap: 38px; }
  .article-layout { grid-template-columns: 1fr; }
  .aside { position: static; }
  .cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .foot-inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .nav { width: min(100% - 24px,1180px); }
  .brand span { font-size: 14px; }
  .button { min-height: 42px; padding: 0 13px; }
  .hero-inner,.wrap { width: min(100% - 28px,1120px); }
  .hero-inner { padding: 54px 0 50px; }
  .cards,.steps,.facts { grid-template-columns: 1fr; }
  .article-layout { padding-top: 36px; gap: 24px; }
  .foot-links { grid-template-columns: repeat(2,1fr); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .card { transition: none; } }
@media print { .site-head,.aside,.site-foot,.hero-actions { display:none; } body { background:white; } .hero { background:white; } .hero-inner { display:block; padding:20px 0; } .article-layout { display:block; padding-top:20px; } a { color:inherit; } }
