/* Policy pages: same palette + type as the funnel (theme.css tokens, inlined so this stays standalone). */
:root{--green:#2F7E4B;--forest:#133D26;--cream:#FFF8E6;--ink:#1F2A22;--muted:#56625A;--line:#E6E1D2}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:#fff;color:var(--ink);font-family:Poppins,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.65}
a{color:var(--green);text-underline-offset:2px}
.pol-head{border-bottom:1px solid var(--line);padding:14px 15px;display:flex;justify-content:center}
.pol-head img{height:34px;width:auto;display:block}
.pol{max-width:760px;margin:0 auto;padding:24px 15px 56px}
.pol__back{display:inline-block;font-size:14px;font-weight:500;text-decoration:none;margin-bottom:18px}
.pol h1{color:var(--forest);font-size:28px;line-height:1.2;font-weight:700;margin:0 0 6px}
.pol__date{color:var(--muted);font-size:14px;margin:0 0 26px}
.pol h2{color:var(--forest);font-size:18px;line-height:1.3;font-weight:600;margin:30px 0 8px}
.pol p{margin:0 0 12px}
.pol ul,.pol ol{margin:0 0 12px;padding-left:22px}
.pol li{margin:0 0 6px}
.pol-foot{background:var(--cream);padding:28px 15px 32px;font-size:14px;color:var(--muted)}
.pol-foot nav{max-width:760px;margin:0 auto 14px;display:flex;flex-wrap:wrap;gap:8px 18px}
.pol-foot nav a{color:var(--forest);text-decoration:none;font-weight:500}
.pol-foot p{max-width:760px;margin:0 auto 8px}
.pol-foot__fda{font-size:12px;line-height:1.5}
@media (min-width:750px){
  .pol-head{padding:18px 50px}
  .pol-head img{height:40px}
  .pol{padding:40px 50px 80px}
  .pol h1{font-size:38px}
  .pol h2{font-size:21px}
  body{font-size:17px}
}
