body {
  font-family: Arial, sans-serif;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.container {
  max-width: 960px;
  margin: auto;
  padding: 20px;
  text-align: center;
}
/*
.hero {
 
  display: flex;
  align-items: center;
  justify-content: center;
 
  color: #fff;
  text-align: center;
  overflow: hidden;
}
*/
img {
  display: block;
  margin: auto;
  width: 50%;
}

.subhead {
  font-size: 1.2em;
  margin-top: 10px;
}

.btn-primary {
  background: #3aafa9;
  color: white;
  padding: 14px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}

.btn-secondary {
  background: #def2f1;
  color: #17252a;
  padding: 14px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}

.features {
  background: #f4f4f4;
  padding: 60px 20px;
}

.feature-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}

.feature {
  max-width: 300px;
  margin: 10px;
  padding: 10px;
}

.use-cases {
  padding: 40px 20px;
}

.use-cases ul {
  list-style-type: none;
  padding: 0;
  font-size: 1.1em;
}

.use-cases li {
  margin: 10px 0;
}

.cta {
  background: #3aafa9;
  color: white;
  padding: 60px 20px;
}

.footer {
  background: #17252a;
  color: #ffffff;
  padding: 20px;
  font-size: 14px;
}

.footer a {
  color: #ffffff;
  text-decoration: underline;
}

/.mauticform-wrapper {
  max-width: 500px;
  margin: 30px auto 0;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: left;
}

.mauticform-input,
.mauticform-select,
.mauticform-textarea {
  width: 100%;
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.mauticform-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #17252a;
}

.mauticform-button {
  background-color: #3aafa9;
  color: white;
  padding: 14px 24px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.mauticform-button:hover {
  background-color: #2b7a78;
}
