

    /* Base styles for all elements */
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bg-blue-50 {
  background-color: #eff6ff;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.container {
  width: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.max-w-4xl {
  max-width: 56rem; /* 896px */
}

.text-4xl {
  font-size: 2.25rem; /* 36px */
  line-height: 2.5rem; /* 40px */
}

.font-bold {
  font-weight: 700;
}

.mb-8 {
  margin-bottom: 2rem; /* 32px */
}

.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-lg {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
}

.leading-relaxed {
  line-height: 1.625;
}

.text-gray-700 {
  color: #374151;
}

.mb-6 {
  margin-bottom: 1.5rem; /* 24px */
}

.border-l-4 {
  border-left-width: 4px;
}
.custom-quote {
  border-left: 4px solid #1e40af;
  background-color: #ebf8ff;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  font-style: italic;
  color: #374151;
}

.border-blue-700 {
  border-color: #1d4ed8;
}

.pl-4 {
  padding-left: 1rem; /* 16px */
}

.py-2 {
  padding-top: 0.5rem; /* 8px */
  padding-bottom: 0.5rem; /* 8px */
}

.bg-blue-100 {
  background-color: #dbeafe;
}

.rounded-lg {
  border-radius: 0.5rem; /* 8px */
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-4 {
  gap: 1rem; /* 16px */
}

.w-20 {
  width: 5rem; /* 80px */
}

.h-20 {
  height: 5rem; /* 80px */
}

.rounded-full {
  border-radius: 9999px;
}

.object-cover {
  object-fit: cover;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.font-semibold {
  font-weight: 600;
}

.text-blue-800 {
  color: #1e40af;
}

.mt-8 {
  margin-top: 2rem; /* 32px */
}

.space-x-8 > *:not([hidden]) ~ *:not([hidden]) {
  margin-left: 2rem; /* 32px */
}

.h-12 {
  height: 3rem; /* 48px */
}

.opacity-80 {
  opacity: 0.8;
}

.italic {
    font-style: italic;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", 
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Responsive styles for medium screens and up */
@media (min-width: 768px) { /* md breakpoint */
  .md\:text-xl {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
  }
}
