/* common.css - base */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Inter, sans-serif; background:#fffaf5; color:#222; line-height:1.6}
a{text-decoration:none; color:inherit}
.main-header{background:#fff; border-bottom:1px solid #eee; padding:12px 24px; display:flex; justify-content:space-between; align-items:center}
.main-header nav a{margin-left:18px; font-weight:500}
.hero{padding:80px 24px; text-align:center}
