:root{--green:#176b4d;--green-dark:#0d4834;--mint:#e8f6ef;--cream:#fbf8f0;--ink:#17211d;--muted:#66716b;--line:#d8e3dc;--orange:#f3a62f}*{box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--cream);color:var(--ink)}body{margin:0;min-height:100vh}a{color:inherit}.shell{width:min(940px,calc(100% - 32px));margin:auto}.topbar{display:flex;align-items:center;justify-content:space-between;padding:24px 0}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:22px;font-weight:850}.brand-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px 12px 12px 4px;background:var(--green);color:white;font-size:21px}.topbar nav{display:flex;gap:22px}.topbar nav a{color:var(--muted);font-size:14px;text-decoration:none}.card{margin:42px auto 70px;padding:54px;border:1px solid var(--line);border-radius:30px;background:white;box-shadow:0 24px 70px rgba(28,70,52,.1)}.hero{text-align:center;max-width:720px}.eyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--mint);color:var(--green);font-size:11px;font-weight:850;letter-spacing:.12em}.hero h1{margin:20px 0 14px;font-family:Georgia,serif;font-size:clamp(38px,7vw,66px);line-height:1.02;letter-spacing:-.035em}.hero h1 em{color:var(--green);font-style:normal}.hero p{margin:0 auto 30px;max-width:580px;color:var(--muted);font-size:18px;line-height:1.6}.actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:0;border-radius:13px;background:var(--green);color:white;text-decoration:none;font-weight:800;cursor:pointer}.button.secondary{background:var(--mint);color:var(--green-dark)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:42px;text-align:left}.feature{padding:20px;border-radius:18px;background:var(--cream)}.feature span{font-size:25px}.feature h2{font-size:15px;margin:12px 0 6px}.feature p{font-size:13px;line-height:1.5;margin:0;color:var(--muted)}.join-card{max-width:620px;text-align:center}.basket{display:grid;place-items:center;width:82px;height:82px;margin:0 auto 20px;border-radius:25px;background:var(--mint);font-size:39px}.code{display:inline-block;margin:8px 0 26px;padding:13px 18px;border:1px dashed #8ab8a2;border-radius:12px;background:#f5fbf8;color:var(--green-dark);font:800 22px ui-monospace,monospace;letter-spacing:.08em}.status{min-height:22px;color:#a03d31;font-size:13px}.privacy{max-width:760px;padding:48px}.privacy h1{font-family:Georgia,serif;font-size:44px;margin:8px 0}.privacy .updated{color:var(--muted);font-size:13px}.privacy h2{margin:34px 0 9px;font-size:19px}.privacy p,.privacy li{color:#48544e;line-height:1.7}.privacy li+li{margin-top:6px}.footer{display:flex;justify-content:space-between;gap:20px;padding:0 0 30px;color:var(--muted);font-size:12px}.footer a{color:var(--green)}@media(max-width:680px){.topbar nav{display:none}.card{margin-top:20px;padding:32px 22px;border-radius:22px}.features{grid-template-columns:1fr}.privacy h1{font-size:36px}.footer{flex-direction:column}}
