/* Landing page light mode overrides */
[data-theme="light"] .landing-page {
  background: #ffffff !important;
}
[data-theme="light"] .landing-hero {
  background-color: #f8fafc !important;
}
[data-theme="light"] .landing-page .text-white {
  color: #111827 !important;
}
[data-theme="light"] .landing-page .text-white\/80 {
  color: #374151 !important;
}
[data-theme="light"] .landing-page .text-white\/60 {
  color: #6b7280 !important;
}
[data-theme="light"] .landing-page .text-white\/70 {
  color: #4b5563 !important;
}
[data-theme="light"] .landing-page .text-white\/40 {
  color: #9ca3af !important;
}
[data-theme="light"] .landing-page .bg-black {
  background-color: #ffffff !important;
}
[data-theme="light"] .landing-page .bg-white\/\[0\.06\] {
  background-color: #f3f4f6 !important;
}
[data-theme="light"] .landing-page .bg-white\/5,
[data-theme="light"] .landing-page .bg-white\/10 {
  background-color: #f3f4f6 !important;
}
[data-theme="light"] .landing-page .border-white\/10,
[data-theme="light"] .landing-page .border-white\/5,
[data-theme="light"] .landing-page .border-white\/20 {
  border-color: #e5e7eb !important;
}
[data-theme="light"] .landing-page .bg-white\/\[0\.08\] {
  background-color: #e5e7eb !important;
}
[data-theme="light"] .landing-page .bg-white\/\[0\.12\] {
  background-color: #e5e7eb !important;
}
[data-theme="light"] .landing-page .text-gray-200 {
  color: #1f2937 !important;
}
[data-theme="light"] .landing-page .hover\:text-white:hover {
  color: #111827 !important;
}
[data-theme="light"] .landing-page .placeholder-white\/40::placeholder,
[data-theme="light"] .landing-page .placeholder\:text-white\/50::placeholder {
  color: #9ca3af !important;
}
[data-theme="light"] .landing-page input[type="email"] {
  color: #111827 !important;
  background: #f9fafb !important;
  border-color: #d1d5db !important;
}
[data-theme="light"] .landing-page .bg-white.text-black {
  background-color: #111827 !important;
  color: #ffffff !important;
}
[data-theme="light"] .landing-page footer {
  background: #f9fafb !important;
}
[data-theme="light"] .landing-page .border-t.border-white\/10 {
  border-color: #e5e7eb !important;
}
/* Keep blue buttons visible */
[data-theme="light"] .landing-page .bg-blue-500,
[data-theme="light"] .landing-page .bg-blue-600 {
  background-color: #4f46e5 !important;
}
/* Nav in light mode */
[data-theme="light"] .landing-page nav a {
  color: #374151 !important;
}
[data-theme="light"] .landing-page nav a:hover {
  color: #111827 !important;
}
[data-theme="light"] .landing-page nav button {
  background: #e5e7eb !important;
  color: #111827 !important;
}
/* Dots pattern invert for light */
[data-theme="light"] .landing-page .dots-bg {
  opacity: 0.4 !important;
  filter: invert(1);
}
/* Orb - reduce opacity in light */
[data-theme="light"] .hero-orb img {
  opacity: 0.3;
}
