
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1F2C3A;background:#F5F3EF}
.container{max-width:1100px;margin:auto;padding:20px}
header{display:flex;justify-content:space-between;align-items:center;padding:14px 0}
nav a{margin-right:18px;text-decoration:none;color:#1F2C3A;font-weight:500}
.hero{height:92vh;background:url('/assets/images/hero.webp') center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:white}
.hero-overlay{background:rgba(0,0,0,.35);padding:30px;border-radius:12px}
.hero h1{font-size:44px;margin:0}
.hero p{font-size:20px;margin-top:10px}
.cta{display:inline-block;margin-top:20px;background:#CFA84C;color:white;padding:14px 26px;border-radius:8px;text-decoration:none;font-weight:600}
.section{padding:60px 0}
.recovery{height:70vh;background:url('/assets/images/recovery.webp') center/cover no-repeat;display:flex;align-items:center}
.recovery-box{background:rgba(0,0,0,.35);color:white;padding:28px;border-radius:10px;max-width:460px}
footer{background:#1F2C3A;color:white;padding:40px 0;font-size:14px}
footer a{color:#CFA84C;text-decoration:none}
