*{box-sizing:border-box}
body{margin:0;font-family:Georgia,serif;font-size:1rem;line-height:1.6;color:#2d4a3e;background:#f5f0e8}
img{max-width:100%;height:auto;display:block}
a{color:#2d4a3e;text-decoration:none}
a:hover{text-decoration:underline}
.header{position:sticky;top:0;z-index:100;background:rgba(45,74,62,.97);color:#f5f0e8;padding:.75rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.header a{color:#f5f0e8}
.header a:hover{color:#c4a77d;text-decoration:none}
.header-inner{max-width:800px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}
.logo{font-weight:700;font-size:1.25rem}
.nav{display:flex;flex-wrap:wrap;gap:1rem}
.hero{min-height:320px;background:#2d4a3e center/cover no-repeat;display:flex;align-items:flex-end;padding:2rem 1rem}
.hero-content{max-width:800px;margin:0 auto;width:100%}
.hero h1{margin:0;color:#f5f0e8;font-size:clamp(1.5rem,4vw,2rem);text-shadow:0 1px 3px rgba(0,0,0,.5)}
.section{max-width:800px;margin:0 auto;padding:2rem 1rem}
.section--alt{background:#e8e4dc}
.section--dark{background:#2d4a3e;color:#f5f0e8}
.section--dark a{color:#c4a77d}
.section--dark a:hover{color:#f5f0e8}
.section--dark h2,.section--dark h3{color:#f5f0e8}
.section h2{margin-top:0;font-size:1.5rem;color:#2d4a3e}
.section h3{font-size:1.2rem;margin:1.5rem 0 .5rem;color:#2d4a3e}
.section p{margin:.75rem 0}
.block-img{margin:1.5rem 0;border-radius:6px;overflow:hidden;max-width:800px}
.footer{background:#2d4a3e;color:#f5f0e8;padding:2rem 1rem;margin-top:2rem}
.footer a{color:#c4a77d}
.footer a:hover{color:#f5f0e8}
.footer-inner{max-width:800px;margin:0 auto}
.footer small{display:block;margin-top:1rem;opacity:.9}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#2d4a3e;color:#f5f0e8;padding:1rem;z-index:999;box-shadow:0 -2px 12px rgba(0,0,0,.2)}
.cookie-banner a{color:#c4a77d}
.cookie-banner a:hover{color:#f5f0e8}
.cookie-banner p{margin:0 0 .75rem;max-width:800px}
.cookie-buttons{display:flex;flex-wrap:wrap;gap:.5rem}
.cookie-buttons button{padding:.5rem 1rem;cursor:pointer;border:none;border-radius:4px;font-size:.9rem}
.btn-accept{background:#8b9f7e;color:#fff}
.btn-reject{background:transparent;color:#c4a77d;border:1px solid #c4a77d}
.btn-learn{background:transparent;color:#c4a77d}
.page-title{margin:0 0 1.5rem;font-size:1.75rem;color:#2d4a3e}
.form-group{margin-bottom:1rem}
.form-group label{display:block;margin-bottom:.25rem;font-weight:600}
.form-group input,.form-group textarea{width:100%;max-width:400px;padding:.5rem;border:1px solid #8b9f7e;border-radius:4px;font-family:inherit}
.form-group textarea{min-height:120px;resize:vertical}
.btn-submit{background:#2d4a3e;color:#f5f0e8;padding:.6rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem}
.btn-submit:hover{background:#3d5a4e}
.disclaimer-box{background:#e8e4dc;padding:1rem;border-radius:6px;margin:1.5rem 0;border-left:4px solid #8b9f7e}
@media (max-width:600px){.hero{min-height:260px}.section{padding:1.5rem 1rem}}