* {margin:0;padding:0;box-sizing:border-box}
body {font-family:'Merriweather',Georgia,serif;background:#faf9f7;color:#222;line-height:1.8}
header {background:#fff;padding:1rem 5%;box-shadow:0 1px 3px rgba(0,0,0,.05)}
nav {display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto}
.logo {font-size:1.8rem;font-weight:900;color:#f59e0b;font-style:italic;letter-spacing:-1px}
nav ul {list-style:none;display:flex;gap:1.5rem}
nav a {color:#555;text-decoration:none;font-family:sans-serif;font-size:.85rem;font-weight:600}
.hero {padding:5rem 5%;max-width:900px;margin:0 auto}
.hero h1 {font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1rem}
.hero h1 em {color:#f59e0b;font-style:normal}
.hero p {font-size:1.15rem;color:#666}
.btn {display:inline-block;padding:.6rem 1.5rem;text-decoration:none;font-weight:600;font-family:sans-serif;font-size:.85rem;background:#f59e0b;color:#fff;border-radius:3px}
.container {max-width:1000px;margin:0 auto;padding:0 5%}
.section {padding:4rem 0;border-bottom:1px solid #eee}
.section:last-child {border:0}
.section h2 {font-size:1.8rem;font-weight:900;margin-bottom:2rem}
.g-2 {display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.feat {padding:1.5rem;background:#fff;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.04);border-left:3px solid #f59e0b}
.feat h3 {font-size:1.1rem;margin-bottom:.5rem}
.feat p {color:#666;font-size:.95rem}
.page {max-width:800px;margin:2rem auto;padding:0 5%}
.page h1 {font-size:2.5rem;font-weight:900;color:#f59e0b}
footer {background:#222;color:#888;text-align:center;padding:2rem;font-family:sans-serif;font-size:.8rem}