* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
  background-color: #f6f7f9;
  color: #1f2933;
  line-height: 1.6;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 20px;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.header h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.header p {
  font-size: 16px;
  color: #4b5563;
}

.section {
  background-color: #ffffff;
  padding: 32px;
  margin-bottom: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.section h2 {
  font-size: 22px;
  margin-bottom: 16px;
}

.section p {
  margin-bottom: 12px;
}

.services {
  list-style: disc;
  padding-left: 20px;
}

.services li {
  margin-bottom: 8px;
}

.footer {
  text-align: center;
  padding: 24px;
  font-size: 14px;
  color: #6b7280;
}
