html, body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.hero-gradient {
  background: radial-gradient(900px 500px at 10% -10%, #04435c, transparent 60%), radial-gradient(900px 500px at 110% 10%, #04719c, transparent 55%), linear-gradient(180deg, #0b1220 0%, #0b1220 100%);
}

.testimonial-gradient {
  background: radial-gradient(900px 500px at 10% -10%, #04435c, transparent 60%), radial-gradient(900px 500px at 110% 10%, #04719c, transparent 55%), linear-gradient(180deg, #0b1220 0%, #0b1220 100%);
}

.standard-gradient-bg {
  background: radial-gradient(900px 500px at 10% -10%, #065f46, transparent 60%), radial-gradient(900px 500px at 110% 10%, #10b981, transparent 55%), linear-gradient(180deg, #0b1220 0%, #0b1220 100%);
}

.premium-gradient-bg {
  background: radial-gradient(900px 500px at 10% -10%, #92400e, transparent 60%), radial-gradient(900px 500px at 110% 10%, #fbbf24, transparent 55%), linear-gradient(180deg, #0b1220 0%, #0b1220 100%);
}

.managed-gradient-bg {
  background: radial-gradient(900px 500px at 10% -10%, #7f1d1d, transparent 60%), radial-gradient(900px 500px at 110% 10%, #ef4444, transparent 55%), linear-gradient(180deg, #0b1220 0%, #0b1220 100%);
}

.features-list ul li {
  margin-top: 8px;
}

.bullet-list-container ul {
  list-style-type: disc;
  padding-left: 20px; /* Adjust padding for proper indentation */
}

div#card-element {
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-post-content {
  /* Ensure proper bullets/numbers */
}
.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content h6 {
  line-height: 1.25;
}
.single-post-content h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  margin-top: 2rem;
}
.single-post-content h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1.75rem;
}
.single-post-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
.single-post-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
}
.single-post-content h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.single-post-content h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
}
.single-post-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}
.single-post-content ul, .single-post-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.single-post-content ul {
  list-style-type: disc;
}
.single-post-content ol {
  list-style-type: decimal;
}
.single-post-content li {
  line-height: 1.6;
}
.single-post-content blockquote {
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 4px solid #e5e7eb;
  color: #374151;
  font-style: italic;
}
.single-post-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 0.5rem;
}
.single-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.single-post-content th, .single-post-content td {
  border: 1px solid #e5e7eb;
  padding: 0.75rem;
  text-align: left;
}
.single-post-content code, .single-post-content pre {
  font-family: "Fira Mono", "Menlo", "Monaco", "Consolas", monospace;
  background: #f3f4f6;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
}
.single-post-content pre {
  padding: 1rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}
.single-post-content a {
  color: #049bd4;
  text-decoration: none;
  transition: color 0.2s;
}
.single-post-content a:hover {
  color: #04546c;
  text-decoration: underline;
}/*# sourceMappingURL=style.min.css.map */