body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  background-color: #1F2937;
  color: #F9FAFB;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: #F9FAFB;
  font-weight: bold;
}

a {
  color: #B91C1C;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #EF4444;
}

.btn-primary {
  display: inline-block;
  background-color: #B91C1C;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.2s ease;
}

.btn-primary:hover {
  background-color: #EF4444;
}

/* Section layout helpers */
.section {
  padding: 2.5rem 1rem;
  border-top: 1px solid #374151;
  text-align: center;
}

.section-alt {
  background-color: #F3F4F6;
  color: #1F2937;
}

.section-heading {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #B91C1C;
}

.section-subtext {
  color: #9CA3AF;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.card {
  background-color: #374151;
  padding: 1rem;
  border-radius: 0.375rem;
  border: 1px solid #4B5563;
  transition: background-color 0.2s ease;
}

.card:hover {
  background-color: #4B5563;
}

.value-prop-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
  text-align: center;
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
}

.testimonial {
  background-color: #374151;
  padding: 1rem;
  border-radius: 0.375rem;
  border: 1px solid #4B5563;
  font-style: italic;
  transition: background-color 0.2s ease;
}
.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 35);
}
.testimonial:hover {
  background-color: #4B5563;
}
.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0);
}
.contact-info {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.footer {
  background-color: #374151;
  color: #9CA3AF;
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 0.8rem;
  border-top: 1px solid #4B5563;
}
.logo-white {
  filter: invert(100%) brightness(200%);
}

.trust-factors span {
  margin: 0 0.5rem;
  display: inline-block;
  color: #F9FAFB;
}
