
:root{--green:#4a982c;--lime:#8fc70c;--purple:#76506f;--ink:#1c2a1c;--muted:#607060;--cream:#f6f7ef;--line:#dfe6da;--white:#fff;--radius:18px;--shadow:0 18px 55px rgba(30,60,25,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}.site-header{height:82px;display:flex;align-items:center;background:#fff;border-bottom:1px solid var(--line)}.site-header .container{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand img{width:48px;height:48px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand strong{font-size:1.35rem;color:var(--green)}.brand small{text-transform:uppercase;letter-spacing:.1em;font-size:.58rem}.legal-main{padding:70px 0 100px}.legal-main h1{font-size:clamp(2.1rem,5vw,4.4rem);line-height:1.05;max-width:900px}.legal-main h2{margin-top:2.2rem}.legal-main h3{margin-top:1.5rem}.legal-note{background:#fff7df;border:1px solid #efd99a;padding:18px 20px;border-radius:14px}.legal-card{background:var(--cream);border-radius:var(--radius);padding:clamp(24px,4vw,52px);box-shadow:var(--shadow)}.legal-card table{width:100%;border-collapse:collapse}.legal-card th,.legal-card td{padding:12px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left}.legal-card code{background:#eef1e8;padding:.1em .35em;border-radius:6px}.back-link{display:inline-flex;gap:8px;margin-bottom:30px;text-decoration:none;font-weight:700;color:var(--green)}.site-footer{background:#243522;color:#fff;padding:35px 0}.footer-bottom{display:flex;justify-content:space-between;gap:20px}.site-footer a{color:#fff}.link-button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer}.cookie-banner{position:fixed;z-index:99;left:20px;right:20px;bottom:20px;background:#fff;color:var(--ink);box-shadow:0 20px 70px rgba(0,0,0,.25);border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:25px}.cookie-banner[hidden]{display:none}.cookie-banner p{margin:.25rem 0}.cookie-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.btn{border:0;border-radius:999px;padding:11px 18px;background:var(--green);color:#fff;font-weight:800;cursor:pointer}.btn-secondary{background:#edf2e9;color:var(--ink)}@media(max-width:700px){.brand small{display:none}.legal-main{padding-top:45px}.cookie-banner{align-items:flex-start;flex-direction:column}.legal-card{padding:22px}.legal-card table,.legal-card tbody,.legal-card tr,.legal-card th,.legal-card td{display:block}.legal-card th{padding-bottom:0;border:0}.footer-bottom{flex-direction:column}}
