/* Professional minimal corporate design */

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1f2937;
  background: #f5f6f8;
  line-height: 1.7;
}

.hero {
  background: #ffffff;
  padding: 80px 20px 60px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.logo {
  width: 320px;
  max-width: 90%;
}

.subtitle {
  margin-top: 12px;
  color: #6b7280;
}

.section {
  padding: 70px 20px;
}

.alt {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.container {
  max-width: 900px;
  margin: auto;
}

h2 {
  margin-bottom: 15px;
  font-weight: 600;
}

.list {
  padding-left: 20px;
}

.contact {
  background: #ffffff;
}

.center {
  text-align: center;
}

.links a {
  margin: 0 10px;
  color: #ef4444;
  text-decoration: none;
}

footer {
  text-align: center;
  padding: 25px;
  font-size: 0.9rem;
  color: #6b7280;
}
