body { font-family: 'Open Sans', sans-serif; margin:0; background:#fff; color:#333; line-height:1.6; }
header { background:#C62828; color:#fff; padding:20px; display:flex; align-items:center; justify-content:space-between; }
header img { height:60px; }
nav a { color:#fff; margin:0 15px; text-decoration:none; font-weight:bold; }
.hero { text-align:center; padding:80px 20px; background:#F9A825; color:#333; }
.section { padding:60px 20px; max-width:1000px; margin:auto; }
h1,h2,h3 { font-family:'Montserrat', sans-serif; }
.pillars { display:flex; gap:20px; justify-content:center; flex-wrap:wrap; }
.pillar { flex:1; background:#f4f4f4; padding:20px; border-radius:8px; min-width:250px; }
footer { background:#333; color:#fff; text-align:center; padding:20px; }
footer a { color:#F9A825; }
.cta { background:#C62828; color:#fff; padding:10px 20px; border:none; border-radius:5px; cursor:pointer; }
form input, form textarea { width:100%; padding:10px; margin:5px 0; border:1px solid #ccc; border-radius:5px; }
table {
  width: 100%;
  table-layout: fixed;
}
.col1 { width: 25%; }
.col2 { width: 75%; }
.img-small {
    width: 40%;
    height: auto;
  }
img {
  max-width: 100%;
}