body{margin:0;font-family:Arial;background:#faf8f3;color:#333}
header{padding:30px;display:flex;justify-content:space-between}
.logo{font-size:36px;font-weight:bold}
.hero{position:relative}.hero img{width:100%;height:600px;object-fit:cover}
.heroText{position:absolute;top:30%;left:8%;max-width:450px}
button{background:#f47b20;color:#fff;border:0;padding:12px 25px}
.cards{display:flex;gap:30px;padding:40px}.cards div{flex:1;text-align:center}
.cards img,.life img{width:100%}.life{text-align:center;padding:40px}
footer{background:#333;color:white;padding:30px;text-align:center}