:root{--ink:#17221b;--muted:#58645d;--accent:#176b4d;--accent-dark:#0d4b35;--soft:#f2f6f2;--line:#d8e1da;--paper:#fff;--max:1180px;--radius:14px;--shadow:0 14px 34px rgba(20,50,35,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);line-height:1.65;background:var(--paper)}a{color:var(--accent-dark)}img{max-width:100%;height:auto}.container{width:min(calc(100% - 2rem),var(--max));margin-inline:auto}.narrow{max-width:850px}.skip-link{position:absolute;left:-9999px;top:1rem}.skip-link:focus{left:1rem;z-index:1000;background:#fff;padding:.75rem 1rem;border:2px solid var(--accent)}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--ink)}.brand span{display:flex;flex-direction:column}.brand small{color:var(--muted)}#primary-nav{display:flex;gap:1.25rem;align-items:center}#primary-nav a{text-decoration:none;font-weight:650}.nav-toggle{display:none}.hero{padding:2rem 0;background:linear-gradient(135deg,#eef7f1,#fff 55%,#edf5ef)}.hero-grid,.content-grid{display:grid;grid-template-columns:1.6fr .9fr;gap:3rem;align-items:start}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800;color:var(--accent);margin:0 0 .65rem}.hero h1{font-size:clamp(2rem,2vw,2rem);line-height:1.03;letter-spacing:-.045em;margin:.2rem 0 1.35rem}.lead{font-size:1.2rem;color:var(--muted);max-width:760px}.hero-actions,.country-card__actions{display:flex;gap:.75rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:.82rem 1.05rem;border-radius:9px;background:var(--accent);color:#fff;text-decoration:none;border:1px solid var(--accent);font-weight:750;cursor:pointer}.button:hover{background:var(--accent-dark)}.button--secondary{background:#fff;color:var(--accent-dark);border-color:var(--line)}.button--muted{background:#eef1ef;color:#66726b;border-color:#dfe5e1;cursor:default}.trust-panel,.editorial-note{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.trust-panel h2,.editorial-note h2{font-size:1.15rem;margin-top:0}.breadcrumbs{display:flex;gap:.5rem;padding:1rem 0;font-size:.92rem}.section{padding:4.5rem 0}.section--soft{background:var(--soft)}.section h2{font-size:clamp(1.8rem,2vw,1.7rem);line-height:1.15;letter-spacing:-.025em}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.check-grid article{padding:1.25rem;border-left:4px solid var(--accent);background:#fff}.section-heading{display:flex;justify-content:space-between;gap:2rem;align-items:end}.result-count{font-weight:800;color:var(--accent-dark)}.filters{display:grid;grid-template-columns:2fr 1fr auto;gap:1rem;align-items:end;margin:2rem 0}.filters label{font-weight:750}.filters input,.filters select{width:100%;margin-top:.4rem;padding:.8rem;border:1px solid #bfcac2;border-radius:8px;background:#fff;font:inherit}.notice{background:#fff8dc;border:1px solid #ead88d;padding:1rem 1.1rem;border-radius:10px}.country-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.country-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.85rem;min-height:100%}.country-card__top{display:flex;justify-content:space-between;gap:1rem;align-items:start}.status{font-size:.75rem;color:var(--muted)}.country-card h3{font-size:1.35rem;margin:0}.country-facts{margin:0}.country-facts div{margin-bottom:.75rem}.country-facts dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--muted)}.country-facts dd{margin:.15rem 0 0}.country-card__actions{margin-top:auto;align-items:center}.country-card__actions a:not(.button){font-weight:700}.empty-state{padding:2rem;text-align:center}.checklist{padding-left:1.2rem}.checklist li{margin:.65rem 0}details{border-top:1px solid var(--line);padding:1rem 0}summary{font-weight:800;cursor:pointer}.site-footer{background:#14231a;color:#e8f0ea;padding:3.5rem 0}.site-footer a{display:block;color:#d9eee0;margin:.4rem 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}.site-footer h2{font-size:1rem}.footer-note{width:min(calc(100% - 2rem),var(--max));margin:2rem auto 0;border-top:1px solid #395142;padding-top:1rem;color:#bfd0c3}@media(max-width:900px){.hero-grid,.content-grid,.country-grid{grid-template-columns:1fr}.country-grid{grid-template-columns:repeat(2,1fr)}.nav-toggle{display:block}.site-header #primary-nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:1rem;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.site-header #primary-nav[data-open="true"]{display:flex}.filters{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.country-grid,.check-grid,.footer-grid{grid-template-columns:1fr}.hero{padding:3.5rem 0}.hero h1{font-size:2.65rem}}:focus-visible{outline:3px solid #f2b544;outline-offset:3px}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
