body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(120deg, #f8fafc 0%, #e0e7ef 100%);
  margin: 0;
  color: #222;
}
header {
  background: #2d3142;
  color: #fff;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(45,49,66,0.08);
}
.tagline {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 0.5rem;
  color: #bfc0c0;
}
main {
  max-width: 700px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(45,49,66,0.07);
  padding: 2rem;
}
section {
  margin-bottom: 2rem;
}
h2 {
  color: #2d3142;
  margin-bottom: 0.5rem;
}
ul {
  list-style: disc inside;
  margin: 0.5rem 0 0 0;
  padding: 0 0 0 1rem;
}
.services li, .expertise li {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}
.contact p {
  margin: 0.3rem 0;
}
.contact a {
  color: #3867d6;
  text-decoration: none;
}
.contact a:hover {
  text-decoration: underline;
}
footer {
  text-align: center;
  color: #bfc0c0;
  font-size: 0.95rem;
  padding: 1.5rem 0 0.5rem 0;
}
