body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fdfcf9;
  color: #333;
}
.header {
  background-color: #dceeea;
  padding: 3rem 2rem;
  text-align: center;
}
.header h1 {
  font-size: 2.5rem;
  margin: 0;
}
.header p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.tiers {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem;
}
.tier {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  width: 300px;
  margin: 1rem;
  padding: 1.5rem;
  text-align: center;
}
.tier h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.tier p {
  font-size: 1rem;
  line-height: 1.5;
}
.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #506b63;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
.footer {
  text-align: center;
  padding: 2rem;
  background-color: #f0f0f0;
  font-size: 1rem;
}
.highlight {
  font-weight: bold;
  color: #506b63;
}
.tiers-container {
  max-width: 1000px;
  margin: 0 auto;
}
/* --- Constant Contact form: fix wonky label wrapping + align fields --- */
.ctct-form-wrapper label,
.ctct-form-wrapper .ctct-form-label {
  display: block !important;
  width: 100% !important;
  white-space: normal !important;
  margin: 0 0 6px 0 !important;
  line-height: 1.3 !important;
}

.ctct-form-wrapper input[type="text"],
.ctct-form-wrapper input[type="email"],
.ctct-form-wrapper input[type="tel"],
.ctct-form-wrapper textarea,
.ctct-form-wrapper select {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.ctct-form-wrapper .ctct-form-field,
.ctct-form-wrapper .ctct-field,
.ctct-form-wrapper .ctct-form-element {
  margin-bottom: 16px !important;
}

/* Optional: make the form feel more professional (centered + readable width) */
.ctct-form-wrapper {
  max-width: 640px;
  margin: 0 auto;
}

/* Optional: button polish */
.ctct-form-wrapper button,
.ctct-form-wrapper input[type="submit"] {
  padding: 12px 18px;
  border-radius: 8px;
  background: #506b63;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
