تفاوت هوش انسان و هوش ماشین
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.ai-human-comparison {
max-width: 1200px;
margin: 40px auto;
font-family: 'Vazirmatn', sans-serif;
direction: rtl;
}
/* کارت اصلی */
.comparison-card {
background: linear-gradient(145deg, #ffffff 0%, #f8faff 100%);
border-radius: 48px;
overflow: hidden;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
transition: transform 0.3s ease;