/* 5iTool - Shared Dark Mode Styles */
.dark body{background:#111827;color:#f3f4f6}
.dark header,.dark .bg-white\/80{background:rgba(31,41,55,.9)!important}
.dark .card{background:#1f2937;border-color:#374151;box-shadow:0 1px 3px rgba(0,0,0,.4)}
.dark .bg-white{background:#1f2937!important}
.dark .text-gray-800{color:#f3f4f6}
.dark .text-gray-500{color:#9ca3af}
.dark .text-gray-600{color:#d1d5db}
.dark .border-gray-100{border-color:#374151}
.dark .border-gray-200{border-color:#374151}
.dark footer,.dark .bg-gray-900{background:#111827}
.dark .bg-gray-50{background:#111827}
.dark .bg-gray-100{background:#1f2937}
.dark .text-gray-400{color:#9ca3af}
.dark .text-gray-300{color:#d1d5db}
.dark .text-gray-700{color:#e5e7eb}
.dark .border-gray-300{border-color:#4b5563}
.dark input,.dark textarea,.dark select{background:#1f2937!important;border-color:#374151!important;color:#f3f4f6}
.dark .shadow-sm{box-shadow:0 1px 3px rgba(0,0,0,.4)}
.dark .shadow-lg{box-shadow:0 4px 12px rgba(0,0,0,.5)}

/* FAQ cards in dark mode */
.dark .bg-white.rounded-xl{background:#1f2937;border-color:#374151}

/* Privacy banner */
.dark .bg-green-500\/20{background:rgba(34,197,94,.15)}
.dark .bg-green-100{background:rgba(34,197,94,.15)}
.dark .text-green-600{color:#4ade80}

/* Backdrop blur for dark nav */
.dark .backdrop-blur{background:rgba(17,24,39,.85)!important}
.dark .border-b{border-color:#374151!important}

/* CTA buttons in dark */
.dark .bg-indigo-500{background:#6366f1}
.dark .bg-indigo-500:hover{background:#818cf8}

/* "Why choose" section */
.dark .bg-white.py-16{background:#1a2332}

/* Scrollbar */
.dark ::-webkit-scrollbar{width:6px;height:6px}
.dark ::-webkit-scrollbar-track{background:#1f2937}
.dark ::-webkit-scrollbar-thumb{background:#4b5563;border-radius:3px}

/* Mobile: prevent scroll on drop-zone touch */
.drop-zone{touch-action:none}

/* Mobile: minimum touch target for small buttons */
@media(max-width:768px){
  button,[type="button"]{min-height:36px}
}
