*{box-sizing:border-box}
body{margin:0;font-family:"Segoe UI",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.65;color:#2c4345;background:#f4efe6}
img{max-width:100%;height:auto;display:block}
a{color:#2c4345;text-decoration:none}
a:hover{text-decoration:underline}
.header{position:sticky;top:0;z-index:100;background:rgba(44,67,69,.98);color:#f4efe6;padding:.8rem 1rem;box-shadow:0 2px 10px rgba(0,0,0,.12)}
.header a{color:#f4efe6}
.header a:hover{color:#c9a227;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.3rem;letter-spacing:.02em}
.nav{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.95rem}
.hero{min-height:340px;background:#3d5a5c center/cover no-repeat;display:flex;align-items:flex-end;padding:2.25rem 1rem}
.hero-content{max-width:800px;margin:0 auto;width:100%}
.hero h1{margin:0;color:#f4efe6;font-size:clamp(1.55rem,4vw,2.1rem);font-weight:600;letter-spacing:.01em;text-shadow:0 1px 4px rgba(0,0,0,.4)}
.section{max-width:800px;margin:0 auto;padding:2.25rem 1rem}
.section--alt{background:#eae6df}
.section--dark{background:#2c4345;color:#f4efe6}
.section--dark a{color:#c9a227}
.section--dark a:hover{color:#f4efe6}
.section--dark h2,.section--dark h3{color:#f4efe6}
.section h2{margin-top:0;font-size:1.45rem;font-weight:600;color:#2c4345;letter-spacing:.01em}
.section h3{font-size:1.15rem;margin:1.5rem 0 .5rem;color:#2c4345;font-weight:600}
.section p{margin:.8rem 0}
.block-img{margin:1.75rem 0;border-radius:8px;overflow:hidden;max-width:800px;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.footer{background:#2c4345;color:#f4efe6;padding:2rem 1rem;margin-top:2rem}
.footer a{color:#c9a227}
.footer a:hover{color:#f4efe6}
.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:#2c4345;color:#f4efe6;padding:1rem;z-index:999;box-shadow:0 -2px 14px rgba(0,0,0,.2)}
.cookie-banner a{color:#c9a227}
.cookie-banner a:hover{color:#f4efe6}
.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:#5a7a6e;color:#fff}
.btn-reject{background:transparent;color:#c9a227;border:1px solid #c9a227}
.btn-learn{background:transparent;color:#c9a227}
.page-title{margin:0 0 1.5rem;font-size:1.7rem;font-weight:600;color:#2c4345}
.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 #5a7a6e;border-radius:4px;font-family:inherit}
.form-group textarea{min-height:120px;resize:vertical}
.btn-submit{background:#2c4345;color:#f4efe6;padding:.6rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem}
.btn-submit:hover{background:#3d5456}
.disclaimer-box{background:#eae6df;padding:1rem;border-radius:6px;margin:1.5rem 0;border-left:4px solid #5a7a6e}
@media (max-width:600px){.hero{min-height:280px}.section{padding:1.5rem 1rem}.nav{font-size:.9rem}}
