body {
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1.6;
  color: #333;
  background: #f6f8fa;
}
header {
  background: #376d8f;
  color: #fff;
  padding: 2rem 1rem;
}
h1 {
  margin: 0 0 0.5rem 0;
  font-size: 2rem;
}
h2 {
  color: ff3300;
  margin-top: 2rem;
}
section {
  width: 90%;
  max-width: 900px;
  margin: 1.5rem auto;
  background: #fff;
  padding: 2rem;
  border-radius: 7px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}
ul {
  margin: 0.5rem 0 1rem 2rem;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.pricing-table th,
.pricing-table td {
  padding: 1rem;
  border: 1px solid #eee;
  text-align: left;
}
.callout {
  background: #e5f7ff;
  padding: 1rem 1.5rem;
  border-left: 4px solid #376d8f;
  margin: 1rem 0;
}
.cta {
  display: block;
  background: #376d8f;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.compare-table th,
.compare-table td {
  border: 1px solid #ececec;
  padding: 0.75rem;
  text-align: left;
}
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.feature-list li {
  background: #f0f5fa;
  padding: 1rem;
  border-radius: 5px;
  flex: 1 0 45%;
  margin: 0.33rem 0;
}
.page-id-219897 .site-header {
  background-color: #fff;
}
.page-id-219897 header {
  background-color: #ec2e09;
}
body > .site-header {
  background-color: rgba(143, 55, 55, 0);
}
html > body > header:nth-child(5) {
  background-color: rgba(12, 67, 221, 0.18);
}
.page-id-219897 section > .compare-table th {
  background-color: rgba(152, 180, 106, 0.14);
}
html > body > section:nth-child(8) > table > tbody > tr:nth-child(2) > td:nth-child(2) {
  background-color: rgba(8, 204, 236, 0.08);
}
html > body > section:nth-child(8) > table > tbody > tr:nth-child(3) > td:nth-child(2) {
  background-color: #e5f7ff;
}
html > body > section:nth-child(8) > table > tbody > tr:nth-child(4) > td:nth-child(2) {
  background-color: #e5f7ff;
}
html > body > section:nth-child(8) > table > tbody > tr:nth-child(5) > td:nth-child(2) {
  background-color: #e5f7ff;
}
html > body > section:nth-child(8) > table > tbody > tr:nth-child(1) > th:nth-child(1) {
  background-color: rgba(143, 55, 55, 0);
}
html > body > section:nth-child(8) > table > tbody > tr:nth-child(1) > th:nth-child(3) {
  background-color: rgba(172, 159, 133, 0.14);
}
#gform_wrapper_17 > div > h2 {
  font-size: 19px;
  color: #f6f8fa;
}
#field_17_5 > label {
  color: #f6f8fa;
}
@media (max-width: 600px) {
  .feature-list {
    flex-direction: column;
  }
  section {
    padding: 1rem;
  }
}
