:root{--green:#2d5a27;--green-dark:#1e3d1a;--white:#fdfdfb;--text:#1a1a1a;--text-muted:#5a5a58;--border:#e8e8e5;--font-serif:Georgia,'Times New Roman',serif;--font-sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;}*{margin:0;padding:0;box-sizing:border-box;}body{font-family:var(--font-sans);font-size:18px;line-height:1.7;color:var(--text);background-color:var(--white);-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column;}main{flex:1;max-width:700px;margin:0 auto;padding:8rem 2rem 4rem;}h1{font-family:var(--font-serif);font-size:3rem;font-weight:400;color:var(--text);margin-bottom:3rem;letter-spacing:-0.02em;}h2{font-family:var(--font-sans);font-size:0.75rem;font-weight:500;text-transform:uppercase;letter-spacing:0.1em;color:var(--green);margin-top:2.5rem;margin-bottom:1rem;}h2:first-of-type{margin-top:0;}h3{font-family:var(--font-sans);font-size:1.1rem;font-weight:500;color:var(--text);margin-top:1.5rem;margin-bottom:0.5rem;}p{margin-bottom:1rem;color:var(--text);}ul{margin-bottom:1rem;padding-left:1.5rem;}li{margin-bottom:0.25rem;}a{color:var(--green);text-decoration:none;}a:hover{text-decoration:underline;}.back-link{display:inline-flex;align-items:center;gap:0.5rem;margin-top:4rem;padding:1rem 2rem;background:var(--green);color:var(--white);border-radius:2px;font-size:0.95rem;font-weight:500;transition:background 0.2s ease;}.back-link:hover{background:var(--green-dark);text-decoration:none;}.back-link svg{width:18px;height:18px;}footer{background:var(--green-dark);color:var(--white);padding:2rem 4rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;font-size:0.85rem;position:relative;z-index:999;}footer a{color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.2s ease;cursor:pointer;position:relative;z-index:1000;}footer a:hover{color:var(--white);}.footer-home{color:rgba(255,255,255,0.85);white-space:nowrap;}.footer-links{display:flex;gap:2rem;white-space:nowrap;}.footer-links a{pointer-events:auto !important;}@media (max-width:768px){main{padding:6rem 1.5rem 3rem;}h1{font-size:2.25rem;margin-bottom:2.5rem;}footer{padding:1.5rem 1rem;font-size:0.8rem;flex-direction:column;flex-wrap:wrap;align-items:center;gap:1rem;text-align:center;}.footer-home{white-space:normal;}}