*{box-sizing:border-box}
body{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1rem;line-height:1.7;color:#2d3c35;background:#e8e4dc}
img{max-width:100%;height:auto;display:block}
a{color:#2d4a3e;text-decoration:none}
a:hover{text-decoration:underline;color:#5a7268}
.header{position:sticky;top:0;z-index:100;background:#2d4a3e;color:#e8e4dc;padding:.85rem 1rem;box-shadow:0 2px 14px rgba(0,0,0,.15)}
.header a{color:#e8e4dc}
.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.35rem;letter-spacing:.04em}
.nav{display:flex;flex-wrap:wrap;gap:1.4rem;font-size:.95rem}
.hero{min-height:360px;background:#2d4a3e center/cover no-repeat;display:flex;align-items:flex-end;padding:2.5rem 1rem}
.hero-content{max-width:800px;margin:0 auto;width:100%}
.hero h1{margin:0;color:#e8e4dc;font-size:clamp(1.5rem,4vw,2rem);font-weight:600;letter-spacing:.02em;text-shadow:0 2px 6px rgba(0,0,0,.35)}
.section{max-width:800px;margin:0 auto;padding:2.25rem 1rem}
.section--alt{background:#f0ede8}
.section--dark{background:#2d4a3e;color:#e8e4dc}
.section--dark a{color:#c4a77d}
.section--dark a:hover{color:#e8e4dc}
.section--dark h2,.section--dark h3{color:#e8e4dc}
.section h2{margin-top:0;font-size:1.5rem;font-weight:600;color:#2d4a3e;letter-spacing:.02em}
.section h3{font-size:1.15rem;margin:1.5rem 0 .5rem;color:#2d4a3e;font-weight:600}
.section p{margin:.85rem 0}
.block-img{margin:1.75rem 0;border-radius:6px;overflow:hidden;max-width:800px;box-shadow:0 4px 16px rgba(45,74,62,.12)}
.card-row{display:flex;flex-wrap:wrap;gap:1.25rem;margin:1.5rem 0}
.card-row .block-img{flex:1 1 240px;margin:0}
.footer{background:#2d4a3e;color:#e8e4dc;padding:2rem 1rem;margin-top:2rem}
.footer a{color:#c4a77d}
.footer a:hover{color:#e8e4dc}
.footer-inner{max-width:800px;margin:0 auto}
.footer small{display:block;margin-top:1rem;opacity:.92}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#2d4a3e;color:#e8e4dc;padding:1rem;z-index:999;box-shadow:0 -2px 14px rgba(0,0,0,.2)}
.cookie-banner a{color:#c4a77d}
.cookie-banner a:hover{color:#e8e4dc}
.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:#7a9e7e;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.65rem;font-weight:600;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:.55rem;border:1px solid #7a9e7e;border-radius:4px;font-family:inherit}
.form-group textarea{min-height:120px;resize:vertical}
.btn-submit{background:#2d4a3e;color:#e8e4dc;padding:.6rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem}
.btn-submit:hover{background:#3d5a4e}
.disclaimer-box{background:#f0ede8;padding:1rem;border-radius:6px;margin:1.5rem 0;border-left:4px solid #7a9e7e}
@media (max-width:600px){.hero{min-height:300px}.section{padding:1.5rem 1rem}.nav{font-size:.9rem}}
