:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,sans-serif;--color-bg: #f7f7f4;--color-surface: #ffffff;--color-text: #0f1d1a;--color-muted: #51605a;--color-accent: #1f6f57;--color-accent-soft: #e2f0ea;--color-border: #d9e2dc;--color-highlight: #0f2c24;--radius-lg: 24px;--radius-md: 16px;--radius-sm: 12px;--shadow: 0 18px 45px rgba(15, 29, 26, .12);--max-width: 1200px}*{box-sizing:border-box}body{margin:0;color:var(--color-text);background:var(--color-bg)}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}img,svg{max-width:100%}.page{min-height:100vh;display:flex;flex-direction:column;gap:64px;padding:32px clamp(20px,4vw,60px) 80px}.site-header{display:grid;gap:16px;align-items:center}.logo{font-size:1.4rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-nav{display:flex;flex-wrap:wrap;gap:16px;font-weight:500}.language-toggle{display:inline-flex;align-items:center;gap:8px;font-weight:600;background:var(--color-surface);border-radius:999px;padding:6px 12px;border:1px solid var(--color-border);width:fit-content}.language-toggle button{border:none;background:transparent;font-weight:600;cursor:pointer;color:var(--color-muted)}.language-toggle button.is-active{color:var(--color-accent)}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;align-items:center}.hero__content h1{font-size:clamp(2.2rem,4vw,3.5rem);margin:16px 0 12px}.hero__subtitle{font-size:1.1rem;color:var(--color-muted);line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hero__panel{background:var(--color-highlight);color:#f4f7f6;padding:32px;border-radius:var(--radius-lg);box-shadow:var(--shadow);display:grid;gap:16px}.hero__panel h2{margin:0}.hero__panel-description{color:#d7e5df}.hero__steps{display:grid;gap:12px}.hero__step{display:flex;gap:12px;align-items:center;font-weight:600}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:var(--color-accent-soft);color:var(--color-accent);font-weight:600}.section{display:grid;gap:24px}.section__heading h2{margin:0 0 8px;font-size:clamp(1.6rem,3vw,2.2rem)}.section__heading p{margin:0;color:var(--color-muted);max-width:720px}.section--accent{background:var(--color-accent-soft);padding:32px;border-radius:var(--radius-lg)}.section--donate,.section--contact{background:var(--color-surface);padding:28px;border-radius:var(--radius-lg);border:1px solid var(--color-border)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.card{background:var(--color-surface);padding:24px;border-radius:var(--radius-md);border:1px solid var(--color-border);display:grid;gap:12px;min-height:180px}.card--light{background:#fdfdfb}.icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--color-accent-soft);color:var(--color-accent)}.icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.steps{list-style:none;margin:0;padding:0;display:grid;gap:16px}.steps li{display:flex;gap:16px;align-items:center;background:var(--color-surface);border-radius:var(--radius-md);padding:16px 20px;border:1px solid var(--color-border)}.steps li span{font-weight:700;color:var(--color-accent)}.button{padding:12px 22px;border-radius:999px;font-weight:600;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.button--primary{background:var(--color-accent);color:#fff}.button--ghost{border-color:var(--color-accent);color:var(--color-accent);background:transparent}.facts{display:grid;gap:16px;margin:0}.fact{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:18px 20px;display:grid;gap:6px}.fact dt{font-weight:600}.fact dd{margin:0;color:var(--color-muted)}.contact{display:grid;gap:20px}.contact__email{display:grid;gap:8px;font-size:1rem}.social-links{display:flex;flex-wrap:wrap;gap:12px}.social-links a{padding:10px 16px;border-radius:999px;background:var(--color-accent-soft);color:var(--color-accent);font-weight:600}.social-links a[aria-disabled=true]{opacity:.6;cursor:not-allowed}.site-footer{display:grid;gap:24px;border-top:1px solid var(--color-border);padding-top:32px}.footer-links{display:grid;gap:8px;margin-top:8px}.footer-meta{color:var(--color-muted)}@media (min-width: 900px){.site-header{grid-template-columns:auto 1fr auto}.site-nav{justify-content:center}.site-footer{grid-template-columns:repeat(3,1fr);align-items:start}}@media (max-width: 640px){.hero__panel,.section--accent,.section--donate,.section--contact{padding:24px}}
