/* RTL support */
[dir="rtl"] .tool-card {
    text-align: right;
}
[dir="rtl"] .pl-10 {
    padding-left: 0.75rem;
    padding-right: 2.5rem;
}
[dir="rtl"] .absolute.left-0 {
    left: auto;
    right: 0;
}
[dir="rtl"] .space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}
[dir="rtl"] .space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

/* Custom styles */
body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
.tool-card {
    transition: all 0.3s ease;
}
.tool-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
