:root {
  --green:#004b2b;
  --green2:#006536;
  --gold:#f6b800;
  --cream:#fffaf0;
  --paper:#fffdf7;
  --text:#17221c;
  --muted:#55645c;
  --line:rgba(0,0,0,.12);
  --shadow:0 18px 48px rgba(0,0,0,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fffaf0;color:var(--text)}
a{text-decoration:none;color:inherit}
img{display:block}
.container{width:min(1500px,calc(100% - 64px));margin:0 auto}

.strip{height:36px;background:linear-gradient(90deg,#003f24,#006536,#003f24);color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 56px;font-size:13px;font-weight:800}
.strip span:nth-child(2){text-align:center}
.strip span:last-child{text-align:right}

.privacy-top{background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08);position:sticky;top:0;z-index:50}
.nav{height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:170px;height:95px;object-fit:contain}
.nav nav{display:flex;gap:32px;align-items:center;font-weight:900}
.nav nav a:hover{color:#d99b00}
.nav-actions{display:flex;align-items:center;gap:14px}
.nav-actions a,.nav-actions button{height:46px;border-radius:8px;border:1px solid #d8d8d8;background:#fff;padding:0 18px;display:inline-flex;align-items:center;gap:8px;font-weight:950}
.nav-actions img{width:18px;height:18px}
.live-btn{border-color:#e2aa22!important;color:#003f24}
.donate-btn{background:#006536!important;color:#fff;border-color:#006536!important}

.privacy-hero{min-height:360px;color:#fff;background:linear-gradient(90deg,#032b1a,#06482b,#032b1a);position:relative;overflow:hidden;display:grid;place-items:center}
.privacy-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 75%,rgba(246,184,0,.18),transparent 20%),radial-gradient(circle at 82% 30%,rgba(246,184,0,.18),transparent 20%),repeating-linear-gradient(45deg,rgba(255,255,255,.035) 0 2px,transparent 2px 26px)}
.privacy-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(0deg,rgba(0,0,0,.38),transparent)}
.hero-inner{text-align:center;position:relative;z-index:2}
.breadcrumbs{font-weight:800;margin-bottom:22px;color:#fff}
.breadcrumbs span{color:#f6b800;margin:0 8px}
.breadcrumbs b{color:#f6b800}
.privacy-hero h1{margin:0;text-transform:uppercase;font-family:Georgia,serif;font-size:62px;letter-spacing:2px;text-shadow:0 6px 18px rgba(0,0,0,.35)}
.privacy-hero p{font-size:18px;font-weight:900}
.policy-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:34px;margin:24px 0}
.policy-meta span{display:inline-flex;align-items:center;gap:10px;font-weight:900}
.policy-meta img{width:20px;height:20px;filter:invert(79%) sepia(67%) saturate(1039%) hue-rotate(359deg) brightness(98%) contrast(95%)}
.hero-note{display:block;color:#f8d56e;line-height:1.6;font-size:16px}

.privacy-layout{padding:30px 0;display:grid;grid-template-columns:280px 1fr 335px;gap:26px;align-items:start}
.toc-card,.privacy-side section,.policy-list,.privacy-actions article,.privacy-subscribe{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow)}
.toc-card{position:sticky;top:130px;overflow:hidden}
.toc-card h2{margin:0;padding:16px 20px;background:#006536;color:#fff;text-transform:uppercase;font-size:15px}
.toc-card a{display:flex;align-items:center;gap:10px;padding:13px 18px;border-bottom:1px solid var(--line);font-weight:800;font-size:13px;color:#304139}
.toc-card a:hover{background:#fff8df;color:#006536}
.toc-card img{width:18px;height:18px}
.download-box{margin:22px!important;border:1px solid #e4c16a!important;border-radius:9px!important;background:#fff8e7!important}
.download-box img{width:30px!important;height:30px!important;filter:invert(31%) sepia(81%) saturate(2502%) hue-rotate(344deg) brightness(93%) contrast(92%)}
.download-box small{display:block;color:#55645c;margin-top:4px}

.policy-list{overflow:hidden}
.policy-item{display:grid;grid-template-columns:36px 1fr 28px;gap:16px;align-items:center;padding:18px 24px;border-bottom:1px solid var(--line)}
.policy-item:last-child{border-bottom:0}
.policy-item>img{width:24px;height:24px;filter:invert(57%) sepia(96%) saturate(693%) hue-rotate(359deg) brightness(96%) contrast(95%)}
.policy-item h3{margin:0 0 4px;font-family:Georgia,serif;font-size:18px}
.policy-item p{margin:0;color:#4f5b53;font-size:13px;font-weight:700}
.policy-item button{border:0;background:transparent;font-size:30px;cursor:pointer;color:#2a382f}

.privacy-side{display:grid;gap:24px}
.privacy-side section{padding:22px}
.privacy-side h2{margin:0 0 16px;font-family:Georgia,serif;color:#003f24}
.commit-card{position:relative;min-height:210px;background:linear-gradient(135deg,#fff,#fff8e7)}
.commit-card p{line-height:1.6;font-weight:700}
.shield-art{position:absolute;right:22px;bottom:22px;width:82px;height:82px;border-radius:18px;background:linear-gradient(135deg,#006536,#003f24);display:grid;place-items:center;border:3px solid #f6b800}
.shield-art img{width:42px;height:42px;filter:brightness(0) invert(1)}
.standards-card div{display:grid;grid-template-columns:52px 1fr;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}
.standards-card div:last-child{border-bottom:0}
.standards-card span{width:46px;height:46px;border-radius:50%;background:#006536;display:grid;place-items:center}
.standards-card img{width:24px;height:24px;filter:brightness(0) invert(1)}
.standards-card p{margin:0}
.standards-card small{display:block;color:#55645c;margin-top:4px;font-weight:700}
.request-card input,.request-card select,.request-card textarea{width:100%;height:42px;margin-bottom:10px;border:1px solid #d4d4d4;border-radius:5px;padding:0 12px}
.request-card textarea{height:78px;padding-top:10px}
.request-card button{width:100%;height:44px;border:0;border-radius:5px;background:#006536;color:#fff;font-weight:950;display:flex;align-items:center;justify-content:center;gap:8px}
.request-card button img{width:18px;height:18px;filter:brightness(0) invert(1)}
.request-card small{display:block;text-align:center;margin-top:12px;color:#55645c}

.privacy-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:18px}
.privacy-actions article{padding:22px;display:grid;grid-template-columns:70px 1fr;gap:18px}
.privacy-actions span{width:62px;height:62px;border-radius:9px;background:#f4f8ef;border:1px solid #d6e8d7;display:grid;place-items:center}
.privacy-actions span img{width:32px;height:32px;filter:invert(20%) sepia(48%) saturate(1047%) hue-rotate(104deg) brightness(90%) contrast(93%)}
.privacy-actions h3,.privacy-actions p{margin:0 0 8px}
.privacy-actions a,.privacy-actions button{border:0;border-radius:6px;background:#f6b800;color:#111;padding:10px 16px;font-weight:950;display:inline-flex;align-items:center;gap:8px;cursor:pointer}
.privacy-actions a img,.privacy-actions button img{width:17px;height:17px}

.privacy-subscribe{margin-bottom:0;background:linear-gradient(135deg,#003f24,#006536);color:#fff;padding:18px 28px;display:grid;grid-template-columns:1fr 460px;gap:28px;align-items:center}
.privacy-subscribe>div{display:grid;grid-template-columns:62px 1fr;gap:16px;align-items:center}
.privacy-subscribe img{width:32px;height:32px;filter:brightness(0) invert(1)}
.privacy-subscribe h3,.privacy-subscribe p{margin:0}
.privacy-subscribe form{display:grid;grid-template-columns:1fr 130px}
.privacy-subscribe input,.privacy-subscribe button{height:48px;border:0}
.privacy-subscribe input{border-radius:7px 0 0 7px;padding:0 18px}
.privacy-subscribe button{border-radius:0 7px 7px 0;background:#f6b800;font-weight:950}

.privacy-footer{background:linear-gradient(135deg,#003f24,#005b33,#003f24);color:#fff;border-top:4px solid #f6b800}
.footer-grid{padding:34px 0;display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr 1.25fr;gap:38px}
.footer-logo{width:130px;height:auto}
.footer-grid h3{color:#f6b800;margin:0 0 14px}
.footer-grid a,.footer-grid p{display:block;margin:8px 0;color:#fff}
.footer-socials{display:flex;gap:10px}
.footer-socials a{width:34px;height:34px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:grid;place-items:center}
.footer-bottom{min-height:54px;border-top:1px solid rgba(255,255,255,.18);display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer-bottom a{color:#f6b800}

.cookie-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:100;place-items:center}
.cookie-modal.open{display:grid}
.cookie-modal>div{width:min(520px,calc(100% - 40px));background:#fff;border-radius:14px;padding:26px;position:relative;box-shadow:0 24px 80px rgba(0,0,0,.35)}
.cookie-modal button#closeCookie{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:28px;cursor:pointer}
.cookie-modal label{display:block;margin:14px 0}
.cookie-modal button#saveCookie{border:0;background:#006536;color:#fff;border-radius:6px;padding:12px 18px;font-weight:950}

@media(max-width:1150px){
  .privacy-layout{grid-template-columns:1fr}
  .toc-card{position:static}
  .privacy-actions,.privacy-subscribe,.footer-grid{grid-template-columns:1fr}
  .privacy-subscribe form{grid-template-columns:1fr}
  .privacy-subscribe input,.privacy-subscribe button{border-radius:7px}
  .footer-bottom{flex-direction:column;padding:16px 0;text-align:center}
}
