/* Homepage-specific colors */
.text-homeBlue { color: #0055FF; }
.text-homeYellow { color: #FFD500; }
.bg-homeBlue { background-color: #0055FF; }
.bg-homeYellow { background-color: #FFD500; }

/* Homepage CTA button - solid blue, no gradient, no shadow */
.btn-home-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  min-height: 52px;
  touch-action: manipulation;
  background-color: #2563eb;
  color: #fff;
  border: 0;
  transition: all 150ms ease-in-out;
  box-shadow: none;
}
.btn-home-cta:hover {
  transform: translateY(-1px);
  box-shadow: none;
}
.btn-home-cta:active {
  transform: translateY(0);
}
.btn-home-cta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: none;
}

/* Missing Tailwind utilities for homepage */
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.shrink-0 { flex-shrink: 0; }
.no-underline { text-decoration-line: none; }
.hover\:opacity-80:hover { opacity: 0.8; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }
.text-red-600 { color: #dc2626; }
.pl-4 { padding-left: 1rem; }
.border-0 { border-width: 0; }
.min-h-\[48px\] { min-height: 48px; }
.min-h-\[56px\] { min-height: 56px; }
.rounded-t-lg { border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; }
.rounded-b-lg { border-bottom-left-radius: 0.5rem; border-bottom-right-radius: 0.5rem; }
.focus\:ring-homeBlue:focus { --tw-ring-color: #0055FF; }
.focus\:ring-offset-0:focus { --tw-ring-offset-width: 0px; }
.focus\:ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.border-b { border-bottom-width: 1px; }

/* Space-y utility for vertical spacing */
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

/* Home input styling */
.home-input {
  padding: 0.75rem 1rem;
  width: 100%;
  background: #ffffff;
  border: 2px solid #d1d5db;
  transition: all 150ms ease-in-out;
  font-size: 16px;
}
.home-input::placeholder {
  color: #9ca3af;
}
.home-input:hover {
  border-color: #9ca3af;
}

/* Additional utilities */
.gap-3 { gap: 0.75rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-5xl { max-width: 64rem; }
.border-2 { border-width: 2px; }
.border-b-3 { border-bottom-width: 3px; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.rounded-lg { border-radius: 0.5rem; }
.rounded-full { border-radius: 9999px; }
.w-5 { width: 1.25rem; }
.w-9 { width: 2.25rem; }
.h-9 { height: 2.25rem; }
.text-center { text-align: center; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-white { color: #ffffff; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.bg-primary-600 { background-color: #2563eb; }
.bg-primary-100 { background-color: #dbeafe; }
.bg-primary-500 { background-color: #3b82f6; }
.text-primary-700 { color: #1d4ed8; }
.text-primary-600 { color: #2563eb; }
.border-primary-500 { border-color: #3b82f6; }
.bg-white { background-color: #ffffff; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-900 { color: #111827; }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-transparent { border-color: transparent; }
.hover\:bg-white\/70:hover { background-color: rgba(255, 255, 255, 0.7); }
.hover\:bg-white\/50:hover { background-color: rgba(255, 255, 255, 0.5); }
.hover\:text-gray-900:hover { color: #111827; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.overflow-hidden { overflow: hidden; }
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.ml-1 { margin-left: 0.25rem; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.rounded { border-radius: 0.25rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.font-medium { font-weight: 500; }
.whitespace-nowrap { white-space: nowrap; }

/* Additional utility classes for proper rendering */
.flex-shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.min-w-0 { min-width: 0; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { inset: 0; }
.top-full { top: 100%; }
.right-0 { right: 0; }
.hidden { display: none; }
.block { display: block; }
.w-full { width: 100%; }
.h-14 { height: 3.5rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.w-4 { width: 1rem; }
.w-6 { width: 1.6rem; }
.object-cover { object-fit: cover; }
.rounded-full { border-radius: 9999px; }
.p-0\.5 { padding: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.ml-2 { margin-left: 0.5rem; }
.w-48 { width: 12rem; }
.w-56 { width: 14rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.border-t { border-top-width: 1px; }
.text-left { text-align: left; }
.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:text-gray-700:hover { color: #374151; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--ring-color, #3b82f6); }
.focus\:ring-primary-500:focus { --ring-color: #3b82f6; }
.focus\:ring-offset-2:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--ring-color, #3b82f6); }
.bg-offwhite { background-color: #fafaf9; }
.border-primary-200 { border-color: #bfdbfe; }
.text-gray-500 { color: #6b7280; }

@media (min-width: 640px) {
  .sm\:block { display: block; }
  .sm\:w-56 { width: 14rem; }
}
.gap-5 { gap: 1.25rem; }
.min-h-\[52px\] { min-height: 52px; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.mb-10 { margin-bottom: 2.5rem; }
.max-w-lg { max-width: 32rem; }
.border-gray-300 { border-color: #d1d5db; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.h-16 { height: 4rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.p-4 { padding: 1rem; }
.p-8 { padding: 2rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-red-50 { background-color: #fef2f2; }
.bg-blue-50 { background-color: #eff6ff; }
.border-gray-100 { border-color: #f3f4f6; }
.border-red-200 { border-color: #fecaca; }
.text-gray-600 { color: #4b5563; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.font-bold { font-weight: 700; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.hover\:bg-blue-50:hover { background-color: #eff6ff; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* Responsive utilities for homepage form */
@media (min-width: 640px) {
  .sm\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:max-w-lg { max-width: 32rem; }
  .sm\:mx-auto { margin-left: auto; margin-right: auto; }
  .sm\:rounded-r-none { border-top-right-radius: 0; border-bottom-right-radius: 0; }
  .sm\:rounded-b-none { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
  .sm\:rounded-l-lg { border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; }
  .sm\:rounded-l-none { border-top-left-radius: 0; border-bottom-left-radius: 0; }
  .sm\:border-b-0 { border-bottom-width: 0; }
  .sm\:border-r { border-right-width: 1px; }
  .sm\:w-auto { width: auto; }
  .sm\:flex-shrink-0 { flex-shrink: 0; }
  .sm\:rounded-t-none { border-top-left-radius: 0; border-top-right-radius: 0; }
  .sm\:rounded-r-lg { border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; }
  .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:gap-0 { gap: 0; }
}
