body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f7f7f7;
  color: #222;
}

.container {
  display: flex;
  justify-content: space-between;
  padding: 60px 10%;
  flex-wrap: wrap;
}

.left, .right {
  width: 45%;
  min-width: 300px;
}

h1 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
}

.highlight {
  color: #d62828;
  font-weight: 600;
}

.quote {
  margin-top: 40px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
}

.right h2 {
  font-weight: 400;
  margin-bottom: 5px;
}

.right h3 {
  color: #d62828;
  margin-top: 0;
}

.areas {
  margin: 20px 0;
  color: #555;
}

.contact p {
  margin: 8px 0;
}

.web {
  font-weight: bold;
  color: #d62828;
}

.cta {
  margin-top: 25px;
}

.cta a {
  text-decoration: none;
  background: #d62828;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  transition: 0.2s;
}

.cta a:hover {
  background: #b71c1c;
}

.image {
  text-align: center;
  margin-top: 40px;
}

.image img {
  width: 220px;
  border-radius: 12px;
}

.footer {
  text-align: center;
  margin: 50px 0;
  font-size: 18px;
  color: #d62828;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 10%;
  flex-wrap: wrap;
}

.hero-left {
  width: 50%;
  min-width: 300px;
}

.hero-right img {
  width: 280px;
  border-radius: 12px;
}

.sub {
  margin-top: 20px;
  font-size: 18px;
  color: #555;
}

.claim {
  text-align: center;
  font-size: 24px;
  margin: 60px 10%;
  font-style: italic;
}

.what {
  padding: 40px 10%;
}

.grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 30%;
  min-width: 250px;
}

.contact {
  text-align: center;
  margin: 60px 0;
}

footer {
  text-align: center;
  padding: 20px;
  color: #d62828;
}