* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: #f7f4ef; color: #1f2933; line-height: 1.55; }
a { color: #178448; font-weight: 800; }
.container { width: min(920px, calc(100% - 28px)); margin: 0 auto; }
header, footer { background: rgba(247,244,239,.76); border-bottom: 1px solid rgba(31,41,51,.1); backdrop-filter: blur(10px); }
footer { border-top: 1px solid rgba(31,41,51,.1); border-bottom: 0; padding: 20px 0; text-align: center; color: #5c6773; font-size: 13px; }
.nav { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand img { width: 58px; display: block; }
.menu { display: flex; gap: 12px; flex-wrap: wrap; font-size: 13px; font-weight: 800; }
main { padding: 30px 0 40px; }
.legal-card { background: rgba(255,255,255,.74); border: 1px solid rgba(31,41,51,.12); border-radius: 14px; padding: 24px; box-shadow: 0 14px 38px rgba(24,35,47,.08); }
.eyebrow { color: #178448; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 900; }
h1 { margin: 6px 0 12px; color: #18232f; font-size: clamp(28px, 4vw, 42px); line-height: 1.05; }
h2 { margin: 24px 0 8px; color: #18232f; font-size: 20px; }
p, li { color: #344054; }
ul { padding-left: 20px; }
.meta { color: #667085; font-size: 13px; font-weight: 700; }
.footer-links { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
@media (max-width: 560px) { .container { width: min(100% - 18px, 920px); } .nav { flex-direction: column; padding: 10px 0; } .menu { justify-content: center; } .legal-card { padding: 18px; } }
