.elementor-13831 .elementor-element.elementor-element-680d484{--display:flex;}.footix-compare {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 40px 20px;
}

.fc-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fc-left p {
  font-size: 16px;
  opacity: 0.7;
}

.fc-table {
  width: 100%;
  max-width: 500px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

.fc-row {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  padding: 14px 20px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.fc-header {
  background: #f8f8f8;
  font-weight: 600;
}

.fc-footix {
  background: #f3f2ff;
  font-weight: 700;
  text-align: center;
  color: #4b42ff;
}

.fc-other {
  text-align: center;
  color: #d9534f;
  font-weight: 700;
}

.fc-row:last-child {
  border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
  .footix-compare {
    flex-direction: column;
  }
}