:root { color-scheme: light; --green: #4faf20; --green-dark: #328e1c; --ink: #1b1f23; --muted: #65706a; --line: #e3e9e5; --page: #f4f7f5; --card: #ffffff; }
* { box-sizing: border-box; }
html { background: var(--page); }
body { margin: 0; color: var(--ink); background: var(--page); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.58; }
a { color: var(--green-dark); }
.landing-shell, .page { width: min(100% - 32px, 880px); margin: 0 auto; }
.landing-shell { min-height: 100vh; display: grid; align-content: center; gap: 22px; padding: 28px 0; }
.wordmark { margin: 0; font-size: 25px; font-weight: 800; letter-spacing: -0.8px; }.wordmark span { display: inline-grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; color: #fff; background: var(--green); font-size: 18px; }
.landing-card, .policy-card { background: var(--card); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 10px 24px rgba(18, 59, 66, .05); }.landing-card { padding: clamp(28px, 6vw, 58px); }.landing-card h1 { max-width: 560px; font-size: clamp(30px, 8vw, 48px); line-height: 1.08; letter-spacing: -1.4px; margin: 7px 0 14px; }.eyebrow { color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 1.2px; margin: 0; }.button { display: inline-block; margin-top: 13px; padding: 11px 16px; border-radius: 12px; color: #fff; background: var(--green); text-decoration: none; font-weight: 750; }
.legal-footer { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: 13px; }.legal-footer a { font-weight: 700; text-decoration: none; }
.page { padding: 24px 0 48px; }.policy-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }.policy-top .wordmark { font-size: 22px; }.language-switch { display: flex; gap: 6px; }.language-switch button { min-width: 41px; min-height: 38px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: #fff; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }.language-switch button[aria-pressed="true"] { color: #fff; border-color: var(--green); background: var(--green); }
.policy-card { padding: clamp(20px, 4vw, 42px); }.policy-card h1 { margin: 4px 0 8px; font-size: clamp(28px, 6vw, 39px); line-height: 1.12; letter-spacing: -1px; }.policy-card h2 { margin: 32px 0 9px; font-size: 19px; line-height: 1.25; }.policy-card h3 { margin: 20px 0 5px; font-size: 15px; }.policy-card p, .policy-card li { color: #39423d; }.policy-card ul { padding-inline-start: 21px; }.policy-card li + li { margin-top: 5px; }.muted, .updated { color: var(--muted); }.notice { margin: 18px 0; padding: 14px; border-inline-start: 4px solid var(--green); border-radius: 10px; background: #f0f7e9; color: #31462b; }.language { display: none; }.language.active { display: block; } [dir="rtl"] { text-align: right; }
@media (max-width: 420px) { .landing-shell, .page { width: min(100% - 24px, 880px); }.policy-top { align-items: flex-start; flex-direction: column; }.policy-card { border-radius: 18px; } }
